Searched refs:call_path_id (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/tools/perf/scripts/python/ |
D | call-graph-from-sql.py | 75 self.call_path_id = 1 137 def addChild(self, call_path_id, name, dso, count, time, branch_count): argument 141 child_item.call_path_id = call_path_id 163 …'FROM calls WHERE parent_call_path_id = ' + str(self.call_path_id) + ' AND comm_id = ' + str(self.…
|
D | export-to-postgresql.py | 719 …to_sym_offset, to_ip, period, weight, transaction, data_src, branch_type, in_tx, call_path_id, *x): argument 721 … to_dso_id, 8, to_symbol_id, 8, to_sym_offset, 8, to_ip, 4, branch_type, 1, in_tx, 8, call_path_id) 723 …o_ip, 8, period, 8, weight, 8, transaction, 8, data_src, 4, branch_type, 1, in_tx, 8, call_path_id) 731 def call_return_table(cr_id, thread_id, comm_id, call_path_id, call_time, return_time, branch_count… argument 733 …value = struct.pack(fmt, 11, 8, cr_id, 8, thread_id, 8, comm_id, 8, call_path_id, 8, call_time, 8,…
|
/Linux-v4.19/tools/perf/util/ |
D | db-export.h | 47 u64 call_path_id; member
|
D | db-export.c | 400 es.call_path_id = cp->db_id; in db_export__sample()
|
/Linux-v4.19/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 1136 tuple_set_u64(t, 21, es->call_path_id); in python_export_sample()
|