Home
last modified time | relevance | path

Searched refs:debug (Results 2301 - 2325 of 3582) sorted by relevance

1...<<919293949596979899100>>...144

/third_party/icu/icu4c/source/common/
H A Dserv.cpp105 ICUServiceKey::debug(UnicodeString& result) const in debug() function in ICUServiceKey
173 SimpleFactory::debug(UnicodeString& toAppendTo) const in debug() function in SimpleFactory
/third_party/mesa3d/src/gallium/frontends/clover/nir/
H A Dinvocation.cpp391 spirv_options.debug.func = &debug_function;
392 spirv_options.debug.private_data = &r_log;
/third_party/ninja/
H A Dconfigure.py211 parser.add_option('--debug', action='store_true',
319 '/Zi', # Create pdb with debug info.
341 if not options.debug:
354 if options.debug:
/third_party/node/deps/icu-small/source/common/
H A Dserv.cpp105 ICUServiceKey::debug(UnicodeString& result) const in debug() function in ICUServiceKey
173 SimpleFactory::debug(UnicodeString& toAppendTo) const in debug() function in SimpleFactory
/third_party/node/deps/v8/src/inspector/
H A Dv8-heap-profiler-agent-impl.cc169 v8::debug::ForceGarbageCollection(
220 v8::debug::GetCurrentPlatform() in collectGarbage()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_program.c314 if (!ppir_compile_nir(fs, nir, screen->pp_ra, &ctx->debug)) { in lima_fs_compile_shader()
490 if (!gpir_compile_nir(vs, nir, &ctx->debug)) { in lima_vs_compile_shader()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_context.h595 } debug; member
1018 (svga_screen(svga->pipe.screen)->debug.sampler_state_mapping || in svga_use_sampler_state_mapping()
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_fs.c435 compiler.Base.debug = &r300->debug; in r300_translate_fragment_shader()
/third_party/python/Lib/asyncio/
H A Dstreams.py140 logger.debug("%r pauses writing", self)
146 logger.debug("%r resumes writing", self)
/third_party/skia/third_party/externals/icu/source/common/
H A Dserv.cpp104 ICUServiceKey::debug(UnicodeString& result) const in debug() function in ICUServiceKey
172 SimpleFactory::debug(UnicodeString& toAppendTo) const in debug() function in SimpleFactory
/third_party/python/PC/layout/
H A Dmain.py130 if ns.debug and src not in REQUIRED_DLLS:
177 if src.stem.endswith("_d") != bool(ns.debug) and src not in REQUIRED_DLLS:
544 "-d", "--debug", help="Include debug build", action="store_true"
/third_party/protobuf/src/google/protobuf/
H A Dmessage_lite.cc341 constexpr bool debug = false; in SerializeToArrayImpl() local
342 if (debug) { in SerializeToArrayImpl()
/third_party/protobuf/
H A Dtests.sh281 build_objectivec_ios --skip-xcode-debug
304 build_objectivec_tvos --skip-xcode-debug
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Ddebugfs_htt_stats.c10 #include "debug.h"
4285 stats_req = ar->debug.htt_stats.stats_req; in ath11k_debugfs_htt_ext_stats_handler()
4289 spin_lock_bh(&ar->debug.htt_stats.lock); in ath11k_debugfs_htt_ext_stats_handler()
4295 spin_unlock_bh(&ar->debug.htt_stats.lock); in ath11k_debugfs_htt_ext_stats_handler()
4316 len = scnprintf(buf, sizeof(buf), "%u\n", ar->debug.htt_stats.type); in ath11k_read_htt_stats_type()
4340 ar->debug.htt_stats.type = type; in ath11k_write_htt_stats_type()
4407 struct debug_htt_stats_req *stats_req = ar->debug.htt_stats.stats_req; in ath11k_debugfs_htt_stats_req()
4435 spin_lock_bh(&ar->debug.htt_stats.lock); in ath11k_debugfs_htt_stats_req()
4438 spin_unlock_bh(&ar->debug.htt_stats.lock); in ath11k_debugfs_htt_stats_req()
4442 spin_unlock_bh(&ar->debug in ath11k_debugfs_htt_stats_req()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Ddebugfs_htt_stats.c11 #include "debug.h"
4581 stats_req = ar->debug.htt_stats.stats_req; in ath11k_debugfs_htt_ext_stats_handler()
4585 spin_lock_bh(&ar->debug.htt_stats.lock); in ath11k_debugfs_htt_ext_stats_handler()
4591 spin_unlock_bh(&ar->debug.htt_stats.lock); in ath11k_debugfs_htt_ext_stats_handler()
4612 len = scnprintf(buf, sizeof(buf), "%u\n", ar->debug.htt_stats.type); in ath11k_read_htt_stats_type()
4635 ar->debug.htt_stats.type = type; in ath11k_write_htt_stats_type()
4711 struct debug_htt_stats_req *stats_req = ar->debug.htt_stats.stats_req; in ath11k_debugfs_htt_stats_req()
4739 spin_lock_bh(&ar->debug.htt_stats.lock); in ath11k_debugfs_htt_stats_req()
4742 spin_unlock_bh(&ar->debug.htt_stats.lock); in ath11k_debugfs_htt_stats_req()
4746 spin_unlock_bh(&ar->debug in ath11k_debugfs_htt_stats_req()
[all...]
/kernel/linux/linux-5.10/kernel/
H A Dmodule.c2231 /* Remove dynamic debug info */ in free_module()
2723 ".debug")) { in elf_type()
2867 static void dynamic_debug_setup(struct module *mod, struct _ddebug *debug, unsigned int num) in dynamic_debug_setup() argument
2869 if (!debug) in dynamic_debug_setup()
2871 ddebug_add_module(debug, num, mod->name); in dynamic_debug_setup()
2874 static void dynamic_debug_remove(struct module *mod, struct _ddebug *debug) in dynamic_debug_remove() argument
2876 if (debug) in dynamic_debug_remove()
3421 info->debug = section_objs(info, "__dyndbg", in find_module_sections()
3422 sizeof(*info->debug), &info->num_debug); in find_module_sections()
4094 dynamic_debug_setup(mod, info->debug, inf in load_module()
[all...]
/kernel/linux/linux-5.10/drivers/char/ipmi/
H A Dipmi_ssif.c183 int debug; member
1691 ssif_info->ssif_debug = addr_info->debug; in ssif_probe()
1934 int debug, int slave_addr, in new_ssif_client()
1966 addr_info->debug = debug; in new_ssif_client()
1933 new_ssif_client(int addr, char *adapter_name, int debug, int slave_addr, enum ipmi_addr_src addr_src, struct device *dev) new_ssif_client() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx10.asm82 // bits [31:24] unused by SPI debug data
230 // ttmp[2:5] and ttmp12 can be used (others hold SPI-initialized debug data)
308 // Save trap temporaries 4-11, 13 initialized by SPI debug dispatch logic
897 // s_barrier with MODE.DEBUG_EN=1, STATUS.PRIV=1 incorrectly asserts debug exception.
947 // Restore trap temporaries 4-11, 13 initialized by SPI debug dispatch logic
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn21/
H A Ddcn21_resource.c1768 if (plane_state->ctx->dc->debug.disable_dcc == DCC_ENABLE) { in dcn21_patch_unknown_plane_state()
1871 dc->debug = debug_defaults_drv; in dcn21_resource_construct()
1874 dc->debug = debug_defaults_diags; in dcn21_resource_construct()
1876 dc->debug = debug_defaults_diags; in dcn21_resource_construct()
1941 dc->debug.dmub_command_table = false; in dcn21_resource_construct()
/kernel/linux/linux-5.10/drivers/net/ethernet/3com/
H A D3c515.c395 static int debug = -1; variable
397 module_param(debug, int, 0);
401 MODULE_PARM_DESC(debug, "3c515 debug level (0-6)");
413 if (debug >= 0) in init_module()
414 corkscrew_debug = debug; in init_module()
/kernel/linux/linux-5.10/drivers/input/mouse/
H A Delantech.c27 if (etd->info.debug) \
546 /* Dump unexpected packet sequences if debug=1 (default) */ in elantech_report_trackpoint()
547 if (etd->info.debug == 1) in elantech_report_trackpoint()
931 if (etd->info.debug > 1) in elantech_process_byte()
1348 ELANTECH_INFO_ATTR(debug); variable
1658 /* For now show extra debug information */ in elantech_set_properties()
1659 info->debug = 1; in elantech_set_properties()
/kernel/linux/linux-5.10/drivers/net/ethernet/realtek/
H A D8139cp.c90 static int debug = -1; variable
91 module_param(debug, int, 0);
92 MODULE_PARM_DESC (debug, "8139cp: bitmapped message enable number");
1911 cp->msg_enable = (debug < 0 ? CP_DEF_MSG_ENABLE : debug); in cp_init_one()
/kernel/linux/linux-5.10/drivers/net/ethernet/i825xx/
H A D82596.c157 MODULE_PARM_DESC(i596_debug, "i82596 debug mask");
1521 static int debug = -1; variable
1522 module_param(debug, int, 0);
1523 MODULE_PARM_DESC(debug, "i82596 debug mask");
1527 if (debug >= 0) in init_module()
1528 i596_debug = debug; in init_module()
/kernel/linux/linux-5.10/drivers/net/ethernet/smsc/
H A Dsmsc911x.c65 static int debug = 16; variable
67 static int debug = 3; variable
70 module_param(debug, int, 0);
71 MODULE_PARM_DESC(debug, "Debug level (0=none,...,16=all)");
2453 pdata->msg_enable = ((1 << debug) - 1); in smsc911x_drv_probe()
/kernel/linux/linux-5.10/drivers/net/ethernet/dec/tulip/
H A Dde2104x.c58 static int debug = -1; variable
59 module_param (debug, int, 0);
60 MODULE_PARM_DESC (debug, "de2104x bitmapped message enable number");
2000 de->msg_enable = (debug < 0 ? DE_DEF_MSG_ENABLE : debug); in de_init_one()

Completed in 57 milliseconds

1...<<919293949596979899100>>...144