Searched defs:dbe (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/tools/perf/util/ |
A D | db-export.c | 24 int db_export__init(struct db_export *dbe) in db_export__init() 30 void db_export__exit(struct db_export *dbe) in db_export__exit() 36 int db_export__evsel(struct db_export *dbe, struct evsel *evsel) in db_export__evsel() 49 int db_export__machine(struct db_export *dbe, struct machine *machine) in db_export__machine() 62 int db_export__thread(struct db_export *dbe, struct thread *thread, in db_export__thread() 93 int db_export__comm(struct db_export *dbe, struct comm *comm, in db_export__comm() 108 int db_export__exec_comm(struct db_export *dbe, struct comm *comm, in db_export__exec_comm() 146 int db_export__dso(struct db_export *dbe, struct dso *dso, in db_export__dso() 160 int db_export__symbol(struct db_export *dbe, struct symbol *sym, in db_export__symbol() 281 int db_export__branch_type(struct db_export *dbe, u32 branch_type, in db_export__branch_type() [all …]
|
/linux-6.3-rc2/tools/perf/util/scripting-engines/ |
A D | trace-event-python.c | 106 struct db_export dbe; member 1101 static int python_export_evsel(struct db_export *dbe, struct evsel *evsel) in python_export_evsel() 1118 static int python_export_machine(struct db_export *dbe, in python_export_machine() 1158 static int python_export_comm(struct db_export *dbe, struct comm *comm, in python_export_comm() 1179 static int python_export_comm_thread(struct db_export *dbe, u64 db_id, in python_export_comm_thread() 1198 static int python_export_dso(struct db_export *dbe, struct dso *dso, in python_export_dso() 1263 static void python_export_sample_table(struct db_export *dbe, in python_export_sample_table() 1318 static int python_export_sample(struct db_export *dbe, in python_export_sample() 1354 static int python_export_call_return(struct db_export *dbe, in python_export_call_return() 1385 static int python_export_context_switch(struct db_export *dbe, u64 db_id, in python_export_context_switch() [all …]
|
/linux-6.3-rc2/arch/mips/kernel/ |
A D | module.c | 408 struct mod_arch_specific *dbe; in search_module_dbetables() local
|
/linux-6.3-rc2/drivers/crypto/cavium/zip/ |
A D | zip_regs.h | 661 u64 dbe : 5; member 681 u64 dbe : 5; member 704 u64 dbe : 5; member 724 u64 dbe : 5; member
|
/linux-6.3-rc2/drivers/soc/fsl/dpio/ |
A D | qbman-portal.h | 600 u8 dbe; member
|
/linux-6.3-rc2/arch/mips/include/asm/octeon/ |
A D | cvmx-pow-defs.h | 328 uint64_t dbe:1; member 355 uint64_t dbe:1; member
|
/linux-6.3-rc2/drivers/crypto/cavium/nitrox/ |
A D | nitrox_csr.h | 918 u64 dbe : 1; member 1274 u64 dbe : 1; member
|
Completed in 99 milliseconds