Lines Matching refs:db_id
956 tuple_set_u64(t, 0, evsel->db_id); in python_export_evsel()
974 tuple_set_u64(t, 0, machine->db_id); in python_export_machine()
993 tuple_set_u64(t, 0, thread->db_id); in python_export_thread()
994 tuple_set_u64(t, 1, machine->db_id); in python_export_thread()
1013 tuple_set_u64(t, 0, comm->db_id); in python_export_comm()
1023 static int python_export_comm_thread(struct db_export *dbe, u64 db_id, in python_export_comm_thread() argument
1031 tuple_set_u64(t, 0, db_id); in python_export_comm_thread()
1032 tuple_set_u64(t, 1, comm->db_id); in python_export_comm_thread()
1033 tuple_set_u64(t, 2, thread->db_id); in python_export_comm_thread()
1053 tuple_set_u64(t, 0, dso->db_id); in python_export_dso()
1054 tuple_set_u64(t, 1, machine->db_id); in python_export_dso()
1076 tuple_set_u64(t, 1, dso->db_id); in python_export_symbol()
1115 tuple_set_u64(t, 0, es->db_id); in python_export_sample()
1116 tuple_set_u64(t, 1, es->evsel->db_id); in python_export_sample()
1117 tuple_set_u64(t, 2, es->al->machine->db_id); in python_export_sample()
1118 tuple_set_u64(t, 3, es->al->thread->db_id); in python_export_sample()
1151 parent_db_id = cp->parent ? cp->parent->db_id : 0; in python_export_call_path()
1156 tuple_set_u64(t, 0, cp->db_id); in python_export_call_path()
1172 u64 comm_db_id = cr->comm ? cr->comm->db_id : 0; in python_export_call_return()
1177 tuple_set_u64(t, 0, cr->db_id); in python_export_call_return()
1178 tuple_set_u64(t, 1, cr->thread->db_id); in python_export_call_return()
1180 tuple_set_u64(t, 3, cr->cp->db_id); in python_export_call_return()
1186 tuple_set_u64(t, 9, cr->cp->parent->db_id); in python_export_call_return()