Searched refs:vmlinux (Results 201 - 225 of 240) sorted by relevance

12345678910

/linux-master/tools/perf/
H A DMakefile.perf139 # Define GEN_VMLINUX_H to generate vmlinux.h from the BTF.
1124 # Paths to search for a kernel to generate vmlinux.h from.
1125 VMLINUX_BTF_ELF_PATHS ?= $(if $(O),$(O)/vmlinux) \
1126 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
1127 ../../vmlinux \
1128 /boot/vmlinux-$(shell uname -r)
1131 VMLINUX_BTF_BTF_PATHS ?= /sys/kernel/btf/vmlinux
1144 # Select the first as the source of vmlinux.h.
1149 $(error Missing bpftool input for generating vmlinux.h)
1153 $(SKEL_OUT)/vmlinux
[all...]
/linux-master/arch/powerpc/kernel/
H A DMakefile132 extra-y += vmlinux.lds
223 clean-files := vmlinux.lds
/linux-master/arch/um/kernel/
H A Ddyn.lds.S1 #include <asm/vmlinux.lds.h>
/linux-master/tools/testing/selftests/bpf/progs/
H A Drbtree_fail.c2 #include <vmlinux.h>
H A Drbtree.c4 #include <vmlinux.h>
H A Dtest_bpf_nf.c2 #include <vmlinux.h>
H A Dmap_kptr_fail.c2 #include <vmlinux.h>
H A Dtask_kfunc_failure.c4 #include <vmlinux.h>
H A Dtest_bpf_ma.c3 #include <vmlinux.h>
H A Dexceptions_fail.c2 #include <vmlinux.h>
H A Dexceptions.c2 #include <vmlinux.h>
H A Dtest_spin_lock_fail.c2 #include <vmlinux.h>
H A Dverifier_global_subprogs.c4 #include <vmlinux.h>
/linux-master/arch/xtensa/kernel/
H A Dvmlinux.lds.S2 * arch/xtensa/kernel/vmlinux.lds.S
19 #include <asm-generic/vmlinux.lds.h>
/linux-master/arch/mips/kernel/
H A DMakefile6 extra-y := vmlinux.lds
/linux-master/arch/sparc/kernel/
H A DMakefile9 # Undefine sparc when processing vmlinux.lds - it is used
12 extra-y += vmlinux.lds
/linux-master/tools/perf/util/
H A Dsymbol.h120 const char *vmlinux, bool vmlinux_allocated);
/linux-master/arch/x86/kernel/
H A Dvmlinux.lds.S28 #include <asm-generic/vmlinux.lds.h>
/linux-master/arch/arm64/
H A DMakefile166 Image vmlinuz.efi: vmlinux
/linux-master/arch/arm64/kernel/
H A Dvmlinux.lds.S63 #include <asm-generic/vmlinux.lds.h>
/linux-master/arch/s390/
H A DMakefile142 bzImage: vmlinux
/linux-master/arch/riscv/kernel/
H A DMakefile37 extra-y += vmlinux.lds
/linux-master/arch/arm/kernel/
H A DMakefile108 extra-y := vmlinux.lds
/linux-master/arch/riscv/
H A DMakefile173 $(BOOT_TARGETS): vmlinux
/linux-master/arch/powerpc/
H A DMakefile236 $(BOOT_TARGETS1): vmlinux
238 $(BOOT_TARGETS2): vmlinux

Completed in 246 milliseconds

12345678910