Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/trace/
Dfgraph.c404 prev->ftrace_timestamp = timestamp; in ftrace_graph_probe_sched_switch()
407 if (!next->ftrace_timestamp) in ftrace_graph_probe_sched_switch()
414 timestamp -= next->ftrace_timestamp; in ftrace_graph_probe_sched_switch()
467 t->ftrace_timestamp = 0; in graph_init_task()
/Linux-v5.4/include/linux/
Dsched.h1185 unsigned long long ftrace_timestamp; member