Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/tests/
Dvmlinux-kallsyms.c27 struct machine kallsyms, vmlinux; in test__vmlinux_matches_kallsyms() local
39 machine__init(&vmlinux, "", HOST_KERNEL_ID); in test__vmlinux_matches_kallsyms()
86 if (machine__create_kernel_maps(&vmlinux) < 0) { in test__vmlinux_matches_kallsyms()
91 vmlinux_map = machine__kernel_map(&vmlinux, type); in test__vmlinux_matches_kallsyms()
105 if (machine__load_vmlinux_path(&vmlinux, type, in test__vmlinux_matches_kallsyms()
197 for (nd = rb_first(&vmlinux.kmaps.maps[type]); nd; nd = rb_next(nd)) { in test__vmlinux_matches_kallsyms()
217 for (nd = rb_first(&vmlinux.kmaps.maps[type]); nd; nd = rb_next(nd)) { in test__vmlinux_matches_kallsyms()
250 machine__exit(&vmlinux); in test__vmlinux_matches_kallsyms()
/external/valgrind/docs/internals/
Dqemu-mips64-linux-HOWTO.txt21 …ions/debian/dists/wheezy/main/installer-mips/current/images/malta/netboot/vmlinux-3.2.0-4-4kc-malta
25 md5sum initrd.gz vmlinux-3.2.0-4-4kc-malta
27 307fc61d36cb370ea2b697d587af45a6 vmlinux-3.2.0-4-4kc-malta
38 -kernel vmlinux-3.2.0-4-4kc-malta -initrd initrd.img-3.2.0-4-4kc-malta \
69 config-3.2.0-4-5kc-malta vmlinux-3.2.0-4-5kc-malta
71 Then on the host, copy out the vmlinux and initrd:
87 -net user,hostfwd=tcp::5555-:22 -kernel boot/vmlinux-3.2.0-4-5kc-malta \
/external/linux-tools-perf/src/tools/perf/Documentation/
Dperf-annotate.txt47 --vmlinux=<file>::
48 vmlinux pathname.
Dperf-buildid-cache.txt33 kernel dso to vmlinux in order to support annotation.
Dperf-top.txt66 --vmlinux=<path>::
67 Path to vmlinux. Required for annotation functionality.
Dperf-report.txt160 --vmlinux=<file>::
161 vmlinux pathname
Dperf-script.txt172 --vmlinux=<file>::
173 vmlinux pathname
Dperf-probe.txt33 --vmlinux=PATH::
34 Specify vmlinux path which has debuginfo (Dwarf binary).
Dperf-kvm.txt86 Guest os kernel vmlinux.
/external/linux-tools-perf/src/tools/perf/util/
Dsymbol.c1123 const char *vmlinux, symbol_filter_t filter) in dso__load_vmlinux() argument
1130 if (vmlinux[0] == '/') in dso__load_vmlinux()
1131 snprintf(symfs_vmlinux, sizeof(symfs_vmlinux), "%s", vmlinux); in dso__load_vmlinux()
1134 symbol_conf.symfs, vmlinux); in dso__load_vmlinux()
1152 dso__set_long_name(dso, (char *)vmlinux); in dso__load_vmlinux()
Dsymbol.h208 const char *vmlinux, symbol_filter_t filter);
/external/linux-tools-perf/src/tools/perf/
DAndroid.mk88 tests/vmlinux-kallsyms.c \
DMakefile377 LIB_OBJS += $(OUTPUT)tests/vmlinux-kallsyms.o
/external/elfutils/src/config/
Delfutils.spec.in522 - libdwfl: Look for linux kernel vmlinux files with .debug suffix.
/external/elfutils/src/
DNEWS451 libdwfl: Look for linux kernel "vmlinux" files with ".debug" suffix.
/external/elfutils/src/libdwfl/
DChangeLog2221 Use standard debuginfo search path to look for vmlinux.