Searched refs:dbref (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/perf/scripts/python/ |
| H A D | exported-sql-viewer.py | 646 if_has_calls = " WHERE has_calls = " + glb.dbref.TRUE 677 if not self.glb.dbref.is_sqlite3: 928 if_has_calls = " WHERE has_calls = " + glb.dbref.TRUE 1306 " AND exec_flag = " + self.collection.glb.dbref.TRUE + 2421 db, dbname = glb.dbref.Open(conn_name) 2537 …def __init__(self, dbref, sql, buffer, head, tail, fetch_count, fetching_done, process_target, wai… argument 2540 self.db, dbname = dbref.Open(conn_name) 2674 …self.process = Process(target=SQLFetcherFn, args=(glb.dbref, sql, self.buffer, self.head, self.tai… 3751 if glb.dbref.is_sqlite3: 4119 if glb.dbref.is_sqlite3: [all …]
|