Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A Dthread-stack.h57 u64 call_time; member
A Dthread-stack.c313 cr.call_time = tse->timestamp; in thread_stack__call_return()
/linux/tools/perf/scripts/python/
A 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,…
A Dexported-sql-viewer.py808 …def __init__(self, glb, params, row, comm_id, thread_id, calls_id, call_time, time, insn_cnt, cyc_… argument
813 self.call_time = call_time
854 …def __init__(self, glb, params, row, comm_id, thread_id, calls_id, name, dso, call_time, time, ins… argument
855 …reeItem, self).__init__(glb, params, row, comm_id, thread_id, calls_id, call_time, time, insn_cnt,…
862 …self.data = [ name, dso, str(call_time), str(time), PercentToOneDP(time, parent_item.time), str(in…
864 …self.data = [ name, dso, str(call_time), str(time), PercentToOneDP(time, parent_item.time), str(br…
1155 child_call_time = child.internalPointer().call_time
/linux/tools/perf/util/scripting-engines/
A Dtrace-event-python.c1312 tuple_set_d64(t, 4, cr->call_time); in python_export_call_return()

Completed in 34 milliseconds