Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/scripts/python/
H A Dexport-to-sqlite.py588 sample_query = QSqlQuery(db) variable
590sample_query.prepare("INSERT INTO samples VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, …
592sample_query.prepare("INSERT INTO samples VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, …
708 sample_query.addBindValue(str(xx))
710 sample_query.addBindValue(str(xx))
711 do_query_(sample_query)
713 bind_exec(sample_query, 25, x)