Lines Matching refs:db_id
521 tuple_set_u64(t, 0, evsel->db_id); in python_export_evsel()
539 tuple_set_u64(t, 0, machine->db_id); in python_export_machine()
558 tuple_set_u64(t, 0, thread->db_id); in python_export_thread()
559 tuple_set_u64(t, 1, machine->db_id); in python_export_thread()
578 tuple_set_u64(t, 0, comm->db_id); in python_export_comm()
588 static int python_export_comm_thread(struct db_export *dbe, u64 db_id, in python_export_comm_thread() argument
596 tuple_set_u64(t, 0, db_id); in python_export_comm_thread()
597 tuple_set_u64(t, 1, comm->db_id); in python_export_comm_thread()
598 tuple_set_u64(t, 2, thread->db_id); in python_export_comm_thread()
618 tuple_set_u64(t, 0, dso->db_id); in python_export_dso()
619 tuple_set_u64(t, 1, machine->db_id); in python_export_dso()
641 tuple_set_u64(t, 1, dso->db_id); in python_export_symbol()
680 tuple_set_u64(t, 0, es->db_id); in python_export_sample()
681 tuple_set_u64(t, 1, es->evsel->db_id); in python_export_sample()
682 tuple_set_u64(t, 2, es->al->machine->db_id); in python_export_sample()
683 tuple_set_u64(t, 3, es->al->thread->db_id); in python_export_sample()
715 parent_db_id = cp->parent ? cp->parent->db_id : 0; in python_export_call_path()
720 tuple_set_u64(t, 0, cp->db_id); in python_export_call_path()
736 u64 comm_db_id = cr->comm ? cr->comm->db_id : 0; in python_export_call_return()
741 tuple_set_u64(t, 0, cr->db_id); in python_export_call_return()
742 tuple_set_u64(t, 1, cr->thread->db_id); in python_export_call_return()
744 tuple_set_u64(t, 3, cr->cp->db_id); in python_export_call_return()
750 tuple_set_u64(t, 9, cr->cp->parent->db_id); in python_export_call_return()