Home
last modified time | relevance | path

Searched defs:return_time (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dthread-stack.h58 u64 return_time; member
/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
/openbmc/qemu/block/
H A Dvvfat.c633 static uint16_t fat_datetime(time_t time,int return_time) { in fat_datetime()