Searched refs:context_switch_query (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/perf/scripts/python/ |
H A D | export-to-sqlite.py | 611 context_switch_query = QSqlQuery(db) variable 612 context_switch_query.prepare("INSERT INTO context_switches VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)") 799 bind_exec(context_switch_query, 9, x)
|