Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/scripts/python/
Dexport-to-postgresql.py1028 …et, to_ip, period, weight, transaction, data_src, branch_type, in_tx, call_path_id, insn_cnt, cyc_… argument
1030 …o_symbol_id, 8, to_sym_offset, 8, to_ip, 4, branch_type, 1, in_tx, 8, call_path_id, 8, insn_cnt, 8…
1032 … 8, weight, 8, transaction, 8, data_src, 4, branch_type, 1, in_tx, 8, call_path_id, 8, insn_cnt, 8…
1040 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.py521 …def __init__(self, glb, params, row, comm_id, thread_id, call_path_id, time, insn_cnt, cyc_cnt, br… argument
525 self.call_path_id = call_path_id
543 " WHERE parent_call_path_id = " + str(self.call_path_id) +
565 …def __init__(self, glb, params, row, comm_id, thread_id, call_path_id, name, dso, count, time, ins… argument
566 …super(CallGraphLevelThreeItem, self).__init__(glb, params, row, comm_id, thread_id, call_path_id, …
576 self.dbid = call_path_id
/Linux-v5.10/tools/perf/util/
Ddb-export.h38 u64 call_path_id; member
Ddb-export.c388 es.call_path_id = cp->db_id; in db_export__sample()
/Linux-v5.10/tools/perf/util/scripting-engines/
Dtrace-event-python.c1154 tuple_set_u64(t, 21, es->call_path_id); in python_export_sample_table()