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

12345678910

/linux-master/arch/s390/kernel/
H A DMakefile48 extra-y += vmlinux.lds
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_tracing_net.h5 #include <vmlinux.h>
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>
/linux-master/arch/loongarch/kernel/
H A DMakefile8 extra-y := vmlinux.lds
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm-test-1-run.sh74 if test "$base_resdir" != "$resdir" && test -f $base_resdir/bzImage && test -f $base_resdir/vmlinux
77 QEMU="`identify_qemu $base_resdir/vmlinux`"
98 QEMU="`identify_qemu vmlinux`"
100 cp vmlinux $resdir
/linux-master/arch/x86/
H A DMakefile278 bzImage: vmlinux
286 $(BOOT_TARGETS): vmlinux
/linux-master/tools/testing/selftests/bpf/
H A DMakefile186 VMLINUX_BTF_PATHS ?= $(if $(O),$(O)/vmlinux) \
187 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
188 ../../../../vmlinux \
189 /sys/kernel/btf/vmlinux \
190 /boot/vmlinux-$(shell uname -r)
193 $(error Cannot find a vmlinux for VMLINUX_BTF at any of "$(VMLINUX_BTF_PATHS)")
368 $(INCLUDE_DIR)/vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL) | $(INCLUDE_DIR)
531 $$(INCLUDE_DIR)/vmlinux.h \
/linux-master/tools/testing/selftests/nolibc/
H A DMakefile62 IMAGE_ppc = vmlinux
63 IMAGE_ppc64 = vmlinux
/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 DMakefile130 extra-y += vmlinux.lds
218 clean-files := vmlinux.lds
/linux-master/arch/um/kernel/
H A Ddyn.lds.S1 #include <asm/vmlinux.lds.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/arm64/kernel/
H A Dvmlinux.lds.S63 #include <asm-generic/vmlinux.lds.h>
/linux-master/arch/riscv/kernel/
H A DMakefile37 extra-y += vmlinux.lds

Completed in 527 milliseconds

12345678910