Searched refs:db_id (Results 1 – 12 of 12) sorted by relevance
| /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() 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 201 *sym_db_id = *db_id; in db_ids_from_al() 385 es.comm_db_id = comm->db_id; in db_export__sample() 410 addr_al, es.db_id, in db_export__sample() 492 if (cp->db_id) in db_export__call_path() 518 if (!cr->db_id) in db_export__call_return() [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 | thread.h | 55 u64 db_id; in DECLARE_RC_STRUCT() local 252 return RC_CHK_ACCESS(thread)->db_id; in thread__db_id() 255 static inline void thread__set_db_id(struct thread *thread, u64 db_id) in thread__set_db_id() argument 257 RC_CHK_ACCESS(thread)->db_id = db_id; in thread__set_db_id()
|
| A D | comm.h | 18 u64 db_id; member
|
| A D | call-path.h | 32 u64 db_id; member
|
| A D | dso.h | 278 u64 db_id; in DECLARE_RC_STRUCT() member 417 return RC_CHK_ACCESS(dso)->db_id; in dso__db_id() 420 static inline void dso__set_db_id(struct dso *dso, u64 db_id) in dso__set_db_id() argument 422 RC_CHK_ACCESS(dso)->db_id = db_id; in dso__set_db_id()
|
| 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-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()
|
| A D | machine.h | 63 u64 db_id; member
|
| A D | evsel.h | 111 u64 db_id; member
|
| /tools/perf/util/scripting-engines/ |
| A D | trace-event-python.c | 1143 tuple_set_d64(t, 0, evsel->db_id); in python_export_evsel() 1161 tuple_set_d64(t, 0, machine->db_id); in python_export_machine() 1201 tuple_set_d64(t, 0, comm->db_id); in python_export_comm() 1222 tuple_set_d64(t, 0, db_id); in python_export_comm_thread() 1223 tuple_set_d64(t, 1, comm->db_id); in python_export_comm_thread() 1306 tuple_set_d64(t, 0, es->db_id); in python_export_sample_table() 1347 tuple_set_d64(t, 0, es->db_id); in python_export_synth() 1380 tuple_set_d64(t, 0, cp->db_id); in python_export_call_path() 1401 tuple_set_d64(t, 0, cr->db_id); in python_export_call_return() 1404 tuple_set_d64(t, 3, cr->cp->db_id); in python_export_call_return() [all …]
|
Completed in 24 milliseconds