Lines Matching refs:QueryExec
176 def QueryExec(query, stmt): function
538 …QueryExec(query, "SELECT call_path_id, name, short_name, COUNT(calls.id), SUM(return_time - call_t…
621 QueryExec(query, "SELECT thread_id, pid, tid"
642 QueryExec(query, "SELECT id, comm FROM comms" + if_has_calls)
767 QueryExec(query, "SELECT call_path_id, comm_id, thread_id"
784 QueryExec(q2, "SELECT parent_id"
823 …QueryExec(query, "SELECT calls.id, name, short_name, call_time, return_time - call_time" + ipc_str…
903 QueryExec(query, "SELECT thread_id, pid, tid"
924 QueryExec(query, "SELECT id, comm FROM comms" + if_has_calls)
963 QueryExec(query, "SELECT calls.id, comm_id, thread_id"
979 QueryExec(q2, "SELECT parent_id"
1171 QueryExec(query, "SELECT comm_threads.comm_id, comms.c_time, comms.exec_flag"
1297 QueryExec(query, "SELECT id, c_time"
1317 QueryExec(query, "SELECT time, thread_out_id, thread_in_id, comm_out_id, comm_in_id, flags"
1346 QueryExec(query, "SELECT pid, tid FROM threads WHERE id = " + str(thread_id))
1354 QueryExec(query, "SELECT comm FROM comms WHERE id = " + str(comm_id))
1416 QueryExec(query, "SELECT DISTINCT cpu"
2559 QueryExec(self.query, stmt)
2907 …QueryExec(query, "SELECT cpu, to_dso_id, to_symbol_id, to_sym_offset, short_name, long_name, build…
2926 QueryExec(query, "SELECT samples.dso_id, symbol_id, sym_offset, sym_start"
3436 QueryExec(query, "SELECT id, time FROM samples ORDER BY id DESC LIMIT 1")
3447 …QueryExec(query, "SELECT id FROM samples WHERE id > " + str(lower_id) + " AND id < " + str(higher_…
3457 QueryExec(query, "SELECT time FROM samples WHERE id = " + str(next_id))
3465 QueryExec(query, "SELECT time FROM samples WHERE id = " + str(next_id))
3646 QueryExec(query, "SELECT name FROM selected_events WHERE id > 0 ORDER BY id")
3656 QueryExec(query, "SELECT " + columns + " FROM " + table + " " + sql + " LIMIT 1")
3746 QueryExec(query, "PRAGMA table_info(" + table_name + ")")
3759 …QueryExec(query, "SELECT column_name FROM information_schema.columns WHERE table_schema = '" + sch…
4114 …QueryExec(query, "SELECT name FROM sqlite_master WHERE type IN ( 'table' , 'view' ) ORDER BY name")
4116 …QueryExec(query, "SELECT table_name FROM information_schema.tables WHERE table_schema = 'public' A…
4500 QueryExec(query, "SELECT VERSION()")
4513 QueryExec(query, "SELECT sqlite_version()")
4917 QueryExec(query, "SELECT id FROM machines WHERE pid = -1")
4932 QueryExec(query, sql)