Searched refs:return_time (Results 1 – 4 of 4) sorted by relevance
/linux/tools/perf/util/ |
H A D | thread-stack.h | 58 u64 return_time; member
|
H A D | thread-stack.c | 314 cr.return_time = timestamp; in thread_stack__call_return()
|
/linux/tools/perf/scripts/python/ |
H A D | export-to-postgresql.py | 1043 def call_return_table(cr_id, thread_id, comm_id, call_path_id, call_time, return_time, branch_count… argument 1045 … 8, cr_id, 8, thread_id, 8, comm_id, 8, call_path_id, 8, call_time, 8, return_time, 8, branch_coun…
|
/linux/tools/perf/util/scripting-engines/ |
H A D | trace-event-python.c | 1419 tuple_set_d64(t, 5, cr->return_time); in python_export_call_return()
|