Searched refs:debug (Results 1 – 15 of 15) sorted by relevance
/scripts/ |
D | check-sysctl-docs | 67 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]
|
D | unifdef.c | 214 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 …]
|
D | generate_cfi_kallsyms.pl | 251 my ($addr, $debug, $section, $ref, $symbol) = $_ =~ 262 if (defined($debug) && $debug eq "d") {
|
D | get_abi.pl | 14 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);
|
D | decode_stacktrace.sh | 41 …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
|
D | extract_xc3028.pl | 25 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);
|
D | leaking_addresses.pl | 47 my $debug = 0; 109 'd|debug' => \$debug, 164 printf(STDERR @_) if $debug;
|
D | link-vmlinux.sh | 172 strip_debug=-Wl,--strip-debug
|
D | spdxcheck.py | 91 self.parser = yacc.yacc(module = self, write_tables = False, debug = False)
|
D | asn1_compiler.c | 315 #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()
|
D | checkpatch.pl | 51 my %debug; 320 'debug=s' => \%debug, 432 for my $key (keys %debug) { 434 eval "\${dbg_$key} = '$debug{$key}';";
|
/scripts/package/ |
D | builddeb | 170 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/ |
D | dtc.h | 27 #define debug(...) printf(__VA_ARGS__) macro 29 #define debug(...) macro
|
/scripts/kconfig/ |
D | qconf.cc | 1064 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/ |
D | gcc-common.h | 719 #define debug_cgraph_node(node) (node)->debug()
|