Home
last modified time | relevance | path

Searched refs:calltime (Results 1 – 5 of 5) sorted by relevance

/kernel/trace/
Dfgraph.c62 unsigned long long calltime; in ftrace_push_return_trace() local
83 calltime = trace_clock_local(); in ftrace_push_return_trace()
89 current->ret_stack[index].calltime = calltime; in ftrace_push_return_trace()
192 trace->calltime = current->ret_stack[index].calltime; in ftrace_pop_return_trace()
444 next->ret_stack[index].calltime += timestamp; in ftrace_graph_probe_sched_switch()
Dtrace_entries.h97 __field_packed( unsigned long long, ret, calltime)
104 __entry->calltime, __entry->rettime,
Dtrace_functions_graph.c201 .calltime = time, in __trace_graph_function()
284 (trace->rettime - trace->calltime < tracing_thresh)) in trace_graph_thresh_return()
641 duration = graph_ret->rettime - graph_ret->calltime; in print_graph_entry_leaf()
905 unsigned long long duration = trace->rettime - trace->calltime; in print_graph_return()
Dftrace.c813 unsigned long long calltime; in profile_graph_return() local
823 if (!trace->calltime) in profile_graph_return()
826 calltime = trace->rettime - trace->calltime; in profile_graph_return()
833 ret_stack->subtime += calltime; in profile_graph_return()
836 if (ret_stack && ret_stack->subtime < calltime) in profile_graph_return()
837 calltime -= ret_stack->subtime; in profile_graph_return()
839 calltime = 0; in profile_graph_return()
844 rec->time += calltime; in profile_graph_return()
845 rec->time_squared += calltime * calltime; in profile_graph_return()
/kernel/
Dasync.c114 ktime_t calltime, delta, rettime; in async_run_entry_fn() local
121 calltime = ktime_get(); in async_run_entry_fn()
126 delta = ktime_sub(rettime, calltime); in async_run_entry_fn()