Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/scripts/python/
Dexport-to-sqlite.py585 sample_query = QSqlQuery(db) variable
587sample_query.prepare("INSERT INTO samples VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, …
589sample_query.prepare("INSERT INTO samples VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, …
705 sample_query.addBindValue(str(xx))
707 sample_query.addBindValue(str(xx))
708 do_query_(sample_query)
710 bind_exec(sample_query, 24, x)