/kernel/linux/linux-5.10/tools/build/feature/ |
H A D | Makefile | 38 test-libunwind-debug-frame.bin \ 43 test-libunwind-debug-frame-arm.bin \ 44 test-libunwind-debug-frame-aarch64.bin \ 169 $(OUTPUT)test-libunwind-debug-frame.bin: 183 $(OUTPUT)test-libunwind-debug-frame-arm.bin: 186 $(OUTPUT)test-libunwind-debug-frame-aarch64.bin:
|
/kernel/linux/linux-5.10/drivers/media/tuners/ |
H A D | mt20xx.c | 15 static int debug; variable 16 module_param(debug, int, 0644); 17 MODULE_PARM_DESC(debug, "enable verbose debug messages"); 473 if (debug > 1) { in mt2050_set_if_freq() 489 if (debug > 1) in mt2050_set_if_freq() 616 if (debug) in microtune_attach()
|
H A D | max2165.c | 24 if (debug) \ 28 static int debug; variable 29 module_param(debug, int, 0644); 30 MODULE_PARM_DESC(debug, "Turn on/off debugging (default:off)."); 40 if (debug >= 2) in max2165_write_reg() 71 if (debug >= 2) in max2165_read_reg()
|
/kernel/linux/linux-6.6/drivers/media/tuners/ |
H A D | max2165.c | 24 if (debug) \ 28 static int debug; variable 29 module_param(debug, int, 0644); 30 MODULE_PARM_DESC(debug, "Turn on/off debugging (default:off)."); 40 if (debug >= 2) in max2165_write_reg() 71 if (debug >= 2) in max2165_read_reg()
|
H A D | mt20xx.c | 15 static int debug; variable 16 module_param(debug, int, 0644); 17 MODULE_PARM_DESC(debug, "enable verbose debug messages"); 473 if (debug > 1) { in mt2050_set_if_freq() 489 if (debug > 1) in mt2050_set_if_freq() 616 if (debug) in microtune_attach()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn314/ |
H A D | dcn314_hwseq.c | 246 if (hws->ctx->dc->debug.disable_dsc_power_gate) in dcn314_dsc_pg_control() 249 if (hws->ctx->dc->debug.root_clock_optimization.bits.dsc && in dcn314_dsc_pg_control() 300 if (hws->ctx->dc->debug.root_clock_optimization.bits.dsc) { in dcn314_dsc_pg_control() 313 if (enable && !hws->ctx->dc->debug.disable_hubp_power_gate) in dcn314_enable_power_gating_plane() 327 if (enable && !hws->ctx->dc->debug.disable_dsc_power_gate) in dcn314_enable_power_gating_plane() 424 if (!hws->ctx->dc->debug.root_clock_optimization.bits.dpp) in dcn314_dpp_root_clock_control()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/dcn314/ |
H A D | dcn314_fpu.c | 356 if (dc->debug.dml_hostvm_override == DML_HOSTVM_NO_OVERRIDE) in dcn314_populate_dml_pipes_from_context_fpu() 396 && pipe->plane_state->rotation == ROTATION_ANGLE_0 && !dc->debug.disable_z9_mpc) { in dcn314_populate_dml_pipes_from_context_fpu() 405 } else if (context->stream_count >= dc->debug.crb_alloc_policy_min_disp_count in dcn314_populate_dml_pipes_from_context_fpu() 406 && dc->debug.crb_alloc_policy > DET_SIZE_DEFAULT) { in dcn314_populate_dml_pipes_from_context_fpu() 407 context->bw_ctx.dml.ip.det_buffer_size_kbytes = dc->debug.crb_alloc_policy * 64; in dcn314_populate_dml_pipes_from_context_fpu() 418 if (pipe->stream->signal == SIGNAL_TYPE_EDP && dc->debug.seamless_boot_odm_combine && in dcn314_populate_dml_pipes_from_context_fpu()
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | atbm8830.c | 17 if (debug) \ 21 static int debug; variable 23 module_param(debug, int, 0644); 24 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off)."); 39 if (debug >= 2) in atbm8830_write_reg() 75 if (debug >= 2) in atbm8830_read_reg()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/alignment/ |
H A D | alignment_handler.c | 53 int debug; variable 175 if (debug) in test_memcpy() 207 if (debug) { in test_memcmp() 280 if (r && !debug) { in do_test() 287 if (r && !debug) { in do_test() 608 printf(" -d Enable debug error output\n"); in usage() 626 debug++; in main()
|
/kernel/linux/linux-6.6/tools/build/feature/ |
H A D | Makefile | 43 test-libunwind-debug-frame.bin \ 48 test-libunwind-debug-frame-arm.bin \ 49 test-libunwind-debug-frame-aarch64.bin \ 178 $(OUTPUT)test-libunwind-debug-frame.bin: 192 $(OUTPUT)test-libunwind-debug-frame-arm.bin: 195 $(OUTPUT)test-libunwind-debug-frame-aarch64.bin:
|
/third_party/icu/icu4c/source/ |
H A D | runConfigureICU | 23 echo "${uletter}sage: $me [ -h, --help ] [ --enable-debug | --disable-release ] platform [ configurearg ... ]" 29 --enable-debug Enable support for debugging 35 CXXFLAGS=xyz path/to/runConfigureICU --enable-debug ... 74 debug=0 83 --enable-debug) 84 debug=1 85 OPTS="$OPTS --enable-debug" 425 if test $debug -eq 1
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader.h | 353 /* Used if thread_index == -1 or if debug.async is true. */ 354 struct util_debug_callback debug; member 883 * Generated for debug contexts only. 969 struct si_shader *shader, struct util_debug_callback *debug); 971 struct si_shader *shader, struct util_debug_callback *debug); 978 struct util_debug_callback *debug, FILE *f, bool check_debug_option); 980 struct util_debug_callback *debug); 996 struct util_debug_callback *debug);
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | analyzer.py | 71 debug = False variable 171 if debug: 200 if debug: 294 if debug: 308 if debug: 758 if debug:
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | analyzer.py | 71 debug = False variable 171 if debug: 200 if debug: 294 if debug: 308 if debug: 754 if debug:
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/ |
H A D | tags.py | 117 logger.debug( 140 debug = pymalloc = ucs4 = "" 143 # Windows doesn't set Py_DEBUG, so checking for support of debug-compiled 148 debug = "d" 159 elif debug: 165 "cp{version}{debug}{pymalloc}{ucs4}".format( 166 version=version, debug=debug, pymalloc=pymalloc, ucs4=ucs4
|
/third_party/lwip/src/include/lwip/ |
H A D | ip6_addr.h | 313 #define ip6_addr_debug_print_parts(debug, a, b, c, d, e, f, g, h) \ 314 LWIP_DEBUGF(debug, ("%" X16_F ":%" X16_F ":%" X16_F ":%" X16_F ":%" X16_F ":%" X16_F ":%" X16_F ":%" X16_F, \ 316 #define ip6_addr_debug_print(debug, ipaddr) \ 317 ip6_addr_debug_print_parts(debug, \ 326 #define ip6_addr_debug_print_val(debug, ipaddr) \ 327 ip6_addr_debug_print_parts(debug, \
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_screen.c | 102 bool is_gl3 = dev->debug & (PAN_DBG_GL3 | PAN_DBG_DEQP); in panfrost_get_param() 358 bool is_nofp16 = dev->debug & PAN_DBG_NOFP16; in panfrost_get_shader_param() 359 bool is_deqp = dev->debug & PAN_DBG_DEQP; in panfrost_get_shader_param() 549 * TODO: debug MSAA 8x/16x */ in panfrost_is_format_supported() 558 if (dev->debug & PAN_DBG_MSAA16) in panfrost_is_format_supported() 896 dev->debug = debug_get_flags_option("PAN_MESA_DEBUG", panfrost_debug_options, 0); in panfrost_create_screen() 899 if (dev->debug & PAN_DBG_NO_AFBC) in panfrost_create_screen()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | enc.c | 88 {"debug", OPT_DEBUG, '-', "Print debug info"}, 130 int bsize = BSIZE, verbose = 0, debug = 0, olb64 = 0, nosalt = 0; in enc_main() local 210 debug = 1; in enc_main() 392 if (debug) { in enc_main() 406 if (debug) { in enc_main() 420 if (debug) { in enc_main() 582 if (debug) { in enc_main()
|
/third_party/openssl/apps/ |
H A D | enc.c | 88 {"debug", OPT_DEBUG, '-', "Print debug info"}, 130 int bsize = BSIZE, verbose = 0, debug = 0, olb64 = 0, nosalt = 0; in enc_main() local 210 debug = 1; in enc_main() 392 if (debug) { in enc_main() 406 if (debug) { in enc_main() 420 if (debug) { in enc_main() 582 if (debug) { in enc_main()
|
/third_party/skia/third_party/externals/icu/source/ |
H A D | runConfigureICU | 23 echo "${uletter}sage: $me [ -h, --help ] [ --enable-debug | --disable-release ] platform [ configurearg ... ]" 29 --enable-debug Enable support for debugging 35 CXXFLAGS=xyz path/to/runConfigureICU --enable-debug ... 73 debug=0 82 --enable-debug) 83 debug=1 84 OPTS="$OPTS --enable-debug" 410 if test $debug -eq 1
|
/third_party/python/Lib/unittest/test/ |
H A D | test_async_case.py | 139 test.debug() 174 test.debug() 210 test.debug() 246 test.debug() 288 test.debug() 462 test.debug()
|
/third_party/rust/crates/clap/tests/builder/ |
H A D | posix_compatible.rs | 191 .conflicts_with("debug") in conflict_overridden() 194 .arg(arg!(-d --debug "other flag").action(ArgAction::SetTrue)) in conflict_overridden() 204 assert!(*m.get_one::<bool>("debug").expect("defaulted by clap")); in conflict_overridden() 212 .conflicts_with("debug") in conflict_overridden_2() 215 .arg(arg!(-d --debug "other flag").action(ArgAction::SetTrue)) in conflict_overridden_2() 225 assert!(*m.get_one::<bool>("debug").expect("defaulted by clap")); in conflict_overridden_2() 232 .arg(arg!(-f --flag "some flag").conflicts_with("debug")) in conflict_overridden_3() 233 .arg(arg!(-d --debug "other flag")) in conflict_overridden_3() 246 .conflicts_with("debug") in conflict_overridden_4() 249 .arg(arg!(-d --debug "othe in conflict_overridden_4() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | traps.c | 16 #include <linux/sched/debug.h> 63 #include <asm/debug.h> 89 /* Transactional Memory trap debug */ 551 * For the debug message, we look at the preceding in check_io_access() 587 #define single_stepping(regs) (current->thread.debug.dbcr0 & DBCR0_IC) 588 #define clear_single_step(regs) (current->thread.debug.dbcr0 &= ~DBCR0_IC) 1968 * Determine the cause of the debug event, clear the in handle_debug() 1974 current->thread.debug.dbcr2 &= ~DBCR2_DAC12MODE; in handle_debug() 1985 current->thread.debug.dbcr0 &= ~DBCR0_IAC1; in handle_debug() 1991 current->thread.debug in handle_debug() [all...] |
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | traps.c | 16 #include <linux/sched/debug.h> 63 #include <asm/debug.h> 91 /* Transactional Memory trap debug */ 546 * For the debug message, we look at the preceding in check_io_access() 582 #define single_stepping(regs) (current->thread.debug.dbcr0 & DBCR0_IC) 583 #define clear_single_step(regs) (current->thread.debug.dbcr0 &= ~DBCR0_IC) 1973 * Determine the cause of the debug event, clear the in handle_debug() 1979 current->thread.debug.dbcr2 &= ~DBCR2_DAC12MODE; in handle_debug() 1990 current->thread.debug.dbcr0 &= ~DBCR0_IAC1; in handle_debug() 1996 current->thread.debug in handle_debug() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/smsc/ |
H A D | epic100.c | 35 static int debug = 1; /* 1 normal messages, 0 quiet .. 7 verbose. */ variable 102 module_param(debug, int, 0); 106 MODULE_PARM_DESC(debug, "EPIC/100 debug level (0-5)"); 421 if (debug > 2) { in epic_init_one() 703 if (debug > 1) in epic_open() 714 if (debug > 1) in epic_open() 737 if (debug > 1) { in epic_open() 856 if (debug > 3) { in epic_timer() 874 if (debug > in epic_tx_timeout() [all...] |