Searched refs:dbref (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/tools/perf/scripts/python/ |
D | exported-sql-viewer.py | 640 if_has_calls = " WHERE has_calls = " + glb.dbref.TRUE 671 if not self.glb.dbref.is_sqlite3: 922 if_has_calls = " WHERE has_calls = " + glb.dbref.TRUE 1300 " AND exec_flag = " + self.collection.glb.dbref.TRUE + 2415 db, dbname = glb.dbref.Open(conn_name) 2531 …def __init__(self, dbref, sql, buffer, head, tail, fetch_count, fetching_done, process_target, wai… argument 2534 self.db, dbname = dbref.Open(conn_name) 2668 …self.process = Process(target=SQLFetcherFn, args=(glb.dbref, sql, self.buffer, self.head, self.tai… 3745 if glb.dbref.is_sqlite3: 4113 if glb.dbref.is_sqlite3: [all …]
|