Searched refs:sample_query (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/tools/perf/scripts/python/ |
D | export-to-sqlite.py | 585 sample_query = QSqlQuery(db) variable 587 …sample_query.prepare("INSERT INTO samples VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, … 589 …sample_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)
|