|
@@ -2731,7 +2731,8 @@ rb_handle_timestamp(struct ring_buffer_per_cpu *cpu_buffer,
|
|
sched_clock_stable() ? "" :
|
|
sched_clock_stable() ? "" :
|
|
"If you just came from a suspend/resume,\n"
|
|
"If you just came from a suspend/resume,\n"
|
|
"please switch to the trace global clock:\n"
|
|
"please switch to the trace global clock:\n"
|
|
- " echo global > /sys/kernel/debug/tracing/trace_clock\n");
|
|
|
|
|
|
+ " echo global > /sys/kernel/debug/tracing/trace_clock\n"
|
|
|
|
+ "or add trace_clock=global to the kernel command line\n");
|
|
info->add_timestamp = 1;
|
|
info->add_timestamp = 1;
|
|
}
|
|
}
|
|
|
|
|