Home
last modified time | relevance | path

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

12

/external/linux-tools-perf/perf-3.12.0/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/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/qemu/distrib/
Dbuild-kernel.sh367 OUTPUT_VMLINUX=vmlinux-${OUTPUT_KERNEL##kernel-}
369 cp -f vmlinux $OUTPUT/$OUTPUT_VMLINUX
373 cp -f vmlinux $OUTPUT/$OUTPUT_KERNEL
/external/linux-tools-perf/perf-3.12.0/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/oprofile/opcontrol/
Dopcontrol.cpp147 char vmlinux[512]; variable
564 strcpy(vmlinux, "--no-vmlinux"); in main()
594 sprintf(vmlinux, "-k %s", optarg); in main()
763 " %s", vmlinux); in main()
/external/chromium_org/tools/telemetry/unittest_data/
Dsample_perf_report_output.txt3 No kallsyms or vmlinux with build-id 3b63ca692cbb756f837744e061d02a790bf637d5 was found
/external/chromium_org/tools/telemetry/bin/
DREADME.chromium25 1: vmlinux symtab matches kallsyms : FAILED!
/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/perf-3.12.0/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.h218 const char *vmlinux, symbol_filter_t filter);
/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/linux-tools-perf/perf-3.12.0/tools/perf/
DMakefile377 LIB_OBJS += $(OUTPUT)tests/vmlinux-kallsyms.o

12