Searched refs:call_path_id (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/tools/perf/scripts/python/ |
D | call-graph-from-postgresql.py | 74 self.call_path_id = 1 136 def addChild(self, call_path_id, name, dso, count, time, branch_count): argument 140 child_item.call_path_id = call_path_id 162 …'FROM calls WHERE parent_call_path_id = ' + str(self.call_path_id) + ' AND comm_id = ' + str(self.…
|
D | export-to-postgresql.py | 709 def call_return_table(cr_id, thread_id, comm_id, call_path_id, call_time, return_time, branch_count… argument 711 …value = struct.pack(fmt, 11, 8, cr_id, 8, thread_id, 8, comm_id, 8, call_path_id, 8, call_time, 8,…
|