mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 13:41:30 +00:00
ftrace: timestamp syncing, prepare
rename and uninline now() to ftrace_now(). Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
4bf39a9411
commit
750ed1a407
7 changed files with 16 additions and 14 deletions
|
@ -20,7 +20,7 @@ static notrace void function_reset(struct trace_array *tr)
|
|||
{
|
||||
int cpu;
|
||||
|
||||
tr->time_start = now(tr->cpu);
|
||||
tr->time_start = ftrace_now(tr->cpu);
|
||||
|
||||
for_each_online_cpu(cpu)
|
||||
tracing_reset(tr->data[cpu]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue