Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/util/
Dthread-stack.h58 u64 call_time; member
Dthread-stack.c313 cr.call_time = tse->timestamp; in thread_stack__call_return()
/Linux-v5.10/tools/perf/scripts/python/
Dexport-to-postgresql.py1040 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,…
Dexported-sql-viewer.py801 …def __init__(self, glb, params, row, comm_id, thread_id, calls_id, call_time, time, insn_cnt, cyc_… argument
806 self.call_time = call_time
847 …def __init__(self, glb, params, row, comm_id, thread_id, calls_id, name, dso, call_time, time, ins… argument
848 …reeItem, self).__init__(glb, params, row, comm_id, thread_id, calls_id, call_time, time, insn_cnt,…
855 …self.data = [ name, dso, str(call_time), str(time), PercentToOneDP(time, parent_item.time), str(in…
857 …self.data = [ name, dso, str(call_time), str(time), PercentToOneDP(time, parent_item.time), str(br…
1148 child_call_time = child.internalPointer().call_time
/Linux-v5.10/tools/perf/util/scripting-engines/
Dtrace-event-python.c1228 tuple_set_u64(t, 4, cr->call_time); in python_export_call_return()