Searched refs:call_query (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/perf/scripts/python/ |
H A D | export-to-sqlite.py | 597 call_query = QSqlQuery(db) variable 598 call_query.prepare("INSERT INTO calls VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)") 719 bind_exec(call_query, 14, x)
|