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