Searched refs:sample_query (Results  1 – 1 of 1) sorted by relevance
| /Linux-v6.6/tools/perf/scripts/python/ | 
| D | export-to-sqlite.py | 588 sample_query = QSqlQuery(db)  variable590 …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)
 
 |