/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/ |
vmlinux-kallsyms.c | 27 struct machine kallsyms, vmlinux; local 36 * both vmlinux + .ko files and from /proc/kallsyms split by modules. 39 machine__init(&vmlinux, "", HOST_KERNEL_ID); 69 * same value in the vmlinux file we load. 84 * Now repeat step 2, this time for the vmlinux file we'll auto-locate. 86 if (machine__create_kernel_maps(&vmlinux) < 0) { 91 vmlinux_map = machine__kernel_map(&vmlinux, type); 97 * Locate a vmlinux file in the vmlinux path that has a buildid that 105 if (machine__load_vmlinux_path(&vmlinux, type [all...] |
/external/oprofile/gui/ |
oprof_start_config.cpp | 52 /* Guess path to vmlinux based on kernel currently running. */ 58 + "/build/vmlinux"); 81 } else if (str == "VMLINUX") {
|
/external/oprofile/daemon/ |
oprofiled.c | 68 char * vmlinux; variable 89 { "vmlinux", 'k', POPT_ARG_STRING, &vmlinux, 0, "vmlinux kernel image", "file", }, 90 { "no-vmlinux", 0, POPT_ARG_NONE, &no_vmlinux, 0, "vmlinux kernel image file not available", NULL, }, 417 if (!vmlinux || !strcmp("", vmlinux)) { 418 fprintf(stderr, "oprofiled: no vmlinux specified.\n"); 423 /* canonicalise vmlinux filename. fix #637805 * [all...] |
opd_kernel.h | 31 /** Describes a kernel module or vmlinux itself */
|
oprofiled.h | 63 extern char * vmlinux;
|
opd_ibs_trans.c | 570 const char vmlinux[10] = "vmlinux"; local 587 mod = vmlinux; 610 const char vmlinux[10] = "vmlinux"; local 624 mod = vmlinux;
|
opd_kernel.c | 39 /* vmlinux is *not* on the list of modules */ 42 /* for no vmlinux */ 44 vmlinux_image.name = "no-vmlinux";
|
/external/chromium_org/tools/telemetry/unittest_data/ |
sample_perf_report_output.txt | 3 No kallsyms or vmlinux with build-id 3b63ca692cbb756f837744e061d02a790bf637d5 was found
|
/external/oprofile/daemon/liblegacy/ |
opd_kernel.c | 48 /* for no vmlinux */ 49 if (!vmlinux) 50 vmlinux = "no-vmlinux"; 51 kernel_image = opd_get_kernel_image(vmlinux, NULL, 0, 0); 399 * kernel_start == 0 when using --no-vmlinux. 425 image = opd_get_kernel_image(vmlinux, app_name, proc->tid, proc->tgid); 427 verbprintf(vmisc, "Can't create image for %s %s\n", vmlinux, app_name);
|
opd_image.h | 37 * no owner (such as vmlinux or module) */
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/ |
perf-buildid-cache.txt | 33 kernel dso to vmlinux in order to support annotation.
|
perf-annotate.txt | 47 --vmlinux=<file>:: 48 vmlinux pathname.
|
/external/oprofile/doc/ |
opcontrol.1.in | 133 .BI "--vmlinux="file 134 vmlinux kernel image. 137 .BI "--no-vmlinux" 138 Use this when you don't have a kernel vmlinux file, and you don't want to
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
symbol.c | 604 * the original ELF section names vmlinux have. 1123 const char *vmlinux, symbol_filter_t filter) 1130 if (vmlinux[0] == '/') 1131 snprintf(symfs_vmlinux, sizeof(symfs_vmlinux), "%s", vmlinux); 1134 symbol_conf.symfs, vmlinux); 1152 dso__set_long_name(dso, (char *)vmlinux); 1198 * Step 1: if the user specified a kallsyms or vmlinux filename, use 1203 * vmlinux file, obviously we can't fallback to another vmlinux (a 1272 pr_err("No kallsyms or vmlinux with build-id %s [all...] |
/external/oprofile/utils/ |
opcontrol | 181 --vmlinux=file vmlinux kernel image 182 --no-vmlinux no kernel image (vmlinux) available 328 VMLINUX= 421 echo "VMLINUX=$VMLINUX" >> $SETUP_FILE 461 if test -z "$VMLINUX"; then 462 echo "No vmlinux file specified. You must specify the correct vmlinux file, e.g." >& [all...] |
/bionic/libc/include/ |
paths.h | 62 #define _PATH_UNIX "/boot/vmlinux"
|
/development/ndk/platforms/android-3/include/ |
paths.h | 62 #define _PATH_UNIX "/boot/vmlinux"
|
/development/ndk/platforms/android-L/include/ |
paths.h | 62 #define _PATH_UNIX "/boot/vmlinux"
|
/external/oprofile/opcontrol/ |
opcontrol.cpp | 147 char vmlinux[512]; variable 158 {"vmlinux", 1, 0, 'v'}, 199 " --vmlinux=file vmlinux kernel image\n" 564 strcpy(vmlinux, "--no-vmlinux"); 592 /* --vmlinux */ 594 sprintf(vmlinux, "-k %s", optarg); 763 " %s", vmlinux);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/ |
paths.h | 63 #define _PATH_UNIX "/boot/vmlinux"
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
paths.h | 63 #define _PATH_UNIX "/boot/vmlinux"
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/ |
paths.h | 62 #define _PATH_UNIX "/boot/vmlinux"
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/ |
paths.h | 62 #define _PATH_UNIX "/boot/vmlinux"
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/ |
paths.h | 62 #define _PATH_UNIX "/boot/vmlinux"
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/ |
paths.h | 62 #define _PATH_UNIX "/boot/vmlinux"
|