Home
last modified time | relevance | path

Searched refs:ftrace_timestamp (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/trace/
H A Dfgraph.c1083 prev->ftrace_timestamp = timestamp; in ftrace_graph_probe_sched_switch()
1086 if (!next->ftrace_timestamp) in ftrace_graph_probe_sched_switch()
1089 next->ftrace_sleeptime += timestamp - next->ftrace_timestamp; in ftrace_graph_probe_sched_switch()
1099 t->ftrace_timestamp = 0; in graph_init_task()
/linux/include/linux/
H A Dsched.h1453 unsigned long long ftrace_timestamp; member