Lines Matching refs:tuple_set_d64

1099 #define tuple_set_d64 tuple_set_s64  macro
1144 tuple_set_d64(t, 0, evsel->db_id); in python_export_evsel()
1162 tuple_set_d64(t, 0, machine->db_id); in python_export_machine()
1181 tuple_set_d64(t, 0, thread__db_id(thread)); in python_export_thread()
1182 tuple_set_d64(t, 1, machine->db_id); in python_export_thread()
1183 tuple_set_d64(t, 2, main_thread_db_id); in python_export_thread()
1202 tuple_set_d64(t, 0, comm->db_id); in python_export_comm()
1204 tuple_set_d64(t, 2, thread__db_id(thread)); in python_export_comm()
1205 tuple_set_d64(t, 3, comm->start); in python_export_comm()
1223 tuple_set_d64(t, 0, db_id); in python_export_comm_thread()
1224 tuple_set_d64(t, 1, comm->db_id); in python_export_comm_thread()
1225 tuple_set_d64(t, 2, thread__db_id(thread)); in python_export_comm_thread()
1245 tuple_set_d64(t, 0, dso__db_id(dso)); in python_export_dso()
1246 tuple_set_d64(t, 1, machine->db_id); in python_export_dso()
1267 tuple_set_d64(t, 0, *sym_db_id); in python_export_symbol()
1268 tuple_set_d64(t, 1, dso__db_id(dso)); in python_export_symbol()
1269 tuple_set_d64(t, 2, sym->start); in python_export_symbol()
1270 tuple_set_d64(t, 3, sym->end); in python_export_symbol()
1307 tuple_set_d64(t, 0, es->db_id); in python_export_sample_table()
1308 tuple_set_d64(t, 1, es->evsel->db_id); in python_export_sample_table()
1309 tuple_set_d64(t, 2, maps__machine(es->al->maps)->db_id); in python_export_sample_table()
1310 tuple_set_d64(t, 3, thread__db_id(es->al->thread)); in python_export_sample_table()
1311 tuple_set_d64(t, 4, es->comm_db_id); in python_export_sample_table()
1312 tuple_set_d64(t, 5, es->dso_db_id); in python_export_sample_table()
1313 tuple_set_d64(t, 6, es->sym_db_id); in python_export_sample_table()
1314 tuple_set_d64(t, 7, es->offset); in python_export_sample_table()
1315 tuple_set_d64(t, 8, es->sample->ip); in python_export_sample_table()
1316 tuple_set_d64(t, 9, es->sample->time); in python_export_sample_table()
1318 tuple_set_d64(t, 11, es->addr_dso_db_id); in python_export_sample_table()
1319 tuple_set_d64(t, 12, es->addr_sym_db_id); in python_export_sample_table()
1320 tuple_set_d64(t, 13, es->addr_offset); in python_export_sample_table()
1321 tuple_set_d64(t, 14, es->sample->addr); in python_export_sample_table()
1322 tuple_set_d64(t, 15, es->sample->period); in python_export_sample_table()
1323 tuple_set_d64(t, 16, es->sample->weight); in python_export_sample_table()
1324 tuple_set_d64(t, 17, es->sample->transaction); in python_export_sample_table()
1325 tuple_set_d64(t, 18, es->sample->data_src); in python_export_sample_table()
1328 tuple_set_d64(t, 21, es->call_path_id); in python_export_sample_table()
1329 tuple_set_d64(t, 22, es->sample->insn_cnt); in python_export_sample_table()
1330 tuple_set_d64(t, 23, es->sample->cyc_cnt); in python_export_sample_table()
1332 tuple_set_d64(t, 25, es->sample->id); in python_export_sample_table()
1333 tuple_set_d64(t, 26, es->sample->stream_id); in python_export_sample_table()
1348 tuple_set_d64(t, 0, es->db_id); in python_export_synth()
1349 tuple_set_d64(t, 1, es->evsel->core.attr.config); in python_export_synth()
1381 tuple_set_d64(t, 0, cp->db_id); in python_export_call_path()
1382 tuple_set_d64(t, 1, parent_db_id); in python_export_call_path()
1383 tuple_set_d64(t, 2, sym_db_id); in python_export_call_path()
1384 tuple_set_d64(t, 3, cp->ip); in python_export_call_path()
1402 tuple_set_d64(t, 0, cr->db_id); in python_export_call_return()
1403 tuple_set_d64(t, 1, thread__db_id(cr->thread)); in python_export_call_return()
1404 tuple_set_d64(t, 2, comm_db_id); in python_export_call_return()
1405 tuple_set_d64(t, 3, cr->cp->db_id); in python_export_call_return()
1406 tuple_set_d64(t, 4, cr->call_time); in python_export_call_return()
1407 tuple_set_d64(t, 5, cr->return_time); in python_export_call_return()
1408 tuple_set_d64(t, 6, cr->branch_count); in python_export_call_return()
1409 tuple_set_d64(t, 7, cr->call_ref); in python_export_call_return()
1410 tuple_set_d64(t, 8, cr->return_ref); in python_export_call_return()
1411 tuple_set_d64(t, 9, cr->cp->parent->db_id); in python_export_call_return()
1413 tuple_set_d64(t, 11, cr->parent_db_id); in python_export_call_return()
1414 tuple_set_d64(t, 12, cr->insn_count); in python_export_call_return()
1415 tuple_set_d64(t, 13, cr->cyc_count); in python_export_call_return()
1435 tuple_set_d64(t, 0, db_id); in python_export_context_switch()
1436 tuple_set_d64(t, 1, machine->db_id); in python_export_context_switch()
1437 tuple_set_d64(t, 2, sample->time); in python_export_context_switch()
1439 tuple_set_d64(t, 4, th_out_id); in python_export_context_switch()
1440 tuple_set_d64(t, 5, comm_out_id); in python_export_context_switch()
1441 tuple_set_d64(t, 6, th_in_id); in python_export_context_switch()
1442 tuple_set_d64(t, 7, comm_in_id); in python_export_context_switch()