Home
last modified time | relevance | path

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

12

/scripts/
A DMakefile.debug4 debug-flags-y := -g
10 debug-flags-$(CONFIG_DEBUG_INFO_DWARF4) += -gdwarf-4
11 debug-flags-$(CONFIG_DEBUG_INFO_DWARF5) += -gdwarf-5
15 KBUILD_AFLAGS += $(addprefix -Wa$(comma), $(debug-flags-y))
17 DEBUG_CFLAGS += $(debug-flags-y)
18 KBUILD_AFLAGS += $(debug-flags-y)
30 DEBUG_CFLAGS += -femit-struct-debug-baseonly
40 KBUILD_LDFLAGS += --compress-debug-sections=zlib
45 KBUILD_LDFLAGS += --compress-debug-sections=zstd
A Dcheck-sysctl-docs76 if (debug) print "Parsing " $0
88 if (debug) print trimpunct($i)
110 if (debug) print "Processing file " FILENAME
116 if (debug) print "Processing table " curtable
136 if (debug) print "Adding entry " curentry " to table " curtable
161 if (debug) print "Registering variable table " tables[2] " at " tables[1]
A Dget_abi.py64 parser = AbiParser(args.dir, debug=args.debug)
89 parser = AbiParser(args.dir, debug=args.debug)
112 parser = AbiParser(args.dir, debug=args.debug)
170 abi = AbiRegex(args.dir, debug=args.debug,
199 if args.debug:
A Dchecktransupdate.py46 logging.debug(command)
53 logging.debug("Result: %s", result[0])
69 logging.debug("tracked origin commit id: %s", o_from_t["hash"])
101 logging.debug("tracked origin commit id: %s", o_from_t["hash"])
108 logging.debug(command)
119 logging.debug(command)
154 logging.debug("No update needed for %s", file_path)
A Dunifdef.c835 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()
920 debug("eval%d", ops - eval_ops); in eval_table()
957 debug("eval %s", *cpp); in ifeval()
960 debug("eval = %d", val); in ifeval()
1142 debug("findsym %s %s", symname[symind], in findsym()
1181 debug("addsym %s=%s", symname[symind], in addsym()
[all …]
A Dget_feat.pl13 my $debug;
29 "debug|d+" => \$debug,
49 require Data::Dumper if ($debug);
119 print STDERR "Opening $file\n" if ($debug > 1);
509 print STDERR Data::Dumper->Dump([\%data], [qw(*data)]) if ($debug);
A 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);
A DMakefile.vdsoinst24 …ll-dir)/.build-id/$$(shell $(READELF) -n $(1) | sed -n 's@^.*Build ID: \(..\)\(.*\)@\1/\2@p').debug
A Dleaking_addresses.pl48 my $debug = 0;
116 'd|debug' => \$debug,
191 printf(STDERR @_) if $debug;
A Ddecode_stacktrace.sh46 …for fn in {,/usr/lib/debug}/boot/vmlinux-$release{,.debug} /lib/modules/$release{,/build}/vmlinux …
A DMakefile.modinst83 strip-option := --strip-debug
/scripts/lib/abi/
A Dabi_regex.py133 if self.debug & AbiDebug.SUBGROUP_MAP:
134 self.log.debug("%s: mapped as %s", what, search_group)
218 if self.debug & AbiDebug.REGEX:
219 self.log.debug("%-90s <== %s", new, what)
224 if self.debug & AbiDebug.SUBGROUP_DICT:
225 self.log.debug("%s", pformat(self.regex_group))
227 if self.debug & AbiDebug.SUBGROUP_SIZE:
A Dabi_parser.py30 enable_lineno=False, show_warnings=True, debug=0): argument
36 self.debug = debug
192 if self.debug == AbiDebug.WHAT_PARSING:
193 self.log.debug("what: %s", fdata.what)
327 if self.debug & AbiDebug.WHAT_OPEN:
328 self.log.debug("Opening file %s", fname)
384 if self.debug & AbiDebug.DUMP_ABI_STRUCTS:
385 self.log.debug(pformat(self.data))
A Dsystem_symbols.py198 if self.abi.debug & AbiDebug.UNDEFINED:
199 self.log.debug("check if %s matches '%s'", name, r.pattern)
257 if self.abi.debug & AbiDebug.GRAPH:
/scripts/package/
A Dbuilddeb121 "${OBJCOPY}" --only-keep-debug "${mod}" "${dbg}"
129 mkdir -p ${pdir}/usr/lib/debug/lib/modules/${KERNELRELEASE}/
130 cp vmlinux ${pdir}/usr/lib/debug/lib/modules/${KERNELRELEASE}/
132 mkdir -p ${pdir}/usr/lib/debug/boot/
133 ln -s ../lib/modules/${KERNELRELEASE}/vmlinux ${pdir}/usr/lib/debug/boot/vmlinux-${KERNELRELEASE}
135 ln -s lib/modules/${KERNELRELEASE}/vmlinux ${pdir}/usr/lib/debug/vmlinux-${KERNELRELEASE}
A DPKGBUILD8 _extrapackages=${PACMAN_EXTRAPACKAGES-headers api-headers debug}
36 options=(!debug !strip !buildflags !makeflags)
113 _package-debug(){
116 local debugdir="${pkgdir}/usr/src/debug/${pkgbase}"
A Dmkdebian256 Section: debug
260 This package will come in handy if you need to debug the kernel. It provides
261 all the necessary debug symbols for the kernel and its modules.
A Dkernel.spec129 mkdir -p %{buildroot}/usr/lib/debug/lib/modules/%{KERNELRELEASE}
130 cp vmlinux %{buildroot}/usr/lib/debug/lib/modules/%{KERNELRELEASE}
/scripts/gendwarfksyms/
A Dgendwarfksyms.c19 int debug; variable
60 debug("%s", name); in process_module()
115 debug = 1; in main()
A Dgendwarfksyms.h22 extern int debug;
38 #define debug(format, ...) \ macro
40 if (debug) \
A Ddie.c114 debug("hits %u, misses %u (hit rate %.02f%%)", map_hits, in die_map_free()
119 debug("%s: %u entries", die_state_name(i), stats[i]); in die_map_free()
A Dtypes.c132 debug("adding %s", e->name); in type_map_add()
141 debug("replacing %s", e->name); in type_map_add()
509 debug("%s", name); in expand_type()
540 debug("%s = %lx", sym->name, version.crc); in expand_symbol()
A Dsymbols.c157 debug("%s", sym->name); in symbol_read_exports()
161 debug("%d exported symbols", nsym); in symbol_read_exports()
293 debug("%s -> { %u, %lx }", sym->name, sym->addr.section, in set_symbol_addr()
A Dkabi.c193 debug("kABI rules not found"); in kabi_read_rules()
239 debug("kABI rule: type: '%s', target: '%s', value: '%s'", field, in kabi_read_rules()
/scripts/dtc/
A Ddtc.h27 #define debug(...) printf(__VA_ARGS__) macro
29 #define debug(...) macro

Completed in 32 milliseconds

12