Home
last modified time | relevance | path

Searched refs:db_id (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/tools/perf/util/
Ddb-export.c98 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 …]
Dthread-stack.h67 u64 db_id; member
88 u64 db_id; member
Ddb-export.h38 u64 db_id; member
54 int (*export_comm_thread)(struct db_export *dbe, u64 db_id,
Dcomm.h17 u64 db_id; member
Dthread.h31 u64 db_id; member
Dthread-stack.c204 .db_id = 0, in thread_stack__call_return()
344 cp->db_id = 0; in call_path__init()
Dmachine.h46 u64 db_id; member
Ddso.h186 u64 db_id; member
Devsel.h98 u64 db_id; member
/linux-4.4.14/tools/perf/util/scripting-engines/
Dtrace-event-python.c521 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/
Dintel_guc_fwif.h196 u16 db_id; member
Di915_guc_submission.c398 desc.db_id = client->doorbell_id; in guc_init_ctx_desc()