Lines Matching refs:QueryExec
173 def QueryExec(query, stmt): function
526 …QueryExec(query, "SELECT call_path_id, name, short_name, COUNT(calls.id), SUM(return_time - call_t…
609 QueryExec(query, "SELECT thread_id, pid, tid"
630 QueryExec(query, "SELECT id, comm FROM comms" + if_has_calls)
755 QueryExec(query, "SELECT call_path_id, comm_id, thread_id"
771 QueryExec(q2, "SELECT parent_id"
809 …QueryExec(query, "SELECT calls.id, name, short_name, call_time, return_time - call_time" + ipc_str…
889 QueryExec(query, "SELECT thread_id, pid, tid"
910 QueryExec(query, "SELECT id, comm FROM comms" + if_has_calls)
949 QueryExec(query, "SELECT calls.id, comm_id, thread_id"
964 QueryExec(q2, "SELECT parent_id"
1181 QueryExec(self.query, stmt)
1529 …QueryExec(query, "SELECT cpu, to_dso_id, to_symbol_id, to_sym_offset, short_name, long_name, build…
1548 QueryExec(query, "SELECT samples.dso_id, symbol_id, sym_offset, sym_start"
2058 QueryExec(query, "SELECT id, time FROM samples ORDER BY id DESC LIMIT 1")
2062 QueryExec(query, "SELECT time FROM samples WHERE time != 0 ORDER BY id LIMIT 1")
2071 …QueryExec(query, "SELECT id FROM samples WHERE id > " + str(lower_id) + " AND id < " + str(higher_…
2081 QueryExec(query, "SELECT time FROM samples WHERE id = " + str(next_id))
2089 QueryExec(query, "SELECT time FROM samples WHERE id = " + str(next_id))
2270 QueryExec(query, "SELECT name FROM selected_events WHERE id > 0 ORDER BY id")
2280 QueryExec(query, "SELECT " + columns + " FROM " + table + " " + sql + " LIMIT 1")
2370 QueryExec(query, "PRAGMA table_info(" + table_name + ")")
2383 …QueryExec(query, "SELECT column_name FROM information_schema.columns WHERE table_schema = '" + sch…
2738 …QueryExec(query, "SELECT name FROM sqlite_master WHERE type IN ( 'table' , 'view' ) ORDER BY name")
2740 …QueryExec(query, "SELECT table_name FROM information_schema.tables WHERE table_schema = 'public' A…
3100 QueryExec(query, "SELECT VERSION()")
3113 QueryExec(query, "SELECT sqlite_version()")