Searched refs:IsSelectable (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/tools/perf/Documentation/ |
D | db-export.txt | 31 before using them. e.g. function IsSelectable() in exported-sql-viewer.py
|
/Linux-v5.4/tools/perf/scripts/python/ |
D | exported-sql-viewer.py | 627 if IsSelectable(glb.db, "comms", columns = "has_calls"): 643 self.have_ipc = IsSelectable(glb.db, "calls", columns = "insn_count, cyc_count") 907 if IsSelectable(glb.db, "comms", columns = "has_calls"): 1715 self.have_ipc = IsSelectable(glb.db, "samples", columns = "insn_count, cyc_count") 2277 def IsSelectable(db, table, sql = "", columns = "*"): function 3230 if IsSelectable(glb.db, "calls"): 3233 if IsSelectable(glb.db, "calls", "WHERE parent_id >= 0"): 3238 if IsSelectable(glb.db, "calls"):
|