Searched refs:call_query (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
D | export-to-sqlite.py | 594 call_query = QSqlQuery(db) variable 595 call_query.prepare("INSERT INTO calls VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)") 716 bind_exec(call_query, 14, x)
|