Home
last modified time | relevance | path

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

/kernel/trace/
Dfgraph.c71 unsigned long long calltime; in ftrace_push_return_trace() local
92 calltime = trace_clock_local(); in ftrace_push_return_trace()
98 current->ret_stack[index].calltime = calltime; in ftrace_push_return_trace()
203 trace->calltime = current->ret_stack[index].calltime; in ftrace_pop_return_trace()
456 next->ret_stack[index].calltime += timestamp; in ftrace_graph_probe_sched_switch()
Dtrace_entries.h98 __field_packed( unsigned long long, ret, calltime)
104 __entry->calltime, __entry->rettime,
Dtrace_functions_graph.c200 .calltime = time, in __trace_graph_function()
282 (trace->rettime - trace->calltime < tracing_thresh)) in trace_graph_thresh_return()
639 duration = graph_ret->rettime - graph_ret->calltime; in print_graph_entry_leaf()
903 unsigned long long duration = trace->rettime - trace->calltime; in print_graph_return()
Dftrace.c810 unsigned long long calltime; in profile_graph_return() local
820 if (!trace->calltime) in profile_graph_return()
823 calltime = trace->rettime - trace->calltime; in profile_graph_return()
830 ret_stack->subtime += calltime; in profile_graph_return()
833 if (ret_stack && ret_stack->subtime < calltime) in profile_graph_return()
834 calltime -= ret_stack->subtime; in profile_graph_return()
836 calltime = 0; in profile_graph_return()
841 rec->time += calltime; in profile_graph_return()
842 rec->time_squared += calltime * calltime; in profile_graph_return()
/kernel/
Dasync.c120 ktime_t calltime; in async_run_entry_fn() local
125 calltime = ktime_get(); in async_run_entry_fn()
131 microseconds_since(calltime)); in async_run_entry_fn()