Searched refs:sample_query (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/perf/scripts/python/ |
H A D | export-to-sqlite.py | 588 sample_query = QSqlQuery(db) variable 590 …sample_query.prepare("INSERT INTO samples VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, … 592 …sample_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)
|