Searched refs:calls_id (Results 1 – 1 of 1) sorted by relevance
/linux/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 808 …def __init__(self, glb, params, row, comm_id, thread_id, calls_id, call_time, time, insn_cnt, cyc_… argument 812 self.calls_id = calls_id 821 if self.calls_id == 0: 835 " WHERE calls.parent_id = " + str(self.calls_id) + comm_thread + 854 …def __init__(self, glb, params, row, comm_id, thread_id, calls_id, name, dso, call_time, time, ins… argument 855 …super(CallTreeLevelThreeItem, self).__init__(glb, params, row, comm_id, thread_id, calls_id, call_… 865 self.dbid = calls_id
|