Searched refs:db_id (Results 1 – 14 of 14) sorted by relevance
/linux/tools/perf/util/ |
H A D | db-export.c | 38 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() 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() 136 u64 db_id; in db_export__comm_thread() local 138 db_id = ++dbe->comm_thread_last_db_id; in db_export__comm_thread() 141 return dbe->export_comm_thread(dbe, db_id, com in db_export__comm_thread() 196 u64 *db_id = symbol__priv(al->sym); db_ids_from_al() local 529 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 567 u64 db_id; db_export__switch() local [all...] |
H A D | thread.h | 55 u64 db_id; in DECLARE_RC_STRUCT() local 247 return RC_CHK_ACCESS(thread)->db_id; in thread__db_id() 250 static inline void thread__set_db_id(struct thread *thread, u64 db_id) in thread__set_db_id() argument 252 RC_CHK_ACCESS(thread)->db_id = db_id; in thread__set_db_id()
|
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 | dso.h | 200 u64 db_id; in DECLARE_RC_STRUCT() member 355 return RC_CHK_ACCESS(dso)->db_id; in dso__db_id() 358 static inline void dso__set_db_id(struct dso *dso, u64 db_id) in dso__set_db_id() argument 360 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.h | 32 u64 db_id; member
|
H A D | thread-stack.c | 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() 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 | thread-stack.h | 64 u64 db_id; member
|
H A D | call-path.c | 20 cp->db_id = 0; in call_path__init()
|
H A D | machine.h | 57 u64 db_id; member
|
/linux/drivers/accel/ivpu/ |
H A D | ivpu_hw_ip.h | 27 void ivpu_hw_ip_db_set(struct ivpu_device *vdev, u32 db_id);
|
/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/drivers/net/ethernet/microsoft/mana/ |
H A D | gdma_main.c | 973 gd->doorbell = resp.db_id; in mana_gd_register_device()
|