Lines Matching defs:calltime
221 unsigned long long calltime;
266 /* Only need to record the calltime */
267 ftimes = fgraph_reserve_data(gops->idx, sizeof(ftimes->calltime));
272 ftimes->calltime = trace_clock_local();
337 u64 calltime, u64 rettime)
349 entry->calltime = calltime;
365 ftimes->calltime += current->ftrace_sleeptime - ftimes->sleeptime;
375 u64 calltime, rettime;
393 calltime = ftimes->calltime;
396 __trace_graph_return(tr, trace, trace_ctx, calltime, rettime);
407 u64 calltime, rettime;
426 calltime = ftimes->calltime;
428 if (tracing_thresh && (rettime - calltime < tracing_thresh))
432 __trace_graph_return(tr, trace, trace_ctx, calltime, rettime);
966 duration = ret_entry->rettime - ret_entry->calltime;
1290 u64 calltime = retentry->calltime;
1292 unsigned long long duration = rettime - calltime;