Lines Matching refs:tuple_set_d64
1009 #define tuple_set_d64 tuple_set_s64 macro
1054 tuple_set_d64(t, 0, evsel->db_id); in python_export_evsel()
1072 tuple_set_d64(t, 0, machine->db_id); in python_export_machine()
1091 tuple_set_d64(t, 0, thread->db_id); in python_export_thread()
1092 tuple_set_d64(t, 1, machine->db_id); in python_export_thread()
1093 tuple_set_d64(t, 2, main_thread_db_id); in python_export_thread()
1112 tuple_set_d64(t, 0, comm->db_id); in python_export_comm()
1114 tuple_set_d64(t, 2, thread->db_id); in python_export_comm()
1115 tuple_set_d64(t, 3, comm->start); in python_export_comm()
1133 tuple_set_d64(t, 0, db_id); in python_export_comm_thread()
1134 tuple_set_d64(t, 1, comm->db_id); in python_export_comm_thread()
1135 tuple_set_d64(t, 2, thread->db_id); in python_export_comm_thread()
1155 tuple_set_d64(t, 0, dso->db_id); in python_export_dso()
1156 tuple_set_d64(t, 1, machine->db_id); in python_export_dso()
1177 tuple_set_d64(t, 0, *sym_db_id); in python_export_symbol()
1178 tuple_set_d64(t, 1, dso->db_id); in python_export_symbol()
1179 tuple_set_d64(t, 2, sym->start); in python_export_symbol()
1180 tuple_set_d64(t, 3, sym->end); in python_export_symbol()
1217 tuple_set_d64(t, 0, es->db_id); in python_export_sample_table()
1218 tuple_set_d64(t, 1, es->evsel->db_id); in python_export_sample_table()
1219 tuple_set_d64(t, 2, es->al->maps->machine->db_id); in python_export_sample_table()
1220 tuple_set_d64(t, 3, es->al->thread->db_id); in python_export_sample_table()
1221 tuple_set_d64(t, 4, es->comm_db_id); in python_export_sample_table()
1222 tuple_set_d64(t, 5, es->dso_db_id); in python_export_sample_table()
1223 tuple_set_d64(t, 6, es->sym_db_id); in python_export_sample_table()
1224 tuple_set_d64(t, 7, es->offset); in python_export_sample_table()
1225 tuple_set_d64(t, 8, es->sample->ip); in python_export_sample_table()
1226 tuple_set_d64(t, 9, es->sample->time); in python_export_sample_table()
1228 tuple_set_d64(t, 11, es->addr_dso_db_id); in python_export_sample_table()
1229 tuple_set_d64(t, 12, es->addr_sym_db_id); in python_export_sample_table()
1230 tuple_set_d64(t, 13, es->addr_offset); in python_export_sample_table()
1231 tuple_set_d64(t, 14, es->sample->addr); in python_export_sample_table()
1232 tuple_set_d64(t, 15, es->sample->period); in python_export_sample_table()
1233 tuple_set_d64(t, 16, es->sample->weight); in python_export_sample_table()
1234 tuple_set_d64(t, 17, es->sample->transaction); in python_export_sample_table()
1235 tuple_set_d64(t, 18, es->sample->data_src); in python_export_sample_table()
1238 tuple_set_d64(t, 21, es->call_path_id); in python_export_sample_table()
1239 tuple_set_d64(t, 22, es->sample->insn_cnt); in python_export_sample_table()
1240 tuple_set_d64(t, 23, es->sample->cyc_cnt); in python_export_sample_table()
1254 tuple_set_d64(t, 0, es->db_id); in python_export_synth()
1255 tuple_set_d64(t, 1, es->evsel->core.attr.config); in python_export_synth()
1287 tuple_set_d64(t, 0, cp->db_id); in python_export_call_path()
1288 tuple_set_d64(t, 1, parent_db_id); in python_export_call_path()
1289 tuple_set_d64(t, 2, sym_db_id); in python_export_call_path()
1290 tuple_set_d64(t, 3, cp->ip); in python_export_call_path()
1308 tuple_set_d64(t, 0, cr->db_id); in python_export_call_return()
1309 tuple_set_d64(t, 1, cr->thread->db_id); in python_export_call_return()
1310 tuple_set_d64(t, 2, comm_db_id); in python_export_call_return()
1311 tuple_set_d64(t, 3, cr->cp->db_id); in python_export_call_return()
1312 tuple_set_d64(t, 4, cr->call_time); in python_export_call_return()
1313 tuple_set_d64(t, 5, cr->return_time); in python_export_call_return()
1314 tuple_set_d64(t, 6, cr->branch_count); in python_export_call_return()
1315 tuple_set_d64(t, 7, cr->call_ref); in python_export_call_return()
1316 tuple_set_d64(t, 8, cr->return_ref); in python_export_call_return()
1317 tuple_set_d64(t, 9, cr->cp->parent->db_id); in python_export_call_return()
1319 tuple_set_d64(t, 11, cr->parent_db_id); in python_export_call_return()
1320 tuple_set_d64(t, 12, cr->insn_count); in python_export_call_return()
1321 tuple_set_d64(t, 13, cr->cyc_count); in python_export_call_return()
1341 tuple_set_d64(t, 0, db_id); in python_export_context_switch()
1342 tuple_set_d64(t, 1, machine->db_id); in python_export_context_switch()
1343 tuple_set_d64(t, 2, sample->time); in python_export_context_switch()
1345 tuple_set_d64(t, 4, th_out_id); in python_export_context_switch()
1346 tuple_set_d64(t, 5, comm_out_id); in python_export_context_switch()
1347 tuple_set_d64(t, 6, th_in_id); in python_export_context_switch()
1348 tuple_set_d64(t, 7, comm_in_id); in python_export_context_switch()