Home
last modified time | relevance | path

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

/Linux-v6.1/arch/powerpc/kernel/vdso/
Dgettimeofday.S22 .macro cvdso_call funct call_time=0
36 .ifeq \call_time
47 .ifeq \call_time
55 .ifeq \call_time
115 cvdso_call __c_kernel_time call_time=1
/Linux-v6.1/tools/perf/util/
Dthread-stack.h57 u64 call_time; member
Dthread-stack.c313 cr.call_time = tse->timestamp; in thread_stack__call_return()
/Linux-v6.1/tools/perf/scripts/python/
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 …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.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-v6.1/tools/perf/util/scripting-engines/
Dtrace-event-python.c1365 tuple_set_d64(t, 4, cr->call_time); in python_export_call_return()