Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/scripts/python/
Dcall-graph-from-sql.py75 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.…
Dexport-to-postgresql.py719 …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/
Ddb-export.h47 u64 call_path_id; member
Ddb-export.c400 es.call_path_id = cp->db_id; in db_export__sample()
/Linux-v4.19/tools/perf/util/scripting-engines/
Dtrace-event-python.c1136 tuple_set_u64(t, 21, es->call_path_id); in python_export_sample()