Lines Matching refs:calltime
195 unsigned long long calltime; member
242 ftimes = fgraph_reserve_data(gops->idx, sizeof(ftimes->calltime)); in graph_entry()
251 ftimes->calltime = trace_clock_local(); in graph_entry()
322 u64 calltime, u64 rettime) in __trace_graph_return() argument
334 entry->calltime = calltime; in __trace_graph_return()
346 ftimes->calltime += current->ftrace_sleeptime - ftimes->sleeptime; in handle_nosleeptime()
357 u64 calltime, rettime; in trace_graph_return() local
377 calltime = ftimes->calltime; in trace_graph_return()
385 __trace_graph_return(tr, trace, trace_ctx, calltime, rettime); in trace_graph_return()
411 (trace_clock_local() - ftimes->calltime < tracing_thresh)) in trace_graph_thresh_return()
931 duration = ret_entry->rettime - ret_entry->calltime; in print_graph_entry_leaf()
1252 u64 calltime = retentry->calltime; in print_graph_return() local
1254 unsigned long long duration = rettime - calltime; in print_graph_return()