Lines Matching refs:db_id
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()
1194 tuple_set_d64(t, 1, machine->db_id); in python_export_thread()
1214 tuple_set_d64(t, 0, comm->db_id); in python_export_comm()
1227 static int python_export_comm_thread(struct db_export *dbe, u64 db_id, in python_export_comm_thread() argument
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()
1258 tuple_set_d64(t, 1, machine->db_id); in python_export_dso()
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()
1360 tuple_set_d64(t, 0, es->db_id); in python_export_synth()
1388 parent_db_id = cp->parent ? cp->parent->db_id : 0; in python_export_call_path()
1393 tuple_set_d64(t, 0, cp->db_id); in python_export_call_path()
1409 u64 comm_db_id = cr->comm ? cr->comm->db_id : 0; in python_export_call_return()
1414 tuple_set_d64(t, 0, cr->db_id); in python_export_call_return()
1417 tuple_set_d64(t, 3, cr->cp->db_id); in python_export_call_return()
1423 tuple_set_d64(t, 9, cr->cp->parent->db_id); in python_export_call_return()
1436 static int python_export_context_switch(struct db_export *dbe, u64 db_id, in python_export_context_switch() argument
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()