Searched refs:call_path_id (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/tools/perf/scripts/python/ |
D | export-to-postgresql.py | 1031 …et, to_ip, period, weight, transaction, data_src, branch_type, in_tx, call_path_id, insn_cnt, cyc_… argument 1033 …o_symbol_id, 8, to_sym_offset, 8, to_ip, 4, branch_type, 1, in_tx, 8, call_path_id, 8, insn_cnt, 8… 1035 … 8, weight, 8, transaction, 8, data_src, 4, branch_type, 1, in_tx, 8, call_path_id, 8, insn_cnt, 8… 1043 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,…
|
D | exported-sql-viewer.py | 528 …def __init__(self, glb, params, row, comm_id, thread_id, call_path_id, time, insn_cnt, cyc_cnt, br… argument 532 self.call_path_id = call_path_id 550 " WHERE parent_call_path_id = " + str(self.call_path_id) + 572 …def __init__(self, glb, params, row, comm_id, thread_id, call_path_id, name, dso, count, time, ins… argument 573 …super(CallGraphLevelThreeItem, self).__init__(glb, params, row, comm_id, thread_id, call_path_id, … 583 self.dbid = call_path_id
|
/linux-6.1.9/tools/perf/util/ |
D | db-export.h | 38 u64 call_path_id; member
|
D | db-export.c | 388 es.call_path_id = cp->db_id; in db_export__sample()
|
/linux-6.1.9/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 1290 tuple_set_d64(t, 21, es->call_path_id); in python_export_sample_table()
|