Home
last modified time | relevance | path

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

/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()
251 machine__exit(&vmlinux); in test__vmlinux_matches_kallsyms()
DBuild7 perf-y += vmlinux-kallsyms.o
/tools/perf/Documentation/
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.txt67 --vmlinux=<path>::
68 Path to vmlinux. Required for annotation functionality.
70 --ignore-vmlinux::
71 Ignore vmlinux files.
Dperf-buildid-cache.txt63 to update kallsyms and kernel dso to vmlinux in order to support
Dperf-c2c.txt65 --vmlinux=<file>::
66 vmlinux pathname
Dperf-probe.txt37 --vmlinux=PATH::
38 Specify vmlinux path which has debuginfo (Dwarf binary).
40 vmlinux file.
Dperf-report.txt307 --vmlinux=<file>::
308 vmlinux pathname
310 --ignore-vmlinux::
311 Ignore vmlinux files.
Dperf-kvm.txt95 Guest os kernel vmlinux.
Dperf-script.txt257 --vmlinux=<file>::
258 vmlinux pathname
Dperf-record.txt457 --vmlinux=PATH::
458 Specify vmlinux path which has debuginfo.
/tools/testing/selftests/rcutorture/bin/
Dkvm-test-1-run.sh73 if test "$base_resdir" != "$resdir" -a -f $base_resdir/bzImage -a -f $base_resdir/vmlinux
88 cp vmlinux $resdir
/tools/perf/util/
Dsymbol.h135 const char *vmlinux, bool vmlinux_allocated);
Dsymbol.c1822 const char *vmlinux, bool vmlinux_allocated) in dso__load_vmlinux() argument
1829 if (vmlinux[0] == '/') in dso__load_vmlinux()
1830 snprintf(symfs_vmlinux, sizeof(symfs_vmlinux), "%s", vmlinux); in dso__load_vmlinux()
1832 symbol__join_symfs(symfs_vmlinux, vmlinux); in dso__load_vmlinux()
1850 dso__set_long_name(dso, vmlinux, vmlinux_allocated); in dso__load_vmlinux()