Searched refs:ftrace_sleeptime (Results 1 – 4 of 4) sorted by relevance
224 ftimes->sleeptime = current->ftrace_sleeptime; in trace_graph_entry()313 ftimes->calltime += current->ftrace_sleeptime - ftimes->sleeptime; in handle_nosleeptime()
1089 next->ftrace_sleeptime += timestamp - next->ftrace_timestamp; in ftrace_graph_probe_sched_switch()
845 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()
1454 unsigned long long ftrace_sleeptime; member