diff options
author | Alexander Z Lam <[email protected]> | 2013-08-02 18:36:16 -0700 |
---|---|---|
committer | Steven Rostedt <[email protected]> | 2013-08-02 22:40:09 -0400 |
commit | 9457158bbc0ee04ecef76862d73eecd8076e9c7b (patch) | |
tree | c2469bc10aefdfff49a4ffc588ce4aa1912e214d /lib/memory-notifier-error-inject.c | |
parent | 711e124379e0f889e40e2f01d7f5d61936d3cd23 (diff) |
tracing: Fix reset of time stamps during trace_clock changes
Fixed two issues with changing the timestamp clock with trace_clock:
- The global buffer was reset on instance clock changes. Change this to pass
the correct per-instance buffer
- ftrace_now() is used to set buf->time_start in tracing_reset_online_cpus().
This was incorrect because ftrace_now() used the global buffer's clock to
return the current time. Change this to use buffer_ftrace_now() which
returns the current time for the correct per-instance buffer.
Also removed tracing_reset_current() because it is not used anywhere
Link: http://lkml.kernel.org/r/[email protected]
Cc: Vaibhav Nagarnaik <[email protected]>
Cc: David Sharp <[email protected]>
Cc: Alexander Z Lam <[email protected]>
Cc: [email protected] # 3.10
Signed-off-by: Alexander Z Lam <[email protected]>
Signed-off-by: Steven Rostedt <[email protected]>
Diffstat (limited to 'lib/memory-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions