Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dthread-stack.h58 u64 return_time; member
H A Dthread-stack.c314 cr.return_time = timestamp; in thread_stack__call_return()
/linux/tools/perf/scripts/python/
H A Dexport-to-postgresql.py1043 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 Dtrace-event-python.c1419 tuple_set_d64(t, 5, cr->return_time); in python_export_call_return()