Home
last modified time | relevance | path

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

12

/external/qemu/distrib/
Dbuild-kernel.sh216 OUTPUT_VMLINUX=vmlinux-vbox
220 OUTPUT_VMLINUX=vmlinux-qemu
224 OUTPUT_VMLINUX=vmlinux-qemu-armv7
228 OUTPUT_VMLINUX=vmlinux-$CONFIG
231 cp -f vmlinux $OUTPUT/$OUTPUT_VMLINUX
235 cp -f vmlinux $OUTPUT/$OUTPUT_KERNEL
/external/oprofile/daemon/
Doprofiled.c68 char * vmlinux; variable
89 { "vmlinux", 'k', POPT_ARG_STRING, &vmlinux, 0, "vmlinux kernel image", "file", },
417 if (!vmlinux || !strcmp("", vmlinux)) { in opd_options()
425 if (realpath(vmlinux, tmp)) in opd_options()
426 vmlinux = tmp; in opd_options()
Dopd_ibs_trans.c570 const char vmlinux[10] = "vmlinux"; in trans_ibs_op_bta() local
587 mod = vmlinux; in trans_ibs_op_bta()
610 const char vmlinux[10] = "vmlinux"; in trans_ibs_op_ls_memaccess() local
624 mod = vmlinux; in trans_ibs_op_ls_memaccess()
Dinit.c317 opd_create_vmlinux(vmlinux, kernel_range); in opd_26_init()
368 free(vmlinux); in opd_26_exit()
Doprofiled.h63 extern char * vmlinux;
/external/oprofile/daemon/liblegacy/
Dopd_kernel.c49 if (!vmlinux) in opd_init_kernel_image()
50 vmlinux = "no-vmlinux"; in opd_init_kernel_image()
51 kernel_image = opd_get_kernel_image(vmlinux, NULL, 0, 0); in opd_init_kernel_image()
425 image = opd_get_kernel_image(vmlinux, app_name, proc->tid, proc->tgid); in opd_add_kernel_map()
427 verbprintf(vmisc, "Can't create image for %s %s\n", vmlinux, app_name); in opd_add_kernel_map()
/external/linux-tools-perf/
Dbuiltin-test.c31 struct machine kallsyms, vmlinux; in test__vmlinux_matches_kallsyms() local
42 machine__init(&vmlinux, "", HOST_KERNEL_ID); in test__vmlinux_matches_kallsyms()
89 if (machine__create_kernel_maps(&vmlinux) < 0) { in test__vmlinux_matches_kallsyms()
94 vmlinux_map = machine__kernel_map(&vmlinux, type); in test__vmlinux_matches_kallsyms()
108 if (machine__load_vmlinux_path(&vmlinux, type, in test__vmlinux_matches_kallsyms()
186 for (nd = rb_first(&vmlinux.kmaps.maps[type]); nd; nd = rb_next(nd)) { in test__vmlinux_matches_kallsyms()
206 for (nd = rb_first(&vmlinux.kmaps.maps[type]); nd; nd = rb_next(nd)) { in test__vmlinux_matches_kallsyms()
/external/linux-tools-perf/Documentation/
Dperf-annotate.txt47 --vmlinux=<file>::
48 vmlinux pathname.
Dperf-top.txt66 --vmlinux=<path>::
67 Path to vmlinux. Required for annotation functionality.
Dperf-report.txt104 --vmlinux=<file>::
105 vmlinux pathname
Dperf-kvm.txt69 Guest os kernel vmlinux.
Dperf-probe.txt33 --vmlinux=PATH::
34 Specify vmlinux path which has debuginfo (Dwarf binary).
Dperf-script.txt172 --vmlinux=<file>::
173 vmlinux pathname
/external/oprofile/opcontrol/
Dopcontrol.cpp70 char vmlinux[512]; variable
625 strcpy(vmlinux, "--no-vmlinux"); in main()
653 sprintf(vmlinux, "-k %s", optarg); in main()
828 " %s", vmlinux); in main()
/external/oprofile/utils/
Dopcontrol181 --vmlinux=file vmlinux kernel image
182 --no-vmlinux no kernel image (vmlinux) available
837 --vmlinux)
842 --no-vmlinux)
/external/linux-tools-perf/util/
Dsymbol.h190 const char *vmlinux, symbol_filter_t filter);
Dsymbol.c1875 const char *vmlinux, symbol_filter_t filter) in dso__load_vmlinux() argument
1881 symbol_conf.symfs, vmlinux); in dso__load_vmlinux()
1886 dso__set_long_name(dso, (char *)vmlinux); in dso__load_vmlinux()
/external/oprofile/
DTODO11 o default to a vmlinux location: need agreement from kernel developers
19 warning: /no-vmlinux could not be found.
54 o with opreport -c I can get "warning: /no-vmlinux could not be found.".
DChangeLog-2005546 * daemon/opd_sfile.c: rewrite. Fix --no-vmlinux taking up
620 samples to vmlinux when using --no-vmlinux via a sick hack
935 prevent an unrelocated vmlinux being used
DChangeLog-2003138 with --no-vmlinux setup), this bug was present in 0.7.0.
2549 * utils/opcontrol: error out at --setup time if vmlinux is not
3179 * doc/oprofile.xml: update docs for --no-vmlinux
4618 module not under {kern} and similar case for "no-vmlinux" with 2.4/2.5
4757 * doc/oprofile.xml: handle --no-vmlinux
4759 * daemon/opd_kernel.c: use no-vmlinux not /no-vmlinux when user
4760 specify --no-vmlinux
5373 opcontrol --no-vmlinux). Fix a bug in the --setup
5404 * daemon/oprofiled.c: implement --no-vmlinux.
DChangeLog-2002432 * dae/oprofiled.c: fix incorrect specification of vmlinux file
433 through --vmlinux=/foo//bar fixing #637805
1510 uses uname to guess path to vmlinux.
1751 * dae/opd_image.c: fix #574459 "vmlinux samples file not backed up
1843 now we work based off vmlinux alone
1998 Performance of oprofpp -s are improved a lot (40 times on vmlinux)
4101 * gui/oprof_start_config.cpp: fix vmlinux/system.map defaults
/external/elfutils/config/
Delfutils.spec.in274 - libdwfl: Look for linux kernel vmlinux files with .debug suffix.
/external/elfutils/
Delfutils.spec274 - libdwfl: Look for linux kernel vmlinux files with .debug suffix.
DNEWS140 libdwfl: Look for linux kernel "vmlinux" files with ".debug" suffix.
/external/elfutils/libdwfl/
DChangeLog821 Use standard debuginfo search path to look for vmlinux.

12