Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/scripts/python/
Dexport-to-sqlite.py366 sample_query = QSqlQuery(db) variable
368sample_query.prepare("INSERT INTO samples VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, …
370sample_query.prepare("INSERT INTO samples VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, …
444 sample_query.addBindValue(str(xx))
446 sample_query.addBindValue(str(xx))
447 do_query_(sample_query)
449 bind_exec(sample_query, 22, x)