Home
last modified time | relevance | path

Searched refs:pwrx_query (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/scripts/python/
Dexport-to-sqlite.py606 pwrx_query = QSqlQuery(db) variable
607 pwrx_query.prepare("INSERT INTO pwrx VALUES (?, ?, ?, ?)")
775 pwrx_query.addBindValue(str(id))
776 pwrx_query.addBindValue(str(deepest_cstate))
777 pwrx_query.addBindValue(str(last_cstate))
778 pwrx_query.addBindValue(str(wake_reason))
779 do_query_(pwrx_query)