Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/scripts/python/
H A Dexport-to-sqlite.py609 pwrx_query = QSqlQuery(db) variable
610 pwrx_query.prepare("INSERT INTO pwrx VALUES (?, ?, ?, ?)")
778 pwrx_query.addBindValue(str(id))
779 pwrx_query.addBindValue(str(deepest_cstate))
780 pwrx_query.addBindValue(str(last_cstate))
781 pwrx_query.addBindValue(str(wake_reason))
782 do_query_(pwrx_query)