/external/qemu/distrib/ |
D | build-kernel.sh | 216 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/ |
D | oprofiled.c | 68 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()
|
D | opd_ibs_trans.c | 570 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()
|
D | init.c | 317 opd_create_vmlinux(vmlinux, kernel_range); in opd_26_init() 368 free(vmlinux); in opd_26_exit()
|
D | oprofiled.h | 63 extern char * vmlinux;
|
/external/oprofile/daemon/liblegacy/ |
D | opd_kernel.c | 49 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/ |
D | builtin-test.c | 31 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/ |
D | perf-annotate.txt | 47 --vmlinux=<file>:: 48 vmlinux pathname.
|
D | perf-top.txt | 66 --vmlinux=<path>:: 67 Path to vmlinux. Required for annotation functionality.
|
D | perf-report.txt | 104 --vmlinux=<file>:: 105 vmlinux pathname
|
D | perf-kvm.txt | 69 Guest os kernel vmlinux.
|
D | perf-probe.txt | 33 --vmlinux=PATH:: 34 Specify vmlinux path which has debuginfo (Dwarf binary).
|
D | perf-script.txt | 172 --vmlinux=<file>:: 173 vmlinux pathname
|
/external/oprofile/opcontrol/ |
D | opcontrol.cpp | 70 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/ |
D | opcontrol | 181 --vmlinux=file vmlinux kernel image 182 --no-vmlinux no kernel image (vmlinux) available 837 --vmlinux) 842 --no-vmlinux)
|
/external/linux-tools-perf/util/ |
D | symbol.h | 190 const char *vmlinux, symbol_filter_t filter);
|
D | symbol.c | 1875 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/ |
D | TODO | 11 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.".
|
D | ChangeLog-2005 | 546 * 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
|
D | ChangeLog-2003 | 138 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.
|
D | ChangeLog-2002 | 432 * 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/ |
D | elfutils.spec.in | 274 - libdwfl: Look for linux kernel vmlinux files with .debug suffix.
|
/external/elfutils/ |
D | elfutils.spec | 274 - libdwfl: Look for linux kernel vmlinux files with .debug suffix.
|
D | NEWS | 140 libdwfl: Look for linux kernel "vmlinux" files with ".debug" suffix.
|
/external/elfutils/libdwfl/ |
D | ChangeLog | 821 Use standard debuginfo search path to look for vmlinux.
|