Lines Matching refs:db_id

1151 	tuple_set_d64(t, 0, evsel->db_id);  in python_export_evsel()
1169 tuple_set_d64(t, 0, machine->db_id); in python_export_machine()
1189 tuple_set_d64(t, 1, machine->db_id); in python_export_thread()
1209 tuple_set_d64(t, 0, comm->db_id); in python_export_comm()
1222 static int python_export_comm_thread(struct db_export *dbe, u64 db_id, in python_export_comm_thread() argument
1230 tuple_set_d64(t, 0, db_id); in python_export_comm_thread()
1231 tuple_set_d64(t, 1, comm->db_id); in python_export_comm_thread()
1253 tuple_set_d64(t, 1, machine->db_id); in python_export_dso()
1314 tuple_set_d64(t, 0, es->db_id); in python_export_sample_table()
1315 tuple_set_d64(t, 1, es->evsel->db_id); in python_export_sample_table()
1316 tuple_set_d64(t, 2, maps__machine(thread__maps(es->al->thread))->db_id); in python_export_sample_table()
1355 tuple_set_d64(t, 0, es->db_id); in python_export_synth()
1383 parent_db_id = cp->parent ? cp->parent->db_id : 0; in python_export_call_path()
1388 tuple_set_d64(t, 0, cp->db_id); in python_export_call_path()
1404 u64 comm_db_id = cr->comm ? cr->comm->db_id : 0; in python_export_call_return()
1409 tuple_set_d64(t, 0, cr->db_id); in python_export_call_return()
1412 tuple_set_d64(t, 3, cr->cp->db_id); in python_export_call_return()
1418 tuple_set_d64(t, 9, cr->cp->parent->db_id); in python_export_call_return()
1431 static int python_export_context_switch(struct db_export *dbe, u64 db_id, in python_export_context_switch() argument
1442 tuple_set_d64(t, 0, db_id); in python_export_context_switch()
1443 tuple_set_d64(t, 1, machine->db_id); in python_export_context_switch()