Lines Matching refs:QueryExec

182 def QueryExec(query, stmt):  function
544QueryExec(query, "SELECT call_path_id, name, short_name, COUNT(calls.id), SUM(return_time - call_t…
627 QueryExec(query, "SELECT thread_id, pid, tid"
648 QueryExec(query, "SELECT id, comm FROM comms" + if_has_calls)
773 QueryExec(query, "SELECT call_path_id, comm_id, thread_id"
790 QueryExec(q2, "SELECT parent_id"
829QueryExec(query, "SELECT calls.id, name, short_name, call_time, return_time - call_time" + ipc_str…
909 QueryExec(query, "SELECT thread_id, pid, tid"
930 QueryExec(query, "SELECT id, comm FROM comms" + if_has_calls)
969 QueryExec(query, "SELECT calls.id, comm_id, thread_id"
985 QueryExec(q2, "SELECT parent_id"
1177 QueryExec(query, "SELECT comm_threads.comm_id, comms.c_time, comms.exec_flag"
1303 QueryExec(query, "SELECT id, c_time"
1323 QueryExec(query, "SELECT time, thread_out_id, thread_in_id, comm_out_id, comm_in_id, flags"
1352 QueryExec(query, "SELECT pid, tid FROM threads WHERE id = " + str(thread_id))
1360 QueryExec(query, "SELECT comm FROM comms WHERE id = " + str(comm_id))
1422 QueryExec(query, "SELECT DISTINCT cpu"
2565 QueryExec(self.query, stmt)
2913QueryExec(query, "SELECT cpu, to_dso_id, to_symbol_id, to_sym_offset, short_name, long_name, build…
2932 QueryExec(query, "SELECT samples.dso_id, symbol_id, sym_offset, sym_start"
3442 QueryExec(query, "SELECT id, time FROM samples ORDER BY id DESC LIMIT 1")
3453QueryExec(query, "SELECT id FROM samples WHERE id > " + str(lower_id) + " AND id < " + str(higher_…
3463 QueryExec(query, "SELECT time FROM samples WHERE id = " + str(next_id))
3471 QueryExec(query, "SELECT time FROM samples WHERE id = " + str(next_id))
3652 QueryExec(query, "SELECT name FROM selected_events WHERE id > 0 ORDER BY id")
3662 QueryExec(query, "SELECT " + columns + " FROM " + table + " " + sql + " LIMIT 1")
3752 QueryExec(query, "PRAGMA table_info(" + table_name + ")")
3765QueryExec(query, "SELECT column_name FROM information_schema.columns WHERE table_schema = '" + sch…
4120QueryExec(query, "SELECT name FROM sqlite_master WHERE type IN ( 'table' , 'view' ) ORDER BY name")
4122QueryExec(query, "SELECT table_name FROM information_schema.tables WHERE table_schema = 'public' A…
4506 QueryExec(query, "SELECT VERSION()")
4519 QueryExec(query, "SELECT sqlite_version()")
4923 QueryExec(query, "SELECT id FROM machines WHERE pid = -1")
4938 QueryExec(query, sql)