Lines Matching refs:db_id
520 tuple_set_u64(t, 0, evsel->db_id); in python_export_evsel()
538 tuple_set_u64(t, 0, machine->db_id); in python_export_machine()
557 tuple_set_u64(t, 0, thread->db_id); in python_export_thread()
558 tuple_set_u64(t, 1, machine->db_id); in python_export_thread()
577 tuple_set_u64(t, 0, comm->db_id); in python_export_comm()
587 static int python_export_comm_thread(struct db_export *dbe, u64 db_id, in python_export_comm_thread() argument
595 tuple_set_u64(t, 0, db_id); in python_export_comm_thread()
596 tuple_set_u64(t, 1, comm->db_id); in python_export_comm_thread()
597 tuple_set_u64(t, 2, thread->db_id); in python_export_comm_thread()
617 tuple_set_u64(t, 0, dso->db_id); in python_export_dso()
618 tuple_set_u64(t, 1, machine->db_id); in python_export_dso()
640 tuple_set_u64(t, 1, dso->db_id); in python_export_symbol()
679 tuple_set_u64(t, 0, es->db_id); in python_export_sample()
680 tuple_set_u64(t, 1, es->evsel->db_id); in python_export_sample()
681 tuple_set_u64(t, 2, es->al->machine->db_id); in python_export_sample()
682 tuple_set_u64(t, 3, es->al->thread->db_id); in python_export_sample()
714 parent_db_id = cp->parent ? cp->parent->db_id : 0; in python_export_call_path()
719 tuple_set_u64(t, 0, cp->db_id); in python_export_call_path()
735 u64 comm_db_id = cr->comm ? cr->comm->db_id : 0; in python_export_call_return()
740 tuple_set_u64(t, 0, cr->db_id); in python_export_call_return()
741 tuple_set_u64(t, 1, cr->thread->db_id); in python_export_call_return()
743 tuple_set_u64(t, 3, cr->cp->db_id); in python_export_call_return()
749 tuple_set_u64(t, 9, cr->cp->parent->db_id); in python_export_call_return()