Searched defs:db_id (Results 1 – 13 of 13) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | db-export.c | 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 | comm.h | 18 u64 db_id; member
|
| H A D | call-path.h | 32 u64 db_id; member
|
| H A D | thread-stack.h | 64 u64 db_id; member
|
| H A D | thread.h | 55 u64 db_id; in DECLARE_RC_STRUCT() local 259 static inline void thread__set_db_id(struct thread *thread, u64 db_id) in thread__set_db_id()
|
| H A D | db-export.h | 30 u64 db_id; member
|
| H A D | machine.h | 63 u64 db_id; member
|
| H A D | dso.h | 278 u64 db_id; in DECLARE_RC_STRUCT() member 451 static inline void dso__set_db_id(struct dso *dso, u64 db_id) in dso__set_db_id()
|
| H A D | evsel.h | 111 u64 db_id; member
|
| H A D | thread-stack.c | 60 u64 db_id; member
|
| /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() 1196 static void db_set_40xx(struct ivpu_device *vdev, u32 db_id) in db_set_40xx() 1204 void ivpu_hw_ip_db_set(struct ivpu_device *vdev, u32 db_id) in ivpu_hw_ip_db_set()
|
| /linux/drivers/net/wwan/iosm/ |
| H A D | iosm_ipc_imem.c | 997 int channel_id, u32 db_id) in ipc_imem_channel_open()
|
| /linux/tools/perf/util/scripting-engines/ |
| H A D | trace-event-python.c | 1222 static int python_export_comm_thread(struct db_export *dbe, u64 db_id, in 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...] |