Lines Matching refs:calltime
221 unsigned long long calltime; member
267 ftimes = fgraph_reserve_data(gops->idx, sizeof(ftimes->calltime)); in graph_entry()
272 ftimes->calltime = trace_clock_local(); in graph_entry()
337 u64 calltime, u64 rettime) in __trace_graph_return() argument
349 entry->calltime = calltime; in __trace_graph_return()
365 ftimes->calltime += current->ftrace_sleeptime - ftimes->sleeptime; in handle_nosleeptime()
375 u64 calltime, rettime; in trace_graph_return() local
393 calltime = ftimes->calltime; in trace_graph_return()
396 __trace_graph_return(tr, trace, trace_ctx, calltime, rettime); in trace_graph_return()
422 (trace_clock_local() - ftimes->calltime < tracing_thresh)) in trace_graph_thresh_return()
959 duration = ret_entry->rettime - ret_entry->calltime; in print_graph_entry_leaf()
1283 u64 calltime = retentry->calltime; in print_graph_return() local
1285 unsigned long long duration = rettime - calltime; in print_graph_return()