Searched refs:return_time (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/perf/util/
H A Dthread-stack.h43 * @return_time: timestamp of return (if known)
58 u64 return_time; member in struct:call_return
H A Dthread-stack.c314 cr.return_time = timestamp;
/linux-master/tools/perf/scripts/python/
H A Dexport-to-postgresql.py445 'return_time bigint,'
575 'return_time,'
576 'return_time - call_time AS elapsed_time,'
1043 def call_return_table(cr_id, thread_id, comm_id, call_path_id, call_time, return_time, branch_count, call_id, return_id, parent_call_path_id, flags, parent_id, insn_cnt, cyc_cnt, *x):
1045 value = struct.pack(fmt, 14, 8, cr_id, 8, thread_id, 8, comm_id, 8, call_path_id, 8, call_time, 8, return_time, 8, branch_count, 8, call_id, 8, return_id, 8, parent_call_path_id, 4, flags, 8, parent_id, 8, insn_cnt, 8, cyc_cnt)
/linux-master/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c1414 tuple_set_d64(t, 5, cr->return_time);

Completed in 128 milliseconds