Home
last modified time | relevance | path

Searched refs:IsSelectable (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/tools/perf/Documentation/
Ddb-export.txt31 before using them. e.g. function IsSelectable() in exported-sql-viewer.py
/linux-6.1.9/tools/perf/scripts/python/
Dexported-sql-viewer.py646 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"):