| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | db-export.c | 24 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 D | db-export.h | 42 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 …]
|
| /OK3568_Linux_fs/kernel/tools/perf/util/scripting-engines/ |
| H A D | trace-event-python.c | 103 struct db_export dbe; member 979 static int python_export_evsel(struct db_export *dbe, struct evsel *evsel) in python_export_evsel() argument 981 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_evsel() 996 static int python_export_machine(struct db_export *dbe, in python_export_machine() argument 999 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_machine() 1015 static int python_export_thread(struct db_export *dbe, struct thread *thread, in python_export_thread() argument 1018 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_thread() 1036 static int python_export_comm(struct db_export *dbe, struct comm *comm, in python_export_comm() argument 1039 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_comm() 1057 static int python_export_comm_thread(struct db_export *dbe, u64 db_id, in python_export_comm_thread() argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/edac/ |
| H A D | octeon_edac-l2c.c | 69 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()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-xserver/ |
| H A D | xserver-xorg_21.1.7.bb | 15 ${PN}-extension-dbe \ 21 ${PN}-extension-dbe \ 27 ${PN}-extension-dbe \
|
| H A D | xserver-xorg.inc | 68 ${PN}-extension-dbe \ 104 FILES:${PN}-extension-dbe = "${libdir}/xorg/modules/extensions/libdbe.so"
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | module.c | 412 struct mod_arch_specific *dbe; in search_module_dbetables() local 415 list_for_each_entry(dbe, &dbe_list, dbe_list) { in search_module_dbetables() 416 e = search_extable(dbe->dbe_start, in search_module_dbetables() 417 dbe->dbe_end - dbe->dbe_start, addr); in search_module_dbetables()
|
| H A D | genex.S | 561 BUILD_HANDLER dbe be cli silent /* #7 */
|
| /OK3568_Linux_fs/kernel/drivers/crypto/cavium/zip/ |
| H A D | zip_regs.h | 661 u64 dbe : 5; member 667 u64 dbe : 5; 681 u64 dbe : 5; member 687 u64 dbe : 5; 704 u64 dbe : 5; member 710 u64 dbe : 5; 724 u64 dbe : 5; member 730 u64 dbe : 5;
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | Makefile.am | 15 DBE_DIR=dbe 107 dbe \ 149 dbe/meson.build \
|
| H A D | meson.build | 499 'dbe', 559 subdir('dbe') subdir
|
| H A D | Makefile.in | 610 @DBE_TRUE@DBE_DIR = dbe 653 config/meson.build damageext/meson.build dbe/meson.build \ 704 dbe \
|
| H A D | configure.ac | 565 AC_ARG_ENABLE(dbe, AS_HELP_STRING([--disable-dbe], [Build DBE extension (default: enable… optenable 1310 DBE_LIB='$(top_builddir)/dbe/libdbe.la' 1311 DBE_INC='-I$(top_srcdir)/dbe' 2476 dbe/Makefile
|
| /OK3568_Linux_fs/external/xserver/dbe/ |
| H A D | Makefile.in | 92 subdir = dbe 116 am_libdbe_la_OBJECTS = dbe.lo midbe.lo 137 am__depfiles_remade = ./$(DEPDIR)/dbe.Plo ./$(DEPDIR)/midbe.Plo 578 dbe.c \ 597 $(AUTOMAKE) --foreign dbe/Makefile 636 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbe.Plo@am__quote@ # am--include-marker 821 -rm -f ./$(DEPDIR)/dbe.Plo 868 -rm -f ./$(DEPDIR)/dbe.Plo
|
| H A D | Makefile.am | 10 dbe.c \
|
| H A D | meson.build | 2 'dbe.c',
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/octeon/ |
| H A D | cvmx-l2c-defs.h | 78 __BITFIELD_FIELD(uint64_t dbe:1, 94 __BITFIELD_FIELD(uint64_t dbe:1,
|
| H A D | cvmx-pow-defs.h | 328 uint64_t dbe:1; member 332 uint64_t dbe:1; 355 uint64_t dbe:1; member 359 uint64_t dbe:1;
|
| /OK3568_Linux_fs/kernel/drivers/crypto/cavium/nitrox/ |
| H A D | nitrox_csr.h | 918 u64 dbe : 1; member 926 u64 dbe : 1; 1274 u64 dbe : 1; member 1284 u64 dbe : 1;
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/ |
| H A D | openhpi-linkfix.patch | 17 index 7c6b0a4..6204dbe 100644
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/ |
| H A D | sdksyms.sh | 222 /* dbe/Makefile.am -- module */
|
| /OK3568_Linux_fs/external/xserver/debian/ |
| H A D | rules.flags | 30 --enable-dbe \
|
| /OK3568_Linux_fs/kernel/drivers/soc/fsl/dpio/ |
| H A D | qbman-portal.h | 593 u8 dbe; member
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/doc/ |
| H A D | Registry | 27 dbe
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/ |
| H A D | hddtemp_0.3-beta15-52.diff | 2190 dbe = is_a_supported_drive(dsk->model); 2191 - if(dbe) { 2193 + if(dbe) 2194 memcpy(dsk->db_entry, dbe, sizeof(struct harddrive_entry));
|