| /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-stack.h | 47 * @call_ref: external reference to 'call' sample (e.g. db_id) 48 * @return_ref: external reference to 'return' sample (e.g. db_id) 49 * @db_id: id used for db-export 64 u64 db_id; member
|
| H A D | db-export.h | 30 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 D | thread.h | 55 u64 db_id; in DECLARE_RC_STRUCT() local 256 return RC_CHK_ACCESS(thread)->db_id; in thread__db_id() 259 static inline void thread__set_db_id(struct thread *thread, u64 db_id) in thread__set_db_id() argument 261 RC_CHK_ACCESS(thread)->db_id = db_id; in thread__set_db_id()
|
| H A D | call-path.h | 20 * @db_id: id used for db-export 32 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 | dso.h | 278 u64 db_id; in DECLARE_RC_STRUCT() member 448 return RC_CHK_ACCESS(dso)->db_id; in dso__db_id() 451 static inline void dso__set_db_id(struct dso *dso, u64 db_id) in dso__set_db_id() argument 453 RC_CHK_ACCESS(dso)->db_id = db_id; in dso__set_db_id()
|
| H A D | comm.h | 18 u64 db_id; member
|
| 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 | 111 u64 db_id; member
|
| /linux/tools/perf/util/scripting-engines/ |
| H A D | trace-event-python.c | 1151 tuple_set_d64(t, 0, evsel->db_id); in python_export_evsel() 1169 tuple_set_d64(t, 0, machine->db_id); in python_export_machine() 1189 tuple_set_d64(t, 1, machine->db_id); in python_export_thread() 1209 tuple_set_d64(t, 0, comm->db_id); in python_export_comm() 1222 static int python_export_comm_thread(struct db_export *dbe, u64 db_id, in python_export_comm_thread() argument 1230 tuple_set_d64(t, 0, db_id); in python_export_comm_thread() 1231 tuple_set_d64(t, 1, comm->db_id); in python_export_comm_thread() 1253 tuple_set_d64(t, 1, machine->db_id); in python_export_dso() 1314 tuple_set_d64(t, 0, es->db_id); in python_export_sample_table() 1315 tuple_set_d64(t, 1, es->evsel->db_id); in python_export_sample_table() 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/accel/ivpu/ |
| H A D | ivpu_hw_ip.c | 1188 static void db_set_37xx(struct ivpu_device *vdev, u32 db_id) in db_set_37xx() argument 1193 REGV_WR32I(VPU_37XX_CPU_SS_DOORBELL_0, reg_stride, db_id, val); in db_set_37xx() 1196 static void db_set_40xx(struct ivpu_device *vdev, u32 db_id) in db_set_40xx() argument 1201 REGV_WR32I(VPU_40XX_CPU_SS_DOORBELL_0, reg_stride, db_id, val); in db_set_40xx() 1204 void ivpu_hw_ip_db_set(struct ivpu_device *vdev, u32 db_id) in ivpu_hw_ip_db_set() argument 1207 db_set_37xx(vdev, db_id); in ivpu_hw_ip_db_set() 1209 db_set_40xx(vdev, db_id); in ivpu_hw_ip_db_set()
|
| /linux/drivers/net/ethernet/microsoft/mana/ |
| H A D | gdma_main.c | 1331 /* Validate that doorbell page for db_id is within the BAR0 region. in mana_gd_register_device() 1333 * addr = db_page_base + db_page_size * db_id in mana_gd_register_device() 1334 * = (bar0_va + db_page_off) + (db_page_size * db_id) in mana_gd_register_device() 1335 * So we need: db_page_off + db_page_size * (db_id + 1) <= bar0_size in mana_gd_register_device() 1337 if (gc->db_page_off + gc->db_page_size * ((u64)resp.db_id + 1) > gc->bar0_size) { in mana_gd_register_device() 1338 dev_err(gc->dev, "Doorbell ID %u out of range\n", resp.db_id); in mana_gd_register_device() 1344 gd->doorbell = resp.db_id; in mana_gd_register_device()
|
| /linux/drivers/net/wwan/iosm/ |
| H A D | iosm_ipc_imem.h | 466 * @db_id: Doorbell ID for trigger identifier. 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()
|