Searched refs:call_time (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/tools/perf/util/ |
D | thread-stack.h | 58 u64 call_time; member
|
D | thread-stack.c | 290 cr.call_time = tse->timestamp; in thread_stack__call_return()
|
/Linux-v5.4/tools/perf/scripts/python/ |
D | export-to-postgresql.py | 1040 def call_return_table(cr_id, thread_id, comm_id, call_path_id, call_time, return_time, branch_count… argument 1042 …value = struct.pack(fmt, 14, 8, cr_id, 8, thread_id, 8, comm_id, 8, call_path_id, 8, call_time, 8,…
|
/Linux-v5.4/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 1223 tuple_set_u64(t, 4, cr->call_time); in python_export_call_return()
|