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()
313 ftimes->calltime += current->ftrace_sleeptime - ftimes->sleeptime; in handle_nosleeptime()
H A Dfgraph.c1089 next->ftrace_sleeptime += timestamp - next->ftrace_timestamp; in ftrace_graph_probe_sched_switch()
H A Dftrace.c845 profile_data->sleeptime = current->ftrace_sleeptime; in profile_graph_entry()
876 if (current->ftrace_sleeptime) in profile_graph_return()
877 calltime -= current->ftrace_sleeptime - profile_data->sleeptime; in profile_graph_return()
/linux/include/linux/
H A Dsched.h1454 unsigned long long ftrace_sleeptime; member