Lines Matching refs:QueryExec
183 def QueryExec(query, stmt): function
545 …QueryExec(query, "SELECT call_path_id, name, short_name, COUNT(calls.id), SUM(return_time - call_t…
628 QueryExec(query, "SELECT thread_id, pid, tid"
649 QueryExec(query, "SELECT id, comm FROM comms" + if_has_calls)
777 QueryExec(query, "SELECT call_path_id, comm_id, thread_id"
794 QueryExec(q2, "SELECT parent_id"
833 …QueryExec(query, "SELECT calls.id, name, short_name, call_time, return_time - call_time" + ipc_str…
913 QueryExec(query, "SELECT thread_id, pid, tid"
934 QueryExec(query, "SELECT id, comm FROM comms" + if_has_calls)
973 QueryExec(query, "SELECT calls.id, comm_id, thread_id"
989 QueryExec(q2, "SELECT parent_id"
1181 QueryExec(query, "SELECT comm_threads.comm_id, comms.c_time, comms.exec_flag"
1307 QueryExec(query, "SELECT id, c_time"
1327 QueryExec(query, "SELECT time, thread_out_id, thread_in_id, comm_out_id, comm_in_id, flags"
1356 QueryExec(query, "SELECT pid, tid FROM threads WHERE id = " + str(thread_id))
1364 QueryExec(query, "SELECT comm FROM comms WHERE id = " + str(comm_id))
1426 QueryExec(query, "SELECT DISTINCT cpu"
2569 QueryExec(self.query, stmt)
2917 …QueryExec(query, "SELECT cpu, to_dso_id, to_symbol_id, to_sym_offset, short_name, long_name, build…
2936 QueryExec(query, "SELECT samples.dso_id, symbol_id, sym_offset, sym_start"
3446 QueryExec(query, "SELECT id, time FROM samples ORDER BY id DESC LIMIT 1")
3457 …QueryExec(query, "SELECT id FROM samples WHERE id > " + str(lower_id) + " AND id < " + str(higher_…
3467 QueryExec(query, "SELECT time FROM samples WHERE id = " + str(next_id))
3475 QueryExec(query, "SELECT time FROM samples WHERE id = " + str(next_id))
3656 QueryExec(query, "SELECT name FROM selected_events WHERE id > 0 ORDER BY id")
3666 QueryExec(query, "SELECT " + columns + " FROM " + table + " " + sql + " LIMIT 1")
3756 QueryExec(query, "PRAGMA table_info(" + table_name + ")")
3769 …QueryExec(query, "SELECT column_name FROM information_schema.columns WHERE table_schema = '" + sch…
4124 …QueryExec(query, "SELECT name FROM sqlite_master WHERE type IN ( 'table' , 'view' ) ORDER BY name")
4126 …QueryExec(query, "SELECT table_name FROM information_schema.tables WHERE table_schema = 'public' A…
4510 QueryExec(query, "SELECT VERSION()")
4523 QueryExec(query, "SELECT sqlite_version()")
4839 QueryExec(query, "SELECT id FROM machines WHERE pid = -1")
4854 QueryExec(query, sql)