Home
last modified time | relevance | path

Searched refs:db_id (Results 1 – 16 of 16) sorted by relevance

/Linux-v6.1/tools/perf/util/
Ddb-export.c38 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()
67 if (thread->db_id) in db_export__thread()
70 thread->db_id = ++dbe->thread_last_db_id; in db_export__thread()
73 main_thread_db_id = main_thread->db_id; in db_export__thread()
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()
[all …]
Ddb-export.h30 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,
Dcomm.h18 u64 db_id; member
Dcall-path.h32 u64 db_id; member
Dthread-stack.h64 u64 db_id; member
Dthread-stack.c60 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()
Dcall-path.c20 cp->db_id = 0; in call_path__init()
Dthread.h51 u64 db_id; member
Dmachine.h63 u64 db_id; member
Ddso.h213 u64 db_id; member
Devsel.h119 u64 db_id; member
/Linux-v6.1/tools/perf/util/scripting-engines/
Dtrace-event-python.c1106 tuple_set_d64(t, 0, evsel->db_id); in python_export_evsel()
1124 tuple_set_d64(t, 0, machine->db_id); in python_export_machine()
1143 tuple_set_d64(t, 0, thread->db_id); in python_export_thread()
1144 tuple_set_d64(t, 1, machine->db_id); in python_export_thread()
1164 tuple_set_d64(t, 0, comm->db_id); in python_export_comm()
1166 tuple_set_d64(t, 2, thread->db_id); in python_export_comm()
1177 static int python_export_comm_thread(struct db_export *dbe, u64 db_id, in python_export_comm_thread() argument
1185 tuple_set_d64(t, 0, db_id); in python_export_comm_thread()
1186 tuple_set_d64(t, 1, comm->db_id); in python_export_comm_thread()
1187 tuple_set_d64(t, 2, thread->db_id); in python_export_comm_thread()
[all …]
/Linux-v6.1/drivers/net/wwan/iosm/
Diosm_ipc_imem.h484 int channel_id, u32 db_id);
Diosm_ipc_imem.c975 int channel_id, u32 db_id) in ipc_imem_channel_open() argument
995 if (ipc_task_queue_send_task(ipc_imem, ipc_imem_tq_pipe_td_alloc, db_id, in ipc_imem_channel_open()
/Linux-v6.1/drivers/net/ethernet/microsoft/mana/
Dgdma.h581 u32 db_id; member
Dgdma_main.c929 gd->doorbell = resp.db_id; in mana_gd_register_device()