Searched refs:return_time (Results 1 – 5 of 5) sorted by relevance
/openbmc/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()
|
/openbmc/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…
|
/openbmc/qemu/block/ |
H A D | vvfat.c | 633 static uint16_t fat_datetime(time_t time,int return_time) { in fat_datetime() argument 638 if(return_time) in fat_datetime()
|
/openbmc/linux/tools/perf/util/scripting-engines/ |
H A D | trace-event-python.c | 1401 tuple_set_d64(t, 5, cr->return_time); in python_export_call_return()
|