Home
last modified time | relevance | path

Searched full:dbe (Results 1 – 19 of 19) sorted by relevance

/linux/tools/perf/util/
H A Ddb-export.c24 int db_export__init(struct db_export *dbe) in db_export__init() argument
26 memset(dbe, 0, sizeof(struct db_export)); in db_export__init()
30 void db_export__exit(struct db_export *dbe) in db_export__exit() argument
32 call_return_processor__free(dbe->crp); in db_export__exit()
33 dbe->crp = NULL; in db_export__exit()
36 int db_export__evsel(struct db_export *dbe, struct evsel *evsel) in db_export__evsel() argument
41 evsel->db_id = ++dbe->evsel_last_db_id; in db_export__evsel()
43 if (dbe->export_evsel) in db_export__evsel()
44 return dbe->export_evsel(dbe, evsel); in db_export__evsel()
49 int db_export__machine(struct db_export *dbe, struct machine *machine) in db_export__machine() argument
[all …]
H A Ddb-export.h42 int (*export_evsel)(struct db_export *dbe, struct evsel *evsel);
43 int (*export_machine)(struct db_export *dbe, struct machine *machine);
44 int (*export_thread)(struct db_export *dbe, struct thread *thread,
46 int (*export_comm)(struct db_export *dbe, struct comm *comm,
48 int (*export_comm_thread)(struct db_export *dbe, u64 db_id,
50 int (*export_dso)(struct db_export *dbe, struct dso *dso,
52 int (*export_symbol)(struct db_export *dbe, struct symbol *sym,
54 int (*export_branch_type)(struct db_export *dbe, u32 branch_type,
56 int (*export_sample)(struct db_export *dbe, struct export_sample *es);
57 int (*export_call_path)(struct db_export *dbe, struct call_path *cp);
[all …]
/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c93 struct db_export dbe; member
1136 static int python_export_evsel(struct db_export *dbe, struct evsel *evsel) in python_export_evsel() argument
1138 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_evsel()
1153 static int python_export_machine(struct db_export *dbe, in python_export_machine() argument
1156 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_machine()
1172 static int python_export_thread(struct db_export *dbe, struct thread *thread, in python_export_thread() argument
1175 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_thread()
1193 static int python_export_comm(struct db_export *dbe, struct comm *comm, in python_export_comm() argument
1196 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_comm()
1214 static int python_export_comm_thread(struct db_export *dbe, u64 db_id, in python_export_comm_thread() argument
[all …]
/linux/drivers/edac/
H A Docteon_edac-l2c.c69 if (err_tdtx.s.dbe || err_tdtx.s.sbe || in _octeon_l2c_poll_oct2()
75 if (err_tdtx.s.dbe) { in _octeon_l2c_poll_oct2()
78 err_tdtx_reset.s.dbe = 1; in _octeon_l2c_poll_oct2()
105 if (err_ttgx.s.dbe || err_ttgx.s.sbe) in _octeon_l2c_poll_oct2()
110 if (err_ttgx.s.dbe) { in _octeon_l2c_poll_oct2()
113 err_ttgx_reset.s.dbe = 1; in _octeon_l2c_poll_oct2()
H A Daltera_edac.c140 /* Error are injected by writing a word while the SBE or DBE in altr_sdr_mc_err_inject_write()
142 * trigger the SBE or DBE error and the corresponding IRQ. in altr_sdr_mc_err_inject_write()
2075 /* Find the matching DBE in the list of devices */ in s10_edac_dberr_handler()
2088 "EDAC: [Fatal DBE on %s @ 0x%08X]\n", in s10_edac_dberr_handler()
H A Darmada_xp_edac.c170 dev_warn(mci->pdev, "inconsistent DBE count detected\n"); in axp_mc_check()
/linux/arch/mips/kernel/
H A Dmodule.c397 struct mod_arch_specific *dbe; in search_module_dbetables() local
400 list_for_each_entry(dbe, &dbe_list, dbe_list) { in search_module_dbetables()
401 e = search_extable(dbe->dbe_start, in search_module_dbetables()
402 dbe->dbe_end - dbe->dbe_start, addr); in search_module_dbetables()
413 /* Put in dbe list if necessary. */
H A Dgenex.S571 BUILD_HANDLER dbe be cli silent /* #7 */
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-pow-defs.h328 uint64_t dbe:1; member
332 uint64_t dbe:1;
355 uint64_t dbe:1; member
359 uint64_t dbe:1;
H A Dcvmx-l2c-defs.h78 __BITFIELD_FIELD(uint64_t dbe:1,
94 __BITFIELD_FIELD(uint64_t dbe:1,
/linux/drivers/crypto/cavium/nitrox/
H A Dnitrox_csr.h902 * @dbe: Double-bit error occurred in EFL
918 u64 dbe : 1; member
926 u64 dbe : 1;
1252 * @dbe: Memory DBE error. This is a fatal and requires a
1274 u64 dbe : 1; member
1284 u64 dbe : 1;
/linux/arch/mips/sgi-ip22/
H A Dip22-gio.c278 * We got no DBE, but this doesn't mean anything. in ip22_gio_id()
280 * for GFX slot) we don't get a DBE, but we see in ip22_gio_id()
/linux/arch/mips/include/asm/
H A Dpaccess.h10 * by sending a DBE error like accessing possibly non-existent memory or
/linux/arch/mips/sibyte/swarm/
H A Dsetup.c63 printk("DBE physical address: %010Lx\n", in swarm_be_handler()
/linux/include/linux/mfd/wm831x/
H A Dotp.h150 * R30759 (0x7827) - DBE CHECK DATA
/linux/arch/mips/dec/
H A Decc-berr.c254 * Otherwise DBE/IBE exceptions would be masked but bus error in dec_kn03_be_init()
H A Dsetup.c114 * Bus error (DBE/IBE exceptions and bus interrupts) handling setup.
/linux/drivers/soc/fsl/dpio/
H A Dqbman-portal.h600 u8 dbe; member
/linux/arch/mips/mm/
H A Dcerr-sb1.c122 printk(" data-DBE"); in breakout_cerrd()