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

/linux-master/arch/powerpc/kernel/vdso/
H A Dgettimeofday.S22 .macro cvdso_call funct call_time=0
36 .ifeq \call_time
51 .ifeq \call_time
59 .ifeq \call_time
119 cvdso_call __c_kernel_time call_time=1
/linux-master/tools/perf/util/
H A Dthread-stack.h42 * @call_time: timestamp of call (if known)
57 u64 call_time; member in struct:call_return
H A Dthread-stack.c313 cr.call_time = tse->timestamp;
/linux-master/tools/perf/scripts/python/
H A Dexport-to-postgresql.py444 'call_time bigint,'
574 'call_time,'
576 'return_time - call_time AS elapsed_time,'
1043 def call_return_table(cr_id, thread_id, comm_id, call_path_id, call_time, return_time, branch_count, call_id, return_id, parent_call_path_id, flags, parent_id, insn_cnt, cyc_cnt, *x):
1045 value = struct.pack(fmt, 14, 8, cr_id, 8, thread_id, 8, comm_id, 8, call_path_id, 8, call_time, 8, return_time, 8, branch_count, 8, call_id, 8, return_id, 8, parent_call_path_id, 4, flags, 8, parent_id, 8, insn_cnt, 8, cyc_cnt)
H A Dexported-sql-viewer.py545 QueryExec(query, "SELECT call_path_id, name, short_name, COUNT(calls.id), SUM(return_time - call_time)" + ipc_str + ", SUM(branch_count)"
808 def __init__(self, glb, params, row, comm_id, thread_id, calls_id, call_time, time, insn_cnt, cyc_cnt, branch_count, parent_item):
813 self.call_time = call_time
830 QueryExec(query, "SELECT calls.id, name, short_name, call_time, return_time - call_time" + ipc_str + ", branch_count"
836 " ORDER BY call_time, calls.id")
854 def __init__(self, glb, params, row, comm_id, thread_id, calls_id, name, dso, call_time, time, insn_cnt, cyc_cnt, branch_count, parent_item):
855 super(CallTreeLevelThreeItem, self).__init__(glb, params, row, comm_id, thread_id, calls_id, call_time, time, insn_cnt, cyc_cnt, branch_count, parent_item)
862 self.data = [ name, dso, str(call_time), st
[all...]
/linux-master/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c1413 tuple_set_d64(t, 4, cr->call_time);

Completed in 166 milliseconds