Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Ddb-export.c38 if (evsel->db_id) in db_export__evsel()
41 evsel->db_id = ++dbe->evsel_last_db_id; in db_export__evsel()
51 if (machine->db_id) in db_export__machine()
54 machine->db_id = ++dbe->machine_last_db_id; in db_export__machine()
67 if (thread->db_id) in db_export__thread()
70 thread->db_id = ++dbe->thread_last_db_id; in db_export__thread()
73 main_thread_db_id = main_thread->db_id; in db_export__thread()
85 comm->db_id = ++dbe->comm_last_db_id; in __db_export__comm()
96 if (comm->db_id) in db_export__comm()
113 if (comm->db_id) in db_export__exec_comm()
[all …]
H A Ddb-export.h30 u64 db_id; member
48 int (*export_comm_thread)(struct db_export *dbe, u64 db_id,
60 int (*export_context_switch)(struct db_export *dbe, u64 db_id,
H A Dcomm.h18 u64 db_id; member
H A Dcall-path.h32 u64 db_id; member
H A Dthread-stack.c60 u64 db_id; member
307 .db_id = 0, in thread_stack__call_return()
318 cr.db_id = tse->db_id; in thread_stack__call_return()
333 parent_db_id = idx ? &(tse - 1)->db_id : NULL; in thread_stack__call_return()
808 tse->db_id = 0; in thread_stack__push_cp()
H A Dthread-stack.h65 u64 db_id; member
H A Dcall-path.c20 cp->db_id = 0; in call_path__init()
H A Dthread.h50 u64 db_id; member
H A Ddso.h209 u64 db_id; member
H A Dmachine.h60 u64 db_id; member
H A Devsel.h99 u64 db_id; member
/OK3568_Linux_fs/u-boot/drivers/mailbox/
H A Dtegra-hsp.c41 static uint32_t *tegra_hsp_reg(struct tegra_hsp *thsp, uint32_t db_id, in tegra_hsp_reg() argument
44 return (uint32_t *)(thsp->regs + thsp->db_base + (db_id * 0x100) + reg); in tegra_hsp_reg()
47 static uint32_t tegra_hsp_readl(struct tegra_hsp *thsp, uint32_t db_id, in tegra_hsp_readl() argument
50 uint32_t *r = tegra_hsp_reg(thsp, db_id, reg); in tegra_hsp_readl()
55 uint32_t db_id, uint32_t reg) in tegra_hsp_writel() argument
57 uint32_t *r = tegra_hsp_reg(thsp, db_id, reg); in tegra_hsp_writel()
91 int db_id; in tegra_hsp_request() local
95 db_id = tegra_hsp_db_id(chan->id); in tegra_hsp_request()
96 if (db_id < 0) { in tegra_hsp_request()
97 debug("tegra_hsp_db_id() failed: %d\n", db_id); in tegra_hsp_request()
[all …]
/OK3568_Linux_fs/kernel/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c986 tuple_set_d64(t, 0, evsel->db_id); in python_export_evsel()
1004 tuple_set_d64(t, 0, machine->db_id); in python_export_machine()
1023 tuple_set_d64(t, 0, thread->db_id); in python_export_thread()
1024 tuple_set_d64(t, 1, machine->db_id); in python_export_thread()
1044 tuple_set_d64(t, 0, comm->db_id); in python_export_comm()
1046 tuple_set_d64(t, 2, thread->db_id); in python_export_comm()
1057 static int python_export_comm_thread(struct db_export *dbe, u64 db_id, in python_export_comm_thread() argument
1065 tuple_set_d64(t, 0, db_id); in python_export_comm_thread()
1066 tuple_set_d64(t, 1, comm->db_id); in python_export_comm_thread()
1067 tuple_set_d64(t, 2, thread->db_id); in python_export_comm_thread()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_fwif.h165 u16 db_id; member