Searched refs:vmlinux (Results 1 – 15 of 15) sorted by relevance
/tools/perf/tests/ |
D | vmlinux-kallsyms.c | 23 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()
|
D | Build | 7 perf-y += vmlinux-kallsyms.o
|
/tools/perf/Documentation/ |
D | perf-annotate.txt | 55 --vmlinux=<file>:: 56 vmlinux pathname. 58 --ignore-vmlinux:: 59 Ignore vmlinux files.
|
D | perf-sched.txt | 100 --vmlinux=<file>:: 101 vmlinux pathname
|
D | perf-top.txt | 67 --vmlinux=<path>:: 68 Path to vmlinux. Required for annotation functionality. 70 --ignore-vmlinux:: 71 Ignore vmlinux files.
|
D | perf-buildid-cache.txt | 63 to update kallsyms and kernel dso to vmlinux in order to support
|
D | perf-c2c.txt | 65 --vmlinux=<file>:: 66 vmlinux pathname
|
D | perf-probe.txt | 37 --vmlinux=PATH:: 38 Specify vmlinux path which has debuginfo (Dwarf binary). 40 vmlinux file.
|
D | perf-report.txt | 307 --vmlinux=<file>:: 308 vmlinux pathname 310 --ignore-vmlinux:: 311 Ignore vmlinux files.
|
D | perf-kvm.txt | 95 Guest os kernel vmlinux.
|
D | perf-script.txt | 257 --vmlinux=<file>:: 258 vmlinux pathname
|
D | perf-record.txt | 457 --vmlinux=PATH:: 458 Specify vmlinux path which has debuginfo.
|
/tools/testing/selftests/rcutorture/bin/ |
D | kvm-test-1-run.sh | 73 if test "$base_resdir" != "$resdir" -a -f $base_resdir/bzImage -a -f $base_resdir/vmlinux 88 cp vmlinux $resdir
|
/tools/perf/util/ |
D | symbol.h | 135 const char *vmlinux, bool vmlinux_allocated);
|
D | symbol.c | 1822 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()
|