Home
last modified time | relevance | path

Searched refs:ftrace_sleeptime (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/trace/
H A Dtrace_functions_graph.c224 ftimes->sleeptime = current->ftrace_sleeptime; in trace_graph_entry()
310 ftimes->calltime += current->ftrace_sleeptime - ftimes->sleeptime; in handle_nosleeptime()
H A Dfgraph.c1100 next->ftrace_sleeptime += timestamp - next->ftrace_timestamp; in ftrace_graph_probe_sched_switch()
H A Dftrace.c835 profile_data->sleeptime = current->ftrace_sleeptime; in profile_graph_entry()
867 if (current->ftrace_sleeptime) in profile_graph_return()
868 calltime -= current->ftrace_sleeptime - profile_data->sleeptime; in profile_graph_return()
/linux/include/linux/
H A Dsched.h1470 unsigned long long ftrace_sleeptime; member