Home
last modified time | relevance | path

Searched refs:debug (Results 1 – 15 of 15) sorted by relevance

/scripts/
Dcheck-sysctl-docs67 if (debug) print "Parsing " $0
79 if (debug) print trimpunct($i)
103 if (debug) print "Processing file " FILENAME
109 if (debug) print "Processing path " curpath
115 if (debug) print "Processing table " curtable
138 if (debug) print "Adding entry " curentry " to table " curtable
145 if (debug) print "Linking child " child " to table " curtable " entry " curentry
151 if (debug) print "Registering table " tables[1]
161 if (debug) print "Attaching table " tables[2] " to path " tables[1]
Dunifdef.c214 static void debug(const char *, ...);
592 debug("process line %d %s -> %s depth %d", in process()
737 debug("parser line %d state %s comment %s line", linenum, in parseline()
835 debug("eval%d !", ops - eval_ops); in eval_unary()
846 debug("eval%d (", ops - eval_ops); in eval_unary()
854 debug("eval%d number", ops - eval_ops); in eval_unary()
862 debug("eval%d defined", ops - eval_ops); in eval_unary()
882 debug("eval%d symbol", ops - eval_ops); in eval_unary()
900 debug("eval%d bad expr", ops - eval_ops); in eval_unary()
905 debug("eval%d = %d", ops - eval_ops, *valp); in eval_unary()
[all …]
Dgenerate_cfi_kallsyms.pl251 my ($addr, $debug, $section, $ref, $symbol) = $_ =~
262 if (defined($debug) && $debug eq "d") {
Dget_abi.pl14 my $debug = 0;
24 "debug|d+" => \$debug,
42 require Data::Dumper if ($debug);
100 print STDERR "Opening $file\n" if ($debug > 1);
172 print STDERR "\twhat: $what\n" if ($debug > 1);
502 print STDERR Data::Dumper->Dump([\%data], [qw(*data)]) if ($debug);
Ddecode_stacktrace.sh41 …for fn in {,/usr/lib/debug}/boot/vmlinux-$release{,.debug} /lib/modules/$release{,/build}/vmlinux …
85 for dn in {/usr/lib/debug,}/lib/modules/$release ; do
Dextract_xc3028.pl25 my $debug=0;
107 printf "(len %d) ",$length if ($debug);
110 printf "%02x ",ord(substr($out,$i,1)) if ($debug);
112 printf "\n" if ($debug);
122 printf "(len_fix %d) ",$length if ($debug);
125 printf "%02x ",ord(substr($out,$i,1)) if ($debug);
127 printf "\n" if ($debug);
Dleaking_addresses.pl47 my $debug = 0;
109 'd|debug' => \$debug,
164 printf(STDERR @_) if $debug;
Dlink-vmlinux.sh172 strip_debug=-Wl,--strip-debug
Dspdxcheck.py91 self.parser = yacc.yacc(module = self, write_tables = False, debug = False)
Dasn1_compiler.c315 #define debug(fmt, ...) do { if (debug_opt) printf(fmt, ## __VA_ARGS__); } while (0) macro
547 debug("Token %3u: '%s'\n", n, token_list[n].content); in tokenise()
793 debug("- %*.*s\n", type->name->content); in build_type_list()
Dcheckpatch.pl51 my %debug;
320 'debug=s' => \%debug,
432 for my $key (keys %debug) {
434 eval "\${dbg_$key} = '$debug{$key}';";
/scripts/package/
Dbuilddeb170 mkdir -p $(dirname $dbg_dir/usr/lib/debug/$module)
172 $OBJCOPY --only-keep-debug $tmpdir/$module $dbg_dir/usr/lib/debug/$module
174 $OBJCOPY --strip-debug $tmpdir/$module
176 $OBJCOPY --add-gnu-debuglink=$dbg_dir/usr/lib/debug/$module $tmpdir/$module
227 mkdir -p $dbg_dir/usr/lib/debug/lib/modules/$version/
228 cp vmlinux $dbg_dir/usr/lib/debug/lib/modules/$version/
230 mkdir -p $dbg_dir/usr/lib/debug/boot/
231 ln -s ../lib/modules/$version/vmlinux $dbg_dir/usr/lib/debug/boot/vmlinux-$version
233 ln -s lib/modules/$version/vmlinux $dbg_dir/usr/lib/debug/vmlinux-$version
/scripts/dtc/
Ddtc.h27 #define debug(...) printf(__VA_ARGS__) macro
29 #define debug(...) macro
/scripts/kconfig/
Dqconf.cc1064 QString debug; in debug_info() local
1065 QTextStream stream(&debug); in debug_info()
1071 debug += "<br>"; in debug_info()
1119 return debug; in debug_info()
/scripts/gcc-plugins/
Dgcc-common.h719 #define debug_cgraph_node(node) (node)->debug()