Home
last modified time | relevance | path

Searched refs:objtool (Results 1 – 25 of 30) sorted by relevance

12

/linux-6.15/tools/objtool/
H A DBuild1 objtool-y += arch/$(SRCARCH)/
3 objtool-y += weak.o
5 objtool-y += check.o
6 objtool-y += special.o
7 objtool-y += builtin-check.o
8 objtool-y += elf.o
9 objtool-y += objtool.o
14 objtool-y += libstring.o
15 objtool-y += libctype.o
16 objtool-y += str_error_r.o
[all …]
H A DMakefile18 OBJTOOL := $(OUTPUT)objtool
30 -I$(srctree)/tools/objtool/include \
31 -I$(srctree)/tools/objtool/arch/$(SRCARCH)/include \
65 $(Q)$(MAKE) $(build)=objtool $(HOST_OVERRIDES) CFLAGS="$(OBJTOOL_CFLAGS)" \
87 $(call QUIET_CLEAN, objtool) $(RM) $(OBJTOOL)
H A D.gitignore3 /objtool
H A Dsync-check.sh55 if [ ! -d ../../kernel ] || [ ! -d ../../tools ] || [ ! -d ../objtool ]; then
/linux-6.15/scripts/
H A DMakefile.lib255 objtool := $(objtree)/tools/objtool/objtool
260 objtool-args-$(CONFIG_X86_KERNEL_IBT) += --ibt
261 objtool-args-$(CONFIG_FINEIBT) += --cfi
266 objtool-args-$(CONFIG_UNWINDER_ORC) += --orc
268 objtool-args-$(CONFIG_MITIGATION_RETHUNK) += --rethunk
269 objtool-args-$(CONFIG_MITIGATION_SLS) += --sls
275 objtool-args-$(CONFIG_OBJTOOL_WERROR) += --Werror
277 objtool-args = $(objtool-args-y) \
278 $(if $(delay-objtool), --link) \
283 cmd_objtool = $(if $(objtool-enabled), ; $(objtool) $(objtool-args) $@)
[all …]
H A DMakefile.vmlinux_o39 objtool-enabled := $(or $(delay-objtool),$(CONFIG_NOINSTR_VALIDATION))
41 ifeq ($(delay-objtool),y)
42 vmlinux-objtool-args-y += $(objtool-args-y)
44 vmlinux-objtool-args-$(CONFIG_OBJTOOL_WERROR) += --Werror
47 vmlinux-objtool-args-$(CONFIG_NOINSTR_VALIDATION) += --noinstr \
50 objtool-args = $(vmlinux-objtool-args-y) --link
H A DMakefile.build194 $(obj)/%.o: private objtool-enabled = $(if $(is-standard-object),$(if $(delay-objtool),$(is-single-…
405 $(multi-obj-m): private objtool-enabled := $(delay-objtool)
/linux-6.15/tools/objtool/Documentation/
H A Dobjtool.txt4 The kernel CONFIG_OBJTOOL option enables a host tool named 'objtool'
71 objtool cmdline.
92 TU: objtool [--module] <options>
98 vmlinux: objtool --noinstr // other options removed
103 vmlinux: objtool --noinstr <options>
104 module: objtool --module --noinstr <options>
260 objtool maintainers.
273 the objtool maintainers.
338 in tools/objtool/noreturns.h.
398 objtool maintainer, or you can submit a patch.
[all …]
/linux-6.15/tools/objtool/arch/loongarch/
H A DBuild1 objtool-y += decode.o
2 objtool-y += special.o
3 objtool-y += orc.o
/linux-6.15/tools/objtool/arch/x86/
H A DBuild1 objtool-y += special.o
2 objtool-y += decode.o
3 objtool-y += orc.o
/linux-6.15/tools/objtool/arch/powerpc/
H A DBuild1 objtool-y += decode.o
2 objtool-y += special.o
/linux-6.15/Documentation/arch/x86/
H A Dorc-unwinder.rst15 The ORC data consists of unwind tables which are generated by objtool.
93 The ORC data is generated by objtool. With the existing compile-time
94 stack metadata validation feature, objtool already follows all code
117 So the advantages of using objtool to generate ORC data are that it
123 The downside is that the unwinder now becomes dependent on objtool's
125 too complicated for objtool to follow, the ORC data generation might
127 already has such a dependency on objtool's ability to follow GCC code
131 objtool, we may need to revisit the current implementation. Some
133 palatable, or having objtool use DWARF as an additional input, or
135 objtool follows GCC code quite well.
[all …]
/linux-6.15/scripts/package/
H A Dinstall-extmod-build32 echo tools/objtool/objtool
/linux-6.15/Documentation/tools/rtla/
H A Drtla-timerlat-top.rst82 objtool:49256 3.79 us
113 thread stacktrace: the current thread (*objtool:49256*) disabled interrupts
/linux-6.15/tools/
H A DMakefile71 counter firewire hv guest bootconfig spi usb virtio mm bpf iio gpio objtool leds wmi firmware debug… target
124 tmon freefall iio objtool kvm_stat wmi \
/linux-6.15/tools/perf/Documentation/
H A Dcpu-and-latency-overheads.txt46 2.81% 0.11% objtool
76 2.81% 0.11% objtool
/linux-6.15/Documentation/core-api/
H A Dasm-annotations.rst43 information. In particular, on properly annotated objects, ``objtool`` can be
44 run to check and fix the object if needed. Currently, ``objtool`` can report
83 Checking tools like ``objtool`` should ensure such marked functions conform
104 ``objtool`` requires that all code must be contained in an ELF symbol. Symbol
H A Dentry.rst48 This allows verification of the 'noinstr' restrictions via objtool on
/linux-6.15/Documentation/livepatch/
H A Dreliable-stacktrace.rst61 objtool.
65 objtool.
309 metadata generated by objtool).
H A Dlivepatch.rst179 1) Add CONFIG_HAVE_RELIABLE_STACKTRACE. This means porting objtool, and
/linux-6.15/lib/
H A DKconfig.ubsan111 # objtool already handles unreachable checking and gets angry about
H A DKconfig.kcsan188 # We can either let objtool nop __tsan_func_{entry,exit}() and builtin
H A DKconfig.debug548 bool "Upgrade objtool warnings to errors"
551 Fail the build on objtool warnings.
568 tools/objtool/Documentation/objtool.txt.
/linux-6.15/kernel/trace/
H A DKconfig100 Arch supports objtool --mcount
105 Arch supports the objtool options --mcount with --mnop.
/linux-6.15/
H A DMakefile1411 prepare: tools/objtool

12