Home
last modified time | relevance | path

Searched refs:vmlinux (Results 1 – 25 of 31) sorted by relevance

12

/tools/bpf/runqslower/
DMakefile19 VMLINUX_BTF_PATHS := $(if $(O),$(O)/vmlinux) \
20 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
21 ../../../vmlinux /sys/kernel/btf/vmlinux \
22 /boot/vmlinux-$(KERNEL_REL)
45 $(Q)$(RM) $(OUTPUT)*.skel.h $(OUTPUT)vmlinux.h
55 $(OUTPUT)/runqslower.bpf.o: $(OUTPUT)/vmlinux.h runqslower.h
71 $(OUTPUT)/vmlinux.h: $(VMLINUX_BTF_PATH) | $(OUTPUT) $(BPFTOOL)
/tools/perf/Documentation/
Dperf.data-directory-format.txt48 build id event received for vmlinux: 1eaa285996affce2d74d8e66dcea09a80c9941de
55 … perf 15316 2060795.480902: 1 cycles: ffffffffa2caa548 native_write_msr+0x8 (vmlinux)
56 … perf 15316 2060795.480906: 1 cycles: ffffffffa2caa548 native_write_msr+0x8 (vmlinux)
57 … perf 15316 2060795.480908: 7 cycles: ffffffffa2caa548 native_write_msr+0x8 (vmlinux)
58 … perf 15316 2060795.480910: 119 cycles: ffffffffa2caa54a native_write_msr+0xa (vmlinux)
59 …perf 15316 2060795.480912: 2109 cycles: ffffffffa2c9b7b0 native_apic_msr_write+0x0 (vmlinux)
60 …16 2060795.480914: 37606 cycles: ffffffffa2f121fe perf_event_addr_filters_exec+0x2e (vmlinux)
61 …e 15316 2060795.480924: 588287 cycles: ffffffffa303a56d page_counter_try_charge+0x6d (vmlinux)
62 … uname 15316 2060795.481067: 2261945 cycles: ffffffffa301438f kmem_cache_free+0x4f (vmlinux)
Dperf-annotate.txt55 --vmlinux=<file>::
56 vmlinux pathname.
58 --ignore-vmlinux::
59 Ignore vmlinux files.
Dperf-sched.txt100 --vmlinux=<file>::
101 vmlinux pathname
Dperf-top.txt72 --vmlinux=<path>::
73 Path to vmlinux. Required for annotation functionality.
75 --ignore-vmlinux::
76 Ignore vmlinux files.
Dperf-probe.txt37 --vmlinux=PATH::
38 Specify vmlinux path which has debuginfo (Dwarf binary).
40 vmlinux file.
308 …- Since the perf probe commands read the vmlinux (for kernel) and/or the debuginfo file (including…
Dperf-buildid-cache.txt63 to update kallsyms and kernel dso to vmlinux in order to support
Dperf-c2c.txt65 --vmlinux=<file>::
66 vmlinux pathname
/tools/perf/tests/
Dvmlinux-kallsyms.c23 struct machine kallsyms, vmlinux; in test__vmlinux_matches_kallsyms() local
24 struct maps *maps = machine__kernel_maps(&vmlinux); in test__vmlinux_matches_kallsyms()
35 machine__init(&vmlinux, "", HOST_KERNEL_ID); in test__vmlinux_matches_kallsyms()
80 if (machine__create_kernel_maps(&vmlinux) < 0) { in test__vmlinux_matches_kallsyms()
85 vmlinux_map = machine__kernel_map(&vmlinux); in test__vmlinux_matches_kallsyms()
98 if (machine__load_vmlinux_path(&vmlinux) <= 0) { in test__vmlinux_matches_kallsyms()
250 machine__exit(&vmlinux); in test__vmlinux_matches_kallsyms()
DBuild7 perf-y += vmlinux-kallsyms.o
/tools/bpf/bpftool/
DMakefile144 VMLINUX_BTF_PATHS ?= $(if $(O),$(O)/vmlinux) \
145 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
146 ../../../vmlinux \
147 /sys/kernel/btf/vmlinux \
148 /boot/vmlinux-$(shell uname -r)
158 $(OUTPUT)vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL_BOOTSTRAP)
165 $(OUTPUT)%.bpf.o: skeleton/%.bpf.c $(OUTPUT)vmlinux.h $(LIBBPF)
213 $(Q)$(RM) -- $(OUTPUT)*.skel.h $(OUTPUT)vmlinux.h
D.gitignore10 /vmlinux.h
/tools/objtool/
Dbuiltin-check.c23 validate_dup, vmlinux, mcount, noinstr, backup, sls, unret, rethunk; variable
47 OPT_BOOLEAN('l', "vmlinux", &vmlinux, "vmlinux.o validation"),
Dobjtool.c132 file.c_file = !vmlinux && find_section_by_name(file.elf, ".comment"); in objtool_open_read()
/tools/objtool/include/objtool/
Dbuiltin.h12 validate_dup, vmlinux, mcount, noinstr, backup, sls, unret, rethunk;
/tools/testing/selftests/rcutorture/bin/
Dkvm-test-1-run-qemu.sh75 if ! test -f $base_resdir/vmlinux
78 if ! test -f $base_resdir/vmlinux
Dtorture.sh94 --compress-kasan-vmlinux)
95 checkarg --compress-kasan-vmlinux "(concurrency level)" $# "$2" '^[0-9][0-9]*$' '^error'
440 echo Compressing vmlinux files in ${i}: `date` >> "$tdir/log-xz" 2>&1
441 for j in $i/*/vmlinux
Dkvm-check-branches.sh91 ( cd $resdir/$ds/$idir/$rrd; rm -f */vmlinux */bzImage */System.map */Module.symvers )
Dkvm-test-1-run.sh75 if test "$base_resdir" != "$resdir" && test -f $base_resdir/bzImage && test -f $base_resdir/vmlinux
101 cp vmlinux $resdir
Dkvm-again.sh145 …mu-pid,qemu-retval,Warnings,kvm-test-1-run.sh.out,kvm-test-1-run-qemu.sh.out,vmlinux} "$rundir"/log
/tools/testing/selftests/bpf/
DMakefile132 VMLINUX_BTF_PATHS ?= $(if $(O),$(O)/vmlinux) \
133 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
134 ../../../../vmlinux \
135 /sys/kernel/btf/vmlinux \
136 /boot/vmlinux-$(shell uname -r)
139 $(error Cannot find a vmlinux for VMLINUX_BTF at any of "$(VMLINUX_BTF_PATHS)")
241 $(INCLUDE_DIR)/vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL) | $(INCLUDE_DIR)
375 $$(INCLUDE_DIR)/vmlinux.h \
/tools/testing/selftests/wireguard/qemu/
DMakefile135 KERNEL_BZIMAGE := $(KERNEL_BUILD_PATH)/vmlinux
146 KERNEL_BZIMAGE := $(KERNEL_BUILD_PATH)/vmlinux
157 KERNEL_BZIMAGE := $(KERNEL_BUILD_PATH)/vmlinux
168 KERNEL_BZIMAGE := $(KERNEL_BUILD_PATH)/vmlinux
179 KERNEL_BZIMAGE := $(KERNEL_BUILD_PATH)/vmlinux
199 KERNEL_BZIMAGE := $(KERNEL_BUILD_PATH)/vmlinux
/tools/perf/
DMakefile.perf1049 VMLINUX_BTF_PATHS ?= $(if $(O),$(O)/vmlinux) \
1050 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
1051 ../../vmlinux \
1052 /sys/kernel/btf/vmlinux \
1053 /boot/vmlinux-$(shell uname -r)
1056 $(SKEL_OUT)/vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL)
1063 $(SKEL_TMP_OUT)/%.bpf.o: util/bpf_skel/%.bpf.c $(LIBBPF) $(SKEL_OUT)/vmlinux.h | $(SKEL_TMP_OUT)
/tools/bpf/bpftool/Documentation/
Dbpftool-btf.rst82 the kernel (vmlinux) BTF object. So the base BTF reference
240 | **# bpftool btf dump id ${I2C_SMBUS_ID} -B /sys/kernel/btf/vmlinux**
/tools/perf/util/
Dsymbol.h126 const char *vmlinux, bool vmlinux_allocated);

12