Searched refs:db_id (Results 1 – 16 of 16) sorted by relevance
/linux/tools/perf/util/ |
A D | db-export.c | 38 if (evsel->db_id) in db_export__evsel() 51 if (machine->db_id) in db_export__machine() 67 if (thread->db_id) in db_export__thread() 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 149 if (dso->db_id) in db_export__dso() 481 if (cp->db_id) in db_export__call_path() 507 if (!cr->db_id) in db_export__call_return() 539 *db_id = thread->db_id; in db_export__pid_tid() [all …]
|
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,
|
A D | comm.h | 18 u64 db_id; member
|
A D | call-path.h | 32 u64 db_id; member
|
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() 808 tse->db_id = 0; in thread_stack__push_cp()
|
A D | thread-stack.h | 64 u64 db_id; member
|
A D | call-path.c | 20 cp->db_id = 0; in call_path__init()
|
A D | thread.h | 50 u64 db_id; member
|
A D | dso.h | 210 u64 db_id; member
|
A D | machine.h | 60 u64 db_id; member
|
A D | evsel.h | 108 u64 db_id; member
|
/linux/tools/perf/util/scripting-engines/ |
A D | trace-event-python.c | 1054 tuple_set_d64(t, 0, evsel->db_id); in python_export_evsel() 1112 tuple_set_d64(t, 0, comm->db_id); in python_export_comm() 1133 tuple_set_d64(t, 0, db_id); in python_export_comm_thread() 1134 tuple_set_d64(t, 1, comm->db_id); in python_export_comm_thread() 1155 tuple_set_d64(t, 0, dso->db_id); in python_export_dso() 1178 tuple_set_d64(t, 1, dso->db_id); in python_export_symbol() 1217 tuple_set_d64(t, 0, es->db_id); in python_export_sample_table() 1254 tuple_set_d64(t, 0, es->db_id); in python_export_synth() 1287 tuple_set_d64(t, 0, cp->db_id); in python_export_call_path() 1308 tuple_set_d64(t, 0, cr->db_id); in python_export_call_return() [all …]
|
/linux/drivers/net/wwan/iosm/ |
A D | iosm_ipc_imem.h | 472 int channel_id, u32 db_id);
|
A D | iosm_ipc_imem.c | 922 int channel_id, u32 db_id) in ipc_imem_channel_open() argument 942 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/ |
A D | gdma.h | 564 u32 db_id; member
|
A D | gdma_main.c | 897 gd->doorbell = resp.db_id; in mana_gd_register_device()
|
Completed in 39 milliseconds