Searched refs:IsSelectable (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 645 if IsSelectable(glb.db, "comms", columns = "has_calls"): 661 self.have_ipc = IsSelectable(glb.db, "calls", columns = "insn_count, cyc_count") 927 if IsSelectable(glb.db, "comms", columns = "has_calls"): 2287 if not IsSelectable(self.glb.db, "calls", "WHERE parent_id >= 0"): 3099 self.have_ipc = IsSelectable(glb.db, "samples", columns = "insn_count, cyc_count") 3659 def IsSelectable(db, table, sql = "", columns = "*"): function 4636 if IsSelectable(glb.db, "calls"): 4639 if IsSelectable(glb.db, "calls", "WHERE parent_id >= 0"): 4644 if IsSelectable(glb.db, "calls"): 4647 if IsSelectable(gl [all...] |
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A 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(gl [all...] |
Completed in 12 milliseconds