Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/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…
/openbmc/qemu/block/
H A Dvvfat.c633 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 Dtrace-event-python.c1401 tuple_set_d64(t, 5, cr->return_time); in python_export_call_return()