| /linux/tools/perf/util/ |
| H A D | db-export.c | 37 if (evsel->db_id) in db_export__evsel() 40 evsel->db_id = ++dbe->evsel_last_db_id; in db_export__evsel() 50 if (machine->db_id) in db_export__machine() 53 machine->db_id = ++dbe->machine_last_db_id; in db_export__machine() 84 comm->db_id = ++dbe->comm_last_db_id; in __db_export__comm() 95 if (comm->db_id) in db_export__comm() 112 if (comm->db_id) in db_export__exec_comm() 135 u64 db_id; in db_export__comm_thread() 137 db_id = ++dbe->comm_thread_last_db_id; in db_export__comm_thread() 140 return dbe->export_comm_thread(dbe, db_id, com in db_export__comm_thread() 136 u64 db_id; db_export__comm_thread() local 196 u64 *db_id = symbol__priv(al->sym); db_ids_from_al() local 533 db_export__pid_tid(struct db_export * dbe,struct machine * machine,pid_t pid,pid_t tid,u64 * db_id,struct comm ** comm_ptr,bool * is_idle) db_export__pid_tid() argument 571 u64 db_id; db_export__switch() local [all...] |
| H A D | thread.h | 55 u64 db_id; in DECLARE_RC_STRUCT() local 261 return RC_CHK_ACCESS(thread)->db_id; in thread__set_db_id() 264 static inline void thread__set_db_id(struct thread *thread, u64 db_id) in thread__priv() 266 RC_CHK_ACCESS(thread)->db_id = db_id; in thread__priv() 259 thread__set_db_id(struct thread * thread,u64 db_id) thread__set_db_id() argument
|
| H A D | db-export.h | 29 u64 db_id; 47 int (*export_comm_thread)(struct db_export *dbe, u64 db_id, 59 int (*export_context_switch)(struct db_export *dbe, u64 db_id, 30 u64 db_id; global() member
|
| H A D | comm.h | 18 u64 db_id; member
|
| H A D | call-path.h | 32 u64 db_id; member
|
| H A D | dso.h | 313 u64 db_id; 483 return RC_CHK_ACCESS(dso)->db_id; in dso__set_hit() 486 static inline void dso__set_db_id(struct dso *dso, u64 db_id) in dso__id() 488 RC_CHK_ACCESS(dso)->db_id = db_id; in dso__id() 278 u64 db_id; DECLARE_RC_STRUCT() member 451 dso__set_db_id(struct dso * dso,u64 db_id) dso__set_db_id() argument
|
| H A D | thread-stack.h | 64 u64 db_id; member
|
| H A D | thread-stack.c | 43 * @ref: external reference (e.g. db_id of sample) 47 * @db_id: id used for db-export 60 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() 329 * The parent db_id must be assigned before exporting the child. Note in thread_stack__call_return() 333 parent_db_id = idx ? &(tse - 1)->db_id : NULL; in thread_stack__call_return() 809 tse->db_id = 0; in thread_stack__push_cp()
|
| H A D | call-path.c | 20 cp->db_id = 0; in call_path__init()
|
| H A D | machine.h | 63 u64 db_id; member
|
| H A D | evsel.h | 119 u64 db_id; 111 u64 db_id; global() member
|
| /linux/drivers/accel/ivpu/ |
| H A D | ivpu_job.c | 31 ivpu_hw_db_set(vdev, cmdq->db_id); in ivpu_cmdq_ring_db() 229 ret = xa_alloc_cyclic(&vdev->db_xa, &cmdq->db_id, NULL, vdev->db_limit, &vdev->db_next, in ivpu_register_db() 237 ret = ivpu_jsm_hws_register_db(vdev, file_priv->ctx.id, cmdq->id, cmdq->db_id, in ivpu_register_db() 240 ret = ivpu_jsm_register_db(vdev, file_priv->ctx.id, cmdq->db_id, in ivpu_register_db() 243 xa_erase(&vdev->db_xa, cmdq->db_id); in ivpu_register_db() 244 cmdq->db_id = 0; in ivpu_register_db() 249 cmdq->db_id, cmdq->id, file_priv->ctx.id, cmdq->priority); in ivpu_register_db() 272 if (cmdq->db_id) in ivpu_cmdq_register() 297 if (!cmdq->db_id) in ivpu_cmdq_unregister() 300 ret = ivpu_jsm_unregister_db(vdev, cmdq->db_id); in ivpu_cmdq_unregister() [all …]
|
| /linux/tools/perf/util/scripting-engines/ |
| H A D | trace-event-python.c | 1146 tuple_set_d64(t, 0, evsel->db_id); in python_export_evsel() 1164 tuple_set_d64(t, 0, machine->db_id); in python_export_machine() 1184 tuple_set_d64(t, 1, machine->db_id); in python_export_thread() 1204 tuple_set_d64(t, 0, comm->db_id); in python_export_comm() 1217 static int python_export_comm_thread(struct db_export *dbe, u64 db_id, in python_export_comm() 1225 tuple_set_d64(t, 0, db_id); in python_export_comm_thread() 1226 tuple_set_d64(t, 1, comm->db_id); in python_export_comm_thread() 1248 tuple_set_d64(t, 1, machine->db_id); in python_export_dso() 1309 tuple_set_d64(t, 0, es->db_id); in python_export_sample_table() 1310 tuple_set_d64(t, 1, es->sample->evsel->db_id); in python_export_sample_table() 1222 python_export_comm_thread(struct db_export * dbe,u64 db_id,struct comm * comm,struct thread * thread) python_export_comm_thread() argument 1431 python_export_context_switch(struct db_export * dbe,u64 db_id,struct machine * machine,struct perf_sample * sample,u64 th_out_id,u64 comm_out_id,u64 th_in_id,u64 comm_in_id,int flags) python_export_context_switch() argument [all...] |
| /linux/drivers/net/wwan/iosm/ |
| H A D | iosm_ipc_imem.h | 471 int channel_id, u32 db_id);
|
| H A D | iosm_ipc_imem.c | 997 int channel_id, u32 db_id) in ipc_imem_channel_open() argument 1017 if (ipc_task_queue_send_task(ipc_imem, ipc_imem_tq_pipe_td_alloc, db_id, in ipc_imem_channel_open()
|
| /linux/include/net/mana/ |
| H A D | gdma.h | 783 u32 db_id; member
|
| /linux/drivers/net/ethernet/microsoft/mana/ |
| H A D | gdma_main.c | 1597 if (gc->db_page_off + gc->db_page_size * ((u64)resp.db_id + 1) > gc->bar0_size) { in mana_gd_register_device() 1598 dev_err(gc->dev, "Doorbell ID %u out of range\n", resp.db_id); in mana_gd_register_device() 1604 gd->doorbell = resp.db_id; in mana_gd_register_device()
|