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