Lines Matching refs:tuple_set_d64
1061 #define tuple_set_d64 tuple_set_s64 macro
1106 tuple_set_d64(t, 0, evsel->db_id); in python_export_evsel()
1124 tuple_set_d64(t, 0, machine->db_id); in python_export_machine()
1143 tuple_set_d64(t, 0, thread->db_id); in python_export_thread()
1144 tuple_set_d64(t, 1, machine->db_id); in python_export_thread()
1145 tuple_set_d64(t, 2, main_thread_db_id); in python_export_thread()
1164 tuple_set_d64(t, 0, comm->db_id); in python_export_comm()
1166 tuple_set_d64(t, 2, thread->db_id); in python_export_comm()
1167 tuple_set_d64(t, 3, comm->start); in python_export_comm()
1185 tuple_set_d64(t, 0, db_id); in python_export_comm_thread()
1186 tuple_set_d64(t, 1, comm->db_id); in python_export_comm_thread()
1187 tuple_set_d64(t, 2, thread->db_id); in python_export_comm_thread()
1207 tuple_set_d64(t, 0, dso->db_id); in python_export_dso()
1208 tuple_set_d64(t, 1, machine->db_id); in python_export_dso()
1229 tuple_set_d64(t, 0, *sym_db_id); in python_export_symbol()
1230 tuple_set_d64(t, 1, dso->db_id); in python_export_symbol()
1231 tuple_set_d64(t, 2, sym->start); in python_export_symbol()
1232 tuple_set_d64(t, 3, sym->end); in python_export_symbol()
1269 tuple_set_d64(t, 0, es->db_id); in python_export_sample_table()
1270 tuple_set_d64(t, 1, es->evsel->db_id); in python_export_sample_table()
1271 tuple_set_d64(t, 2, es->al->maps->machine->db_id); in python_export_sample_table()
1272 tuple_set_d64(t, 3, es->al->thread->db_id); in python_export_sample_table()
1273 tuple_set_d64(t, 4, es->comm_db_id); in python_export_sample_table()
1274 tuple_set_d64(t, 5, es->dso_db_id); in python_export_sample_table()
1275 tuple_set_d64(t, 6, es->sym_db_id); in python_export_sample_table()
1276 tuple_set_d64(t, 7, es->offset); in python_export_sample_table()
1277 tuple_set_d64(t, 8, es->sample->ip); in python_export_sample_table()
1278 tuple_set_d64(t, 9, es->sample->time); in python_export_sample_table()
1280 tuple_set_d64(t, 11, es->addr_dso_db_id); in python_export_sample_table()
1281 tuple_set_d64(t, 12, es->addr_sym_db_id); in python_export_sample_table()
1282 tuple_set_d64(t, 13, es->addr_offset); in python_export_sample_table()
1283 tuple_set_d64(t, 14, es->sample->addr); in python_export_sample_table()
1284 tuple_set_d64(t, 15, es->sample->period); in python_export_sample_table()
1285 tuple_set_d64(t, 16, es->sample->weight); in python_export_sample_table()
1286 tuple_set_d64(t, 17, es->sample->transaction); in python_export_sample_table()
1287 tuple_set_d64(t, 18, es->sample->data_src); in python_export_sample_table()
1290 tuple_set_d64(t, 21, es->call_path_id); in python_export_sample_table()
1291 tuple_set_d64(t, 22, es->sample->insn_cnt); in python_export_sample_table()
1292 tuple_set_d64(t, 23, es->sample->cyc_cnt); in python_export_sample_table()
1307 tuple_set_d64(t, 0, es->db_id); in python_export_synth()
1308 tuple_set_d64(t, 1, es->evsel->core.attr.config); in python_export_synth()
1340 tuple_set_d64(t, 0, cp->db_id); in python_export_call_path()
1341 tuple_set_d64(t, 1, parent_db_id); in python_export_call_path()
1342 tuple_set_d64(t, 2, sym_db_id); in python_export_call_path()
1343 tuple_set_d64(t, 3, cp->ip); in python_export_call_path()
1361 tuple_set_d64(t, 0, cr->db_id); in python_export_call_return()
1362 tuple_set_d64(t, 1, cr->thread->db_id); in python_export_call_return()
1363 tuple_set_d64(t, 2, comm_db_id); in python_export_call_return()
1364 tuple_set_d64(t, 3, cr->cp->db_id); in python_export_call_return()
1365 tuple_set_d64(t, 4, cr->call_time); in python_export_call_return()
1366 tuple_set_d64(t, 5, cr->return_time); in python_export_call_return()
1367 tuple_set_d64(t, 6, cr->branch_count); in python_export_call_return()
1368 tuple_set_d64(t, 7, cr->call_ref); in python_export_call_return()
1369 tuple_set_d64(t, 8, cr->return_ref); in python_export_call_return()
1370 tuple_set_d64(t, 9, cr->cp->parent->db_id); in python_export_call_return()
1372 tuple_set_d64(t, 11, cr->parent_db_id); in python_export_call_return()
1373 tuple_set_d64(t, 12, cr->insn_count); in python_export_call_return()
1374 tuple_set_d64(t, 13, cr->cyc_count); in python_export_call_return()
1394 tuple_set_d64(t, 0, db_id); in python_export_context_switch()
1395 tuple_set_d64(t, 1, machine->db_id); in python_export_context_switch()
1396 tuple_set_d64(t, 2, sample->time); in python_export_context_switch()
1398 tuple_set_d64(t, 4, th_out_id); in python_export_context_switch()
1399 tuple_set_d64(t, 5, comm_out_id); in python_export_context_switch()
1400 tuple_set_d64(t, 6, th_in_id); in python_export_context_switch()
1401 tuple_set_d64(t, 7, comm_in_id); in python_export_context_switch()