Searched refs:calls_id (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/tools/perf/scripts/python/ |
| D | exported-sql-viewer.py | 788 …def __init__(self, glb, params, row, comm_id, thread_id, calls_id, time, insn_cnt, cyc_cnt, branch… argument 792 self.calls_id = calls_id 800 if self.calls_id == 0: 814 " WHERE calls.parent_id = " + str(self.calls_id) + comm_thread + 833 …def __init__(self, glb, params, row, comm_id, thread_id, calls_id, name, dso, count, time, insn_cn… argument 834 …super(CallTreeLevelThreeItem, self).__init__(glb, params, row, comm_id, thread_id, calls_id, time,… 844 self.dbid = calls_id
|