Lines Matching refs:tuple_set_d64
1111 #define tuple_set_d64 tuple_set_s64 macro
1156 tuple_set_d64(t, 0, evsel->db_id); in python_export_evsel()
1174 tuple_set_d64(t, 0, machine->db_id); in python_export_machine()
1193 tuple_set_d64(t, 0, thread__db_id(thread)); in python_export_thread()
1194 tuple_set_d64(t, 1, machine->db_id); in python_export_thread()
1195 tuple_set_d64(t, 2, main_thread_db_id); in python_export_thread()
1214 tuple_set_d64(t, 0, comm->db_id); in python_export_comm()
1216 tuple_set_d64(t, 2, thread__db_id(thread)); in python_export_comm()
1217 tuple_set_d64(t, 3, comm->start); in python_export_comm()
1235 tuple_set_d64(t, 0, db_id); in python_export_comm_thread()
1236 tuple_set_d64(t, 1, comm->db_id); in python_export_comm_thread()
1237 tuple_set_d64(t, 2, thread__db_id(thread)); in python_export_comm_thread()
1257 tuple_set_d64(t, 0, dso__db_id(dso)); in python_export_dso()
1258 tuple_set_d64(t, 1, machine->db_id); in python_export_dso()
1279 tuple_set_d64(t, 0, *sym_db_id); in python_export_symbol()
1280 tuple_set_d64(t, 1, dso__db_id(dso)); in python_export_symbol()
1281 tuple_set_d64(t, 2, sym->start); in python_export_symbol()
1282 tuple_set_d64(t, 3, sym->end); in python_export_symbol()
1319 tuple_set_d64(t, 0, es->db_id); in python_export_sample_table()
1320 tuple_set_d64(t, 1, es->evsel->db_id); in python_export_sample_table()
1321 tuple_set_d64(t, 2, maps__machine(es->al->maps)->db_id); in python_export_sample_table()
1322 tuple_set_d64(t, 3, thread__db_id(es->al->thread)); in python_export_sample_table()
1323 tuple_set_d64(t, 4, es->comm_db_id); in python_export_sample_table()
1324 tuple_set_d64(t, 5, es->dso_db_id); in python_export_sample_table()
1325 tuple_set_d64(t, 6, es->sym_db_id); in python_export_sample_table()
1326 tuple_set_d64(t, 7, es->offset); in python_export_sample_table()
1327 tuple_set_d64(t, 8, es->sample->ip); in python_export_sample_table()
1328 tuple_set_d64(t, 9, es->sample->time); in python_export_sample_table()
1330 tuple_set_d64(t, 11, es->addr_dso_db_id); in python_export_sample_table()
1331 tuple_set_d64(t, 12, es->addr_sym_db_id); in python_export_sample_table()
1332 tuple_set_d64(t, 13, es->addr_offset); in python_export_sample_table()
1333 tuple_set_d64(t, 14, es->sample->addr); in python_export_sample_table()
1334 tuple_set_d64(t, 15, es->sample->period); in python_export_sample_table()
1335 tuple_set_d64(t, 16, es->sample->weight); in python_export_sample_table()
1336 tuple_set_d64(t, 17, es->sample->transaction); in python_export_sample_table()
1337 tuple_set_d64(t, 18, es->sample->data_src); in python_export_sample_table()
1340 tuple_set_d64(t, 21, es->call_path_id); in python_export_sample_table()
1341 tuple_set_d64(t, 22, es->sample->insn_cnt); in python_export_sample_table()
1342 tuple_set_d64(t, 23, es->sample->cyc_cnt); in python_export_sample_table()
1344 tuple_set_d64(t, 25, es->sample->id); in python_export_sample_table()
1345 tuple_set_d64(t, 26, es->sample->stream_id); in python_export_sample_table()
1360 tuple_set_d64(t, 0, es->db_id); in python_export_synth()
1361 tuple_set_d64(t, 1, es->evsel->core.attr.config); in python_export_synth()
1393 tuple_set_d64(t, 0, cp->db_id); in python_export_call_path()
1394 tuple_set_d64(t, 1, parent_db_id); in python_export_call_path()
1395 tuple_set_d64(t, 2, sym_db_id); in python_export_call_path()
1396 tuple_set_d64(t, 3, cp->ip); in python_export_call_path()
1414 tuple_set_d64(t, 0, cr->db_id); in python_export_call_return()
1415 tuple_set_d64(t, 1, thread__db_id(cr->thread)); in python_export_call_return()
1416 tuple_set_d64(t, 2, comm_db_id); in python_export_call_return()
1417 tuple_set_d64(t, 3, cr->cp->db_id); in python_export_call_return()
1418 tuple_set_d64(t, 4, cr->call_time); in python_export_call_return()
1419 tuple_set_d64(t, 5, cr->return_time); in python_export_call_return()
1420 tuple_set_d64(t, 6, cr->branch_count); in python_export_call_return()
1421 tuple_set_d64(t, 7, cr->call_ref); in python_export_call_return()
1422 tuple_set_d64(t, 8, cr->return_ref); in python_export_call_return()
1423 tuple_set_d64(t, 9, cr->cp->parent->db_id); in python_export_call_return()
1425 tuple_set_d64(t, 11, cr->parent_db_id); in python_export_call_return()
1426 tuple_set_d64(t, 12, cr->insn_count); in python_export_call_return()
1427 tuple_set_d64(t, 13, cr->cyc_count); in python_export_call_return()
1447 tuple_set_d64(t, 0, db_id); in python_export_context_switch()
1448 tuple_set_d64(t, 1, machine->db_id); in python_export_context_switch()
1449 tuple_set_d64(t, 2, sample->time); in python_export_context_switch()
1451 tuple_set_d64(t, 4, th_out_id); in python_export_context_switch()
1452 tuple_set_d64(t, 5, comm_out_id); in python_export_context_switch()
1453 tuple_set_d64(t, 6, th_in_id); in python_export_context_switch()
1454 tuple_set_d64(t, 7, comm_in_id); in python_export_context_switch()