Home
last modified time | relevance | path

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

/kernel/
Dasync.c118 ktime_t uninitialized_var(calltime), delta, rettime; in async_run_entry_fn()
125 calltime = ktime_get(); in async_run_entry_fn()
130 delta = ktime_sub(rettime, calltime); in async_run_entry_fn()
/kernel/trace/
Dtrace_functions_graph.c129 unsigned long long calltime; in ftrace_push_return_trace() local
169 calltime = trace_clock_local(); in ftrace_push_return_trace()
177 current->ret_stack[index].calltime = calltime; in ftrace_push_return_trace()
242 trace->calltime = current->ret_stack[index].calltime; in ftrace_pop_return_trace()
383 .calltime = time, in __trace_graph_function()
452 (trace->rettime - trace->calltime < tracing_thresh)) in trace_graph_thresh_return()
782 duration = graph_ret->rettime - graph_ret->calltime; in print_graph_entry_leaf()
1050 unsigned long long duration = trace->rettime - trace->calltime; in print_graph_return()
Dtrace_entries.h98 __field_desc( unsigned long long, ret, calltime)
106 __entry->calltime, __entry->rettime,
Dftrace.c911 unsigned long long calltime; in profile_graph_return() local
921 if (!trace->calltime) in profile_graph_return()
924 calltime = trace->rettime - trace->calltime; in profile_graph_return()
933 current->ret_stack[index - 1].subtime += calltime; in profile_graph_return()
935 if (current->ret_stack[index].subtime < calltime) in profile_graph_return()
936 calltime -= current->ret_stack[index].subtime; in profile_graph_return()
938 calltime = 0; in profile_graph_return()
943 rec->time += calltime; in profile_graph_return()
944 rec->time_squared += calltime * calltime; in profile_graph_return()
5765 next->ret_stack[index].calltime += timestamp; in ftrace_graph_probe_sched_switch()
Dtrace_output.c970 field->ret.calltime, in trace_graph_ret_raw()
989 SEQ_PUT_HEX_FIELD(s, field->ret.calltime); in trace_graph_ret_hex()
1006 SEQ_PUT_FIELD(s, field->ret.calltime); in trace_graph_ret_bin()