Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
H A Dthread-stack.h44 * @return_time: timestamp of return (if known)
59 u64 return_time; member
H A Dthread-stack.c314 cr.return_time = timestamp; in thread_stack__call_return()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dthread-stack.h43 * @return_time: timestamp of return (if known)
58 u64 return_time; member
H A Dthread-stack.c314 cr.return_time = timestamp; in thread_stack__call_return()
/kernel/linux/linux-5.10/tools/perf/scripts/python/
H A Dexport-to-postgresql.py443 'return_time bigint,'
573 'return_time,'
574 'return_time - call_time AS elapsed_time,'
1040 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):
1042 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)
/kernel/linux/linux-6.6/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)
/kernel/linux/linux-5.10/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c1245 tuple_set_d64(t, 5, cr->return_time); in python_export_call_return()
/kernel/linux/linux-6.6/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c1401 tuple_set_d64(t, 5, cr->return_time); in python_export_call_return()

Completed in 13 milliseconds