Searched defs:db_id (Results 1 – 25 of 31) sorted by relevance
12
| /kernel/linux/linux-5.10/tools/perf/util/ |
| D | db-export.c | 136 u64 db_id; in db_export__comm_thread() local 196 u64 *db_id = symbol__priv(al->sym); in db_ids_from_al() local 525 pid_t pid, pid_t tid, u64 *db_id, in db_export__pid_tid() 563 u64 db_id; in db_export__switch() local
|
| D | comm.h | 18 u64 db_id; member
|
| D | call-path.h | 32 u64 db_id; member
|
| D | thread-stack.h | 65 u64 db_id; member
|
| D | db-export.h | 30 u64 db_id; member
|
| D | thread.h | 50 u64 db_id; member
|
| D | machine.h | 60 u64 db_id; member
|
| D | evsel.h | 99 u64 db_id; member
|
| D | dso.h | 209 u64 db_id; member
|
| /kernel/linux/linux-6.6/tools/perf/util/ |
| D | db-export.c | 136 u64 db_id; in db_export__comm_thread() local 196 u64 *db_id = symbol__priv(al->sym); in db_ids_from_al() local 529 pid_t pid, pid_t tid, u64 *db_id, in db_export__pid_tid() 567 u64 db_id; in db_export__switch() local
|
| D | comm.h | 18 u64 db_id; member
|
| D | call-path.h | 32 u64 db_id; member
|
| D | thread-stack.h | 64 u64 db_id; member
|
| D | thread.h | 61 u64 db_id; in DECLARE_RC_STRUCT() local 256 static inline void thread__set_db_id(struct thread *thread, u64 db_id) in thread__set_db_id()
|
| D | db-export.h | 30 u64 db_id; member
|
| D | machine.h | 67 u64 db_id; member
|
| D | dso.h | 214 u64 db_id; member
|
| /kernel/linux/linux-6.6/drivers/accel/ivpu/ |
| D | ivpu_jsm_msg.c | 10 int ivpu_jsm_register_db(struct ivpu_device *vdev, u32 ctx_id, u32 db_id, in ivpu_jsm_register_db() 34 int ivpu_jsm_unregister_db(struct ivpu_device *vdev, u32 db_id) in ivpu_jsm_unregister_db()
|
| D | ivpu_job.h | 29 u32 db_id; member
|
| D | ivpu_hw.h | 128 static inline void ivpu_hw_reg_db_set(struct ivpu_device *vdev, u32 db_id) in ivpu_hw_reg_db_set()
|
| D | ivpu_hw_37xx.c | 844 static void ivpu_hw_37xx_reg_db_set(struct ivpu_device *vdev, u32 db_id) in ivpu_hw_37xx_reg_db_set()
|
| D | ivpu_hw_40xx.c | 954 static void ivpu_hw_40xx_reg_db_set(struct ivpu_device *vdev, u32 db_id) in ivpu_hw_40xx_reg_db_set()
|
| /kernel/linux/linux-5.10/tools/perf/util/scripting-engines/ |
| D | trace-event-python.c | 1057 static int python_export_comm_thread(struct db_export *dbe, u64 db_id, in python_export_comm_thread() 1262 static int python_export_context_switch(struct db_export *dbe, u64 db_id, in python_export_context_switch()
|
| /kernel/linux/linux-6.6/drivers/net/wwan/iosm/ |
| D | iosm_ipc_imem.c | 997 int channel_id, u32 db_id) in ipc_imem_channel_open()
|
| /kernel/linux/linux-6.6/tools/perf/util/scripting-engines/ |
| D | trace-event-python.c | 1212 static int python_export_comm_thread(struct db_export *dbe, u64 db_id, in python_export_comm_thread() 1418 static int python_export_context_switch(struct db_export *dbe, u64 db_id, in python_export_context_switch()
|
12