Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dfgraph.c468 prev->ftrace_timestamp = timestamp; in ftrace_graph_probe_sched_switch()
471 if (!next->ftrace_timestamp) in ftrace_graph_probe_sched_switch()
478 timestamp -= next->ftrace_timestamp; in ftrace_graph_probe_sched_switch()
530 t->ftrace_timestamp = 0; in graph_init_task()
/openbmc/linux/include/linux/
H A Dsched.h1392 unsigned long long ftrace_timestamp; member