Searched refs:dbref (Results 1 – 1 of 1) sorted by relevance
/linux/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 647 if_has_calls = " WHERE has_calls = " + glb.dbref.TRUE 678 if not self.glb.dbref.is_sqlite3: 929 if_has_calls = " WHERE has_calls = " + glb.dbref.TRUE 1307 " AND exec_flag = " + self.collection.glb.dbref.TRUE + 2422 db, dbname = glb.dbref.Open(conn_name) 2538 …def __init__(self, dbref, sql, buffer, head, tail, fetch_count, fetching_done, process_target, wai… argument 2541 self.db, dbname = dbref.Open(conn_name) 2675 …self.process = Process(target=SQLFetcherFn, args=(glb.dbref, sql, self.buffer, self.head, self.tai… 3752 if glb.dbref.is_sqlite3: 4120 if glb.dbref.is_sqlite3: [all …]
|