Lines Matching refs:db_id
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()
1182 tuple_set_d64(t, 1, machine->db_id); in python_export_thread()
1202 tuple_set_d64(t, 0, comm->db_id); in python_export_comm()
1215 static int python_export_comm_thread(struct db_export *dbe, u64 db_id, in python_export_comm_thread() argument
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()
1246 tuple_set_d64(t, 1, machine->db_id); in python_export_dso()
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()
1348 tuple_set_d64(t, 0, es->db_id); in python_export_synth()
1376 parent_db_id = cp->parent ? cp->parent->db_id : 0; in python_export_call_path()
1381 tuple_set_d64(t, 0, cp->db_id); in python_export_call_path()
1397 u64 comm_db_id = cr->comm ? cr->comm->db_id : 0; in python_export_call_return()
1402 tuple_set_d64(t, 0, cr->db_id); in python_export_call_return()
1405 tuple_set_d64(t, 3, cr->cp->db_id); in python_export_call_return()
1411 tuple_set_d64(t, 9, cr->cp->parent->db_id); in python_export_call_return()
1424 static int python_export_context_switch(struct db_export *dbe, u64 db_id, in python_export_context_switch() argument
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()