Lines Matching refs:db_id
970 tuple_set_u64(t, 0, evsel->db_id); in python_export_evsel()
988 tuple_set_u64(t, 0, machine->db_id); in python_export_machine()
1007 tuple_set_u64(t, 0, thread->db_id); in python_export_thread()
1008 tuple_set_u64(t, 1, machine->db_id); in python_export_thread()
1028 tuple_set_u64(t, 0, comm->db_id); in python_export_comm()
1030 tuple_set_u64(t, 2, thread->db_id); in python_export_comm()
1041 static int python_export_comm_thread(struct db_export *dbe, u64 db_id, in python_export_comm_thread() argument
1049 tuple_set_u64(t, 0, db_id); in python_export_comm_thread()
1050 tuple_set_u64(t, 1, comm->db_id); in python_export_comm_thread()
1051 tuple_set_u64(t, 2, thread->db_id); in python_export_comm_thread()
1071 tuple_set_u64(t, 0, dso->db_id); in python_export_dso()
1072 tuple_set_u64(t, 1, machine->db_id); in python_export_dso()
1094 tuple_set_u64(t, 1, dso->db_id); in python_export_symbol()
1133 tuple_set_u64(t, 0, es->db_id); in python_export_sample_table()
1134 tuple_set_u64(t, 1, es->evsel->db_id); in python_export_sample_table()
1135 tuple_set_u64(t, 2, es->al->maps->machine->db_id); in python_export_sample_table()
1136 tuple_set_u64(t, 3, es->al->thread->db_id); in python_export_sample_table()
1170 tuple_set_u64(t, 0, es->db_id); in python_export_synth()
1198 parent_db_id = cp->parent ? cp->parent->db_id : 0; in python_export_call_path()
1203 tuple_set_u64(t, 0, cp->db_id); in python_export_call_path()
1219 u64 comm_db_id = cr->comm ? cr->comm->db_id : 0; in python_export_call_return()
1224 tuple_set_u64(t, 0, cr->db_id); in python_export_call_return()
1225 tuple_set_u64(t, 1, cr->thread->db_id); in python_export_call_return()
1227 tuple_set_u64(t, 3, cr->cp->db_id); in python_export_call_return()
1233 tuple_set_u64(t, 9, cr->cp->parent->db_id); in python_export_call_return()
1246 static int python_export_context_switch(struct db_export *dbe, u64 db_id, in python_export_context_switch() argument
1257 tuple_set_u64(t, 0, db_id); in python_export_context_switch()
1258 tuple_set_u64(t, 1, machine->db_id); in python_export_context_switch()