Home
last modified time | relevance | path

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

/linux/tools/perf/Documentation/
H A Ddb-export.txt31 before using them. e.g. function IsSelectable() in exported-sql-viewer.py
/linux/tools/perf/scripts/python/
H A 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")
931 if IsSelectable(glb.db, "comms", columns = "has_calls"):
2291 if not IsSelectable(self.glb.db, "calls", "WHERE parent_id >= 0"):
3103 self.have_ipc = IsSelectable(glb.db, "samples", columns = "insn_count, cyc_count")
3663 def IsSelectable(db, table, sql = "", columns = "*"): function
4640 if IsSelectable(glb.db, "calls"):
4643 if IsSelectable(glb.db, "calls", "WHERE parent_id >= 0"):
4648 if IsSelectable(glb.db, "calls"):
4651 if IsSelectable(gl
[all...]