Searched refs:call_query (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/tools/perf/scripts/python/ |
D | export-to-sqlite.py | 375 call_query = QSqlQuery(db) variable 376 call_query.prepare("INSERT INTO calls VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)") 455 bind_exec(call_query, 11, x)
|