Home
last modified time | relevance | path

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

/linux-3.4.99/kernel/trace/
Dftrace.c4544 prev->ftrace_timestamp = timestamp; in ftrace_graph_probe_sched_switch()
4547 if (!next->ftrace_timestamp) in ftrace_graph_probe_sched_switch()
4554 timestamp -= next->ftrace_timestamp; in ftrace_graph_probe_sched_switch()
4713 t->ftrace_timestamp = 0; in graph_init_task()
/linux-3.4.99/include/linux/
Dsched.h1603 unsigned long long ftrace_timestamp; member