Searched refs:db_id (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/tools/perf/util/ |
D | db-export.c | 98 if (evsel->db_id) in db_export__evsel() 101 evsel->db_id = ++dbe->evsel_last_db_id; in db_export__evsel() 111 if (machine->db_id) in db_export__machine() 114 machine->db_id = ++dbe->machine_last_db_id; in db_export__machine() 129 if (thread->db_id) in db_export__thread() 132 thread->db_id = ++dbe->thread_last_db_id; in db_export__thread() 153 main_thread_db_id = main_thread->db_id; in db_export__thread() 174 if (comm->db_id) in db_export__comm() 177 comm->db_id = ++dbe->comm_last_db_id; in db_export__comm() 194 u64 db_id; in db_export__comm_thread() local [all …]
|
D | thread-stack.h | 67 u64 db_id; member 88 u64 db_id; member
|
D | db-export.h | 38 u64 db_id; member 54 int (*export_comm_thread)(struct db_export *dbe, u64 db_id,
|
D | comm.h | 17 u64 db_id; member
|
D | thread.h | 31 u64 db_id; member
|
D | thread-stack.c | 204 .db_id = 0, in thread_stack__call_return() 344 cp->db_id = 0; in call_path__init()
|
D | machine.h | 46 u64 db_id; member
|
D | dso.h | 186 u64 db_id; member
|
D | evsel.h | 98 u64 db_id; member
|
/linux-4.4.14/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 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() [all …]
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_guc_fwif.h | 196 u16 db_id; member
|
D | i915_guc_submission.c | 398 desc.db_id = client->doorbell_id; in guc_init_ctx_desc()
|