Searched refs:IsSelectable (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/tools/perf/Documentation/ |
D | db-export.txt | 31 before using them. e.g. function IsSelectable() in exported-sql-viewer.py
|
/Linux-v5.10/tools/perf/scripts/python/ |
D | exported-sql-viewer.py | 639 if IsSelectable(glb.db, "comms", columns = "has_calls"): 655 self.have_ipc = IsSelectable(glb.db, "calls", columns = "insn_count, cyc_count") 921 if IsSelectable(glb.db, "comms", columns = "has_calls"): 2281 if not IsSelectable(self.glb.db, "calls", "WHERE parent_id >= 0"): 3093 self.have_ipc = IsSelectable(glb.db, "samples", columns = "insn_count, cyc_count") 3653 def IsSelectable(db, table, sql = "", columns = "*"): function 4630 if IsSelectable(glb.db, "calls"): 4633 if IsSelectable(glb.db, "calls", "WHERE parent_id >= 0"): 4638 if IsSelectable(glb.db, "calls"): 4641 if IsSelectable(glb.db, "context_switches"):
|