Home
last modified time | relevance | path

Searched refs:vmlinux (Results 126 – 150 of 289) sorted by relevance

12345678910>>...12

/openbmc/linux/arch/um/
H A D.gitignore4 kernel/vmlinux.lds
/openbmc/linux/arch/x86/
H A D.gitignore2 boot/compressed/vmlinux
/openbmc/linux/Documentation/kernel-hacking/
H A Dfalse-sharing.rst104 $ perf c2c report --call-graph none -k vmlinux
118 …231 129 5312 64 [k] __mod_lruvec_page_state [kernel.vmlinux] memcontrol.h:75…
119 …226 97 3551 64 [k] folio_lruvec_lock_irqsave [kernel.vmlinux] memcontrol.h:75…
120 …170 136 555 64 [k] lru_add_fn [kernel.vmlinux] mm_inline.h:41 …
121 …175 108 632 64 [k] release_pages [kernel.vmlinux] mm_inline.h:41 …
122 …234 279 1051 64 [k] __mod_memcg_lruvec_state [kernel.vmlinux] memcontrol.c:73…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kpatch/kpatch/
H A D0001-kpatch-build-add-cross-compilation-support.patch31 # by compiling a test file and compare it to vmlinux's version.
51 …:r:s:c:v:j:t:n:o:de: -l "help,archversion:,sourcerpm:,sourcedir:,config:,vmlinux:,jobs:,target:,na…
52 …:r:s:c:v:j:t:n:o:de: -l "help,archversion:,sourcerpm:,sourcedir:,config:,vmlinux:,jobs:,target:,na…
/openbmc/linux/Documentation/translations/zh_CN/dev-tools/
H A Dgdb-kernel-debugging.rst47 - 启动gdb:gdb vmlinux
50 如果gdb报告拒绝加载vmlinux-gdb.py(相关命令找不到),请将::
67 loading vmlinux
/openbmc/linux/tools/bpf/bpftool/
H A D.gitignore10 /vmlinux.h
/openbmc/linux/arch/arm64/boot/
H A Dinstall.sh28 base=vmlinux
/openbmc/linux/arch/riscv/boot/
H A Dinstall.sh27 base=vmlinux
/openbmc/linux/arch/parisc/
H A Dinstall.sh26 base=vmlinux
/openbmc/linux/arch/arm/boot/
H A Dinstall.sh27 base=vmlinux
/openbmc/linux/arch/riscv/kernel/
H A Dimage-vars.h12 #error This file should only be included in vmlinux.lds.S
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-kernel-notes5 of the running vmlinux's .notes section.
/openbmc/linux/tools/testing/selftests/wireguard/qemu/
H A DMakefile131 KERNEL_BZIMAGE := $(KERNEL_BUILD_PATH)/vmlinux
143 KERNEL_BZIMAGE := $(KERNEL_BUILD_PATH)/vmlinux
155 KERNEL_BZIMAGE := $(KERNEL_BUILD_PATH)/vmlinux
167 KERNEL_BZIMAGE := $(KERNEL_BUILD_PATH)/vmlinux
179 KERNEL_BZIMAGE := $(KERNEL_BUILD_PATH)/vmlinux
189 KERNEL_BZIMAGE := $(KERNEL_BUILD_PATH)/vmlinux
209 KERNEL_BZIMAGE := $(KERNEL_BUILD_PATH)/vmlinux
253 KERNEL_BZIMAGE := $(KERNEL_BUILD_PATH)/vmlinux
/openbmc/linux/tools/testing/selftests/rcutorture/bin/
H A Dkvm-test-1-run-qemu.sh74 if ! test -f $base_resdir/vmlinux
77 if ! test -f $base_resdir/vmlinux
H A Dtorture.sh648 echo Compressing vmlinux files in ${i}: `date` >> "$tdir/log-xz" 2>&1
649 for j in $i/*/vmlinux
671 echo Linking vmlinux.xz files to re-use scenarios `date` | tee -a "$tdir/log-xz" | tee -a $T/log
676 find . -name vmlinux -print > $T/xz-todo-copy-vmlinux
677 for v in `cat $T/xz-todo-copy-vmlinux`
/openbmc/linux/arch/powerpc/boot/
H A DzImage.coff.lds.S28 *(.kernel:vmlinux.strip)
/openbmc/u-boot/doc/uImage.FIT/
H A Dx86-fit-boot.txt70 'vmlinux'. This is a standard ELF file and you can look at it if you like:
72 $ objdump -h vmlinux
74 vmlinux: file format elf32-i386
163 All we need to boot is the vmlinux file and the setup.bin file.
184 objcopy -O binary vmlinux vmlinux.bin
187 lzop vmlinux.bin
/openbmc/linux/arch/riscv/include/asm/
H A DKbuild11 generic-y += vmlinux.lds.h
/openbmc/linux/arch/openrisc/kernel/
H A DMakefile6 extra-y := vmlinux.lds
/openbmc/linux/arch/csky/include/asm/
H A DKbuild12 generic-y += vmlinux.lds.h
/openbmc/linux/scripts/
H A Dextract-vmlinux48 tmp=$(mktemp /tmp/vmlinux-XXX)
/openbmc/openbmc/meta-phosphor/conf/machine/include/
H A Dobmc-bsp-common.inc6 KERNEL_IMAGETYPES ?= "fitImage vmlinux"
/openbmc/linux/arch/nios2/kernel/
H A DMakefile6 extra-y += vmlinux.lds
/openbmc/linux/arch/mips/
H A DMakefile.postlink25 vmlinux: FORCE
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/
H A Dbug-hunting.rst109 GNU 调试器(GNU debugger, ``gdb`` )是从 ``vmlinux`` 文件中找出OOPS的确切
123 $ gdb vmlinux
133 $ make vmlinux
134 $ gdb vmlinux

12345678910>>...12