Searched refs:context_switch_query (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
D | export-to-sqlite.py | 608 context_switch_query = QSqlQuery(db) variable 609 context_switch_query.prepare("INSERT INTO context_switches VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)") 796 bind_exec(context_switch_query, 9, x)
|