Searched refs:IsSelectable (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/tools/perf/Documentation/ |
D | db-export.txt | 31 before using them. e.g. function IsSelectable() in exported-sql-viewer.py
|
/linux-6.12.1/tools/perf/scripts/python/ |
D | exported-sql-viewer.py | 646 if IsSelectable(glb.db, "comms", columns = "has_calls"): 662 self.have_ipc = IsSelectable(glb.db, "calls", columns = "insn_count, cyc_count") 928 if IsSelectable(glb.db, "comms", columns = "has_calls"): 2288 if not IsSelectable(self.glb.db, "calls", "WHERE parent_id >= 0"): 3100 self.have_ipc = IsSelectable(glb.db, "samples", columns = "insn_count, cyc_count") 3660 def IsSelectable(db, table, sql = "", columns = "*"): function 4637 if IsSelectable(glb.db, "calls"): 4640 if IsSelectable(glb.db, "calls", "WHERE parent_id >= 0"): 4645 if IsSelectable(glb.db, "calls"): 4648 if IsSelectable(glb.db, "context_switches"):
|