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