Home
last modified time | relevance | path

Searched refs:debug (Results 51 - 75 of 4846) sorted by relevance

12345678910>>...194

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Ddebug.c15 #include "debug.h"
53 ath10k_info(ar, "kconfig debug %d debugfs %d tracing %d dfs %d testmode %d\n", in ath10k_debug_print_hwfw_info()
245 ar->debug.fw_stats_done = false; in ath10k_debug_fw_stats_reset()
246 ar->debug.fw_stats.extended = false; in ath10k_debug_fw_stats_reset()
247 ath10k_fw_stats_pdevs_free(&ar->debug.fw_stats.pdevs); in ath10k_debug_fw_stats_reset()
248 ath10k_fw_stats_vdevs_free(&ar->debug.fw_stats.vdevs); in ath10k_debug_fw_stats_reset()
249 ath10k_fw_stats_peers_free(&ar->debug.fw_stats.peers); in ath10k_debug_fw_stats_reset()
250 ath10k_fw_extd_stats_peers_free(&ar->debug.fw_stats.peers_extd); in ath10k_debug_fw_stats_reset()
288 if (ar->debug.fw_stats_done) { in ath10k_debug_fw_stats_process()
295 num_peers = ath10k_wmi_fw_stats_num_peers(&ar->debug in ath10k_debug_fw_stats_process()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Ddebug.c16 #include "debug.h"
54 ath10k_info(ar, "kconfig debug %d debugfs %d tracing %d dfs %d testmode %d\n", in ath10k_debug_print_hwfw_info()
246 ar->debug.fw_stats_done = false; in ath10k_debug_fw_stats_reset()
247 ar->debug.fw_stats.extended = false; in ath10k_debug_fw_stats_reset()
248 ath10k_fw_stats_pdevs_free(&ar->debug.fw_stats.pdevs); in ath10k_debug_fw_stats_reset()
249 ath10k_fw_stats_vdevs_free(&ar->debug.fw_stats.vdevs); in ath10k_debug_fw_stats_reset()
250 ath10k_fw_stats_peers_free(&ar->debug.fw_stats.peers); in ath10k_debug_fw_stats_reset()
251 ath10k_fw_extd_stats_peers_free(&ar->debug.fw_stats.peers_extd); in ath10k_debug_fw_stats_reset()
289 if (ar->debug.fw_stats_done) { in ath10k_debug_fw_stats_process()
296 num_peers = list_count_nodes(&ar->debug in ath10k_debug_fw_stats_process()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_debug.c202 priv->debug.tx_stats.buf_queued); in read_file_xmit()
205 priv->debug.tx_stats.buf_completed); in read_file_xmit()
208 priv->debug.tx_stats.skb_queued); in read_file_xmit()
211 priv->debug.tx_stats.skb_success); in read_file_xmit()
214 priv->debug.tx_stats.skb_failed); in read_file_xmit()
217 priv->debug.tx_stats.cab_queued); in read_file_xmit()
221 priv->debug.tx_stats.queue_stats[IEEE80211_AC_BE]); in read_file_xmit()
224 priv->debug.tx_stats.queue_stats[IEEE80211_AC_BK]); in read_file_xmit()
227 priv->debug.tx_stats.queue_stats[IEEE80211_AC_VI]); in read_file_xmit()
230 priv->debug in read_file_xmit()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_debug.c202 priv->debug.tx_stats.buf_queued); in read_file_xmit()
205 priv->debug.tx_stats.buf_completed); in read_file_xmit()
208 priv->debug.tx_stats.skb_queued); in read_file_xmit()
211 priv->debug.tx_stats.skb_success); in read_file_xmit()
214 priv->debug.tx_stats.skb_failed); in read_file_xmit()
217 priv->debug.tx_stats.cab_queued); in read_file_xmit()
221 priv->debug.tx_stats.queue_stats[IEEE80211_AC_BE]); in read_file_xmit()
224 priv->debug.tx_stats.queue_stats[IEEE80211_AC_BK]); in read_file_xmit()
227 priv->debug.tx_stats.queue_stats[IEEE80211_AC_VI]); in read_file_xmit()
230 priv->debug in read_file_xmit()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/fnic/
H A Dfnic_debugfs.c45 * fnic_debugfs_init - Initialize debugfs for fnic debug logging
446 * to debug structure to retrieve later for while performing other
454 struct stats_debug_info *debug; in fnic_reset_stats_open() local
456 debug = kzalloc(sizeof(struct stats_debug_info), GFP_KERNEL); in fnic_reset_stats_open()
457 if (!debug) in fnic_reset_stats_open()
460 debug->i_private = inode->i_private; in fnic_reset_stats_open()
462 file->private_data = debug; in fnic_reset_stats_open()
486 struct stats_debug_info *debug = file->private_data; in fnic_reset_stats_read() local
487 struct fnic *fnic = (struct fnic *)debug->i_private; in fnic_reset_stats_read()
514 struct stats_debug_info *debug in fnic_reset_stats_write() local
577 struct stats_debug_info *debug = file->private_data; fnic_reset_stats_release() local
600 struct stats_debug_info *debug; fnic_stats_debugfs_open() local
643 struct stats_debug_info *debug = file->private_data; fnic_stats_debugfs_read() local
667 struct stats_debug_info *debug = file->private_data; fnic_stats_debugfs_release() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/fnic/
H A Dfnic_debugfs.c31 * fnic_debugfs_init - Initialize debugfs for fnic debug logging
426 * to debug structure to retrieve later for while performing other
434 struct stats_debug_info *debug; in fnic_reset_stats_open() local
436 debug = kzalloc(sizeof(struct stats_debug_info), GFP_KERNEL); in fnic_reset_stats_open()
437 if (!debug) in fnic_reset_stats_open()
440 debug->i_private = inode->i_private; in fnic_reset_stats_open()
442 file->private_data = debug; in fnic_reset_stats_open()
466 struct stats_debug_info *debug = file->private_data; in fnic_reset_stats_read() local
467 struct fnic *fnic = (struct fnic *)debug->i_private; in fnic_reset_stats_read()
494 struct stats_debug_info *debug in fnic_reset_stats_write() local
557 struct stats_debug_info *debug = file->private_data; fnic_reset_stats_release() local
580 struct stats_debug_info *debug; fnic_stats_debugfs_open() local
623 struct stats_debug_info *debug = file->private_data; fnic_stats_debugfs_read() local
647 struct stats_debug_info *debug = file->private_data; fnic_stats_debugfs_release() local
[all...]
/third_party/node/deps/v8/src/debug/
H A Ddebug-scope-iterator.cc5 #include "src/debug/debug-scope-iterator.h"
8 #include "src/debug/debug.h"
9 #include "src/debug/liveedit.h"
16 std::unique_ptr<debug::ScopeIterator> debug::ScopeIterator::CreateForFunction( in CreateForFunction()
32 return std::unique_ptr<debug::ScopeIterator>(new internal::DebugScopeIterator( in CreateForFunction()
36 std::unique_ptr<debug::ScopeIterator>
37 debug
[all...]
H A Ddebug-property-iterator.cc5 #include "src/debug/debug-property-iterator.h"
84 static_cast<int>(debug::NativeAccessorType::HasGetter); in has_native_getter()
90 static_cast<int>(debug::NativeAccessorType::HasSetter); in has_native_setter()
139 v8::Maybe<v8::debug::PropertyDescriptor> DebugPropertyIterator::descriptor() { in descriptor()
147 return Nothing<v8::debug::PropertyDescriptor>(); in descriptor()
150 return Just(v8::debug::PropertyDescriptor{ in descriptor()
202 base::Flags<debug::NativeAccessorType, int> GetNativeAccessorDescriptorInternal( in GetNativeAccessorDescriptorInternal()
206 if (key.is_element()) return debug::NativeAccessorType::None; in GetNativeAccessorDescriptorInternal()
208 if (!it.IsFound()) return debug in GetNativeAccessorDescriptorInternal()
[all...]
/kernel/linux/linux-5.10/drivers/staging/media/rkisp1/
H A Drkisp1-dev.c428 struct rkisp1_debug *debug = &rkisp1->debug; in rkisp1_debug_init() local
430 debug->debugfs_dir = debugfs_create_dir(RKISP1_DRIVER_NAME, NULL); in rkisp1_debug_init()
431 if (!debug->debugfs_dir) { in rkisp1_debug_init()
435 debugfs_create_ulong("data_loss", 0444, debug->debugfs_dir, in rkisp1_debug_init()
436 &debug->data_loss); in rkisp1_debug_init()
437 debugfs_create_ulong("outform_size_err", 0444, debug->debugfs_dir, in rkisp1_debug_init()
438 &debug->outform_size_error); in rkisp1_debug_init()
440 debug->debugfs_dir, in rkisp1_debug_init()
441 &debug in rkisp1_debug_init()
[all...]
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger-script.cc93 ActualScript(v8::Isolate* isolate, v8::Local<v8::debug::Script> script, in ActualScript()
133 v8::Maybe<v8::debug::WasmScript::DebugSymbolsType> getDebugSymbolsType()
137 return v8::Nothing<v8::debug::WasmScript::DebugSymbolsType>();
138 return v8::Just(v8::debug::WasmScript::Cast(*script)->GetDebugSymbolType());
145 v8::debug::WasmScript::Cast(*script)->ExternalSymbolsURL();
158 return v8::debug::WasmScript::Cast(*script())->CodeOffset();
176 v8::debug::LiveEditResult* result) override {
191 const v8::debug::Location& start, const v8::debug::Location& end,
193 std::vector<v8::debug
[all...]
H A Dv8-debugger.h45 class V8Debugger : public v8::debug::DebugDelegate,
46 public v8::debug::AsyncEventDelegate {
58 v8::debug::ExceptionBreakState getPauseOnExceptionsState();
59 void setPauseOnExceptionsState(v8::debug::ExceptionBreakState);
79 // Each script inherits debug data from v8::Context where it has been
81 // Only scripts whose debug data matches |contextGroupId| will be reported.
153 const std::vector<v8::debug::BreakpointId>& hitBreakpoints,
154 v8::debug::BreakReasons break_reasons,
155 v8::debug::ExceptionType exception_type = v8::debug
[all...]
H A Dv8-debugger-script.h38 #include "src/debug/debug-interface.h"
55 v8::Isolate* isolate, v8::Local<v8::debug::Script> script,
62 v8::Local<v8::debug::ScriptSource> scriptSource();
85 v8::debug::LiveEditResult* result) = 0;
88 const v8::debug::Location& start, const v8::debug::Location& end,
90 std::vector<v8::debug::BreakLocation>* locations) = 0;
95 virtual v8::debug::Location location(int offset) const = 0;
98 v8::debug
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H A Dscript_asm.pl39 $debug = 0; # Print general debugging messages
152 print STDERR "value regex = $value\n" if ($debug);
155 print STDERR "phase regex = $phase\n" if ($debug);
207 if ($debug) {
218 printf STDERR "New code : %08x\n", $code[$address] if ($debug);
240 print STDERR "Relative reference $symbol\n" if ($debug);
245 print STDERR "Absolute reference $symbol\n" if ($debug);
249 print STDERR "Referencing symbol $1, length = $length in $_\n" if ($debug);
279 print STDERR "$0 : parsed WHEN\n" if ($debug);
282 print STDERR "$0 : parsed IF\n" if ($debug);
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscript_asm.pl39 $debug = 0; # Print general debugging messages
152 print STDERR "value regex = $value\n" if ($debug);
155 print STDERR "phase regex = $phase\n" if ($debug);
207 if ($debug) {
218 printf STDERR "New code : %08x\n", $code[$address] if ($debug);
240 print STDERR "Relative reference $symbol\n" if ($debug);
245 print STDERR "Absolute reference $symbol\n" if ($debug);
249 print STDERR "Referencing symbol $1, length = $length in $_\n" if ($debug);
279 print STDERR "$0 : parsed WHEN\n" if ($debug);
282 print STDERR "$0 : parsed IF\n" if ($debug);
[all...]
/third_party/node/deps/npm/node_modules/debug/src/
H A Dcommon.js4 * implementations of `debug()`.
8 createDebug.debug = createDebug;
22 * The currently active debug mode names, and names to skip.
29 * Map of special "%n" handling functions, for the debug "format" argument.
36 * Selects a color for a debug namespace
37 * @param {String} namespace The namespace string for the debug instance to be colored
66 function debug(...args) {
68 if (!debug.enabled) {
72 const self = debug;
116 debug
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_dccg.c123 if (dccg->ctx->dc->debug.root_clock_optimization.bits.dpstream) in dccg31_enable_dpstreamclk()
133 if (dccg->ctx->dc->debug.root_clock_optimization.bits.dpstream) in dccg31_disable_dpstreamclk()
185 if (dccg->ctx->dc->debug.root_clock_optimization.bits.symclk32_se) in dccg31_enable_symclk32_se()
194 if (dccg->ctx->dc->debug.root_clock_optimization.bits.symclk32_se) in dccg31_enable_symclk32_se()
203 if (dccg->ctx->dc->debug.root_clock_optimization.bits.symclk32_se) in dccg31_enable_symclk32_se()
212 if (dccg->ctx->dc->debug.root_clock_optimization.bits.symclk32_se) in dccg31_enable_symclk32_se()
238 if (dccg->ctx->dc->debug.root_clock_optimization.bits.symclk32_se) in dccg31_disable_symclk32_se()
247 if (dccg->ctx->dc->debug.root_clock_optimization.bits.symclk32_se) in dccg31_disable_symclk32_se()
256 if (dccg->ctx->dc->debug.root_clock_optimization.bits.symclk32_se) in dccg31_disable_symclk32_se()
265 if (dccg->ctx->dc->debug in dccg31_disable_symclk32_se()
[all...]
/third_party/protobuf/js/
H A Ddebug.js32 * @fileoverview Utilities to debug JSPB based proto objects.
35 goog.provide('jspb.debug');
46 * console: `console.log(jspb.debug.dump(myProto))`.
54 jspb.debug.dump = function(message) {
64 return /** @type {Object} */ (jspb.debug.dump_(message));
76 jspb.debug.dump_ = function(thing) {
92 return goog.array.map(thing, jspb.debug.dump_);
99 mapObject[entry.value[0]] = jspb.debug.dump_(entry.value[1]);
118 object[jspb.debug.formatFieldName_(match[1])] = jspb.debug
[all...]
/third_party/rust/crates/syn/tests/macros/
H A Dmod.rs3 #[path = "../debug/mod.rs"]
4 pub mod debug; modules
41 let debug = crate::macros::debug::Lite(&$expr);
45 insta::assert_debug_snapshot!(debug, @$snapshot);
52 let debug = crate::macros::debug::Lite(&syntax_tree);
56 insta::assert_debug_snapshot!(debug, @$snapshot);
63 let debug = crate::macros::debug
[all...]
/test/testfwk/xdevice/plugins/devicetest/core/
H A Dvariables.py60 log.debug("project path:{}".format(project_path))
151 self.log.debug("set CurCase error msg as: {}".format(error_msg))
155 self.log.debug("set CurCase run section as: {}".format(run_section))
160 self.log.debug(
165 self.log.debug(
170 self.log.debug("set CurCase name as: {}".format(self.name))
174 self.log.debug(
185 self.log.debug("case_abs_path_base_name:{}, test_suite_path:{}"
192 self.log.debug("set case screenshot dir path as: {}".format(
204 self.log.debug("se
[all...]
/third_party/node/deps/npm/node_modules/nopt/lib/
H A Dnopt-lib.js2 const debug = require('./debug')
32 debug(types, shorthands, args, typeDefs)
88 debug('val=%j', val)
105 debug('val=%j', val)
106 debug('types=', type)
110 debug('string %j', v)
118 debug('jsonable %j', v)
120 debug('convert to number', v)
123 debug('conver
[all...]
/third_party/rust/crates/clap/src/parser/
H A Dvalidator.rs29 debug!("Validator::validate");
34 debug!("Validator::validate: needs_val_of={:?}", a);
96 debug!("Validator::validate_conflicts"); in validate_conflicts()
105 debug!("Validator::validate_conflicts::iter: id={:?}", arg_id); in validate_conflicts()
114 debug!("Validator::validate_exclusive"); in validate_exclusive()
133 debug!("Validator::validate_exclusive:iter:{:?}", id); in validate_exclusive()
162 debug!("Validator::build_conflict_err: name={:?}", name); in build_conflict_err()
221 debug!("Validator::gather_requires"); in gather_requires()
226 debug!("Validator::gather_requires:iter:{:?}", name); in gather_requires()
237 debug!("Validato in gather_requires()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00debug.c46 const struct rt2x00debug *debug; member
198 if (!try_module_get(intf->debug->owner)) in rt2x00debug_file_open()
208 module_put(intf->debug->owner); in rt2x00debug_file_release()
416 const struct rt2x00debug *debug = intf->debug; \
425 if (index >= debug->__name.word_count) \
428 index += (debug->__name.word_base / \
429 debug->__name.word_size); \
431 if (debug->__name.flags & RT2X00DEBUGFS_OFFSET) \
432 index *= debug
601 const struct rt2x00debug *debug = intf->debug; rt2x00debug_create_file_chipset() local
637 const struct rt2x00debug *debug = rt2x00dev->ops->debugfs; rt2x00debug_register() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00debug.c46 const struct rt2x00debug *debug; member
198 if (!try_module_get(intf->debug->owner)) in rt2x00debug_file_open()
208 module_put(intf->debug->owner); in rt2x00debug_file_release()
416 const struct rt2x00debug *debug = intf->debug; \
425 if (index >= debug->__name.word_count) \
428 index += (debug->__name.word_base / \
429 debug->__name.word_size); \
431 if (debug->__name.flags & RT2X00DEBUGFS_OFFSET) \
432 index *= debug
601 const struct rt2x00debug *debug = intf->debug; rt2x00debug_create_file_chipset() local
637 const struct rt2x00debug *debug = rt2x00dev->ops->debugfs; rt2x00debug_register() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderDebugger.cpp25 // If enabled, debugger variables will contain debug information (addresses,
285 // The value returned will be returned to the debug client by
321 // namespace ::(anonymous)::debug
325 namespace debug {
369 (void)KIND; // Used in debug builds. Avoid unused variable warnings in NDEBUG builds.
429 // cast() casts the debug type pointer obj to TO.
438 // cast() casts the debug type pointer obj to TO.
498 // sizeInBytes() returns the number of bytes of the given debug type.
710 std::vector<debug::Member *> members_;
859 // ValueNode is a tree node of debug
[all...]
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/Util/
H A DPod.pm59 =item B<debug =E<gt> 0|1>
61 If set to 1, extra debug text will be printed on STDERR
98 my %defaults = ( debug => 0, section => 0, %$defaults_ref );
107 print STDERR "DEBUG: Reading $input\n" if $defaults{debug};
130 if $defaults{debug};
142 if $defaults{debug};
144 if $defaults{debug};
154 if $defaults{debug};
162 if $defaults{debug};
170 print STDERR "DEBUG: Done reading $filename\n" if $defaults{debug};
[all...]

Completed in 16 milliseconds

12345678910>>...194