HomeSort by relevance Sort by last modified time
    Searched full:vmlinux (Results 51 - 75 of 78) sorted by null

1 23 4

  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/
paths.h 62 #define _PATH_UNIX "/boot/vmlinux"
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/
paths.h 62 #define _PATH_UNIX "/boot/vmlinux"
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/
paths.h 62 #define _PATH_UNIX "/boot/vmlinux"
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/
paths.h 62 #define _PATH_UNIX "/boot/vmlinux"
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/
paths.h 62 #define _PATH_UNIX "/boot/vmlinux"
  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/
paths.h 62 #define _PATH_UNIX "/boot/vmlinux"
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/
paths.h 62 #define _PATH_UNIX "/boot/vmlinux"
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/
paths.h 62 #define _PATH_UNIX "/boot/vmlinux"
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/
paths.h 62 #define _PATH_UNIX "/boot/vmlinux"
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/
paths.h 62 #define _PATH_UNIX "/boot/vmlinux"
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/
paths.h 62 #define _PATH_UNIX "/boot/vmlinux"
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/
paths.h 62 #define _PATH_UNIX "/boot/vmlinux"
  /system/extras/simpleperf/
dso.h 57 static void SetVmlinux(const std::string& vmlinux);
cmd_report.cpp 270 " --vmlinux <file>\n"
355 std::string vmlinux; local
435 } else if (args[i] == "--vmlinux") {
439 vmlinux = args[i];
450 if (!vmlinux.empty()) {
451 Dso::SetVmlinux(vmlinux);
dso.cpp 109 void Dso::SetVmlinux(const std::string& vmlinux) {
110 vmlinux_ = vmlinux;
  /external/elfutils/libdwfl/
linux-kernel-modules.c 97 to look for "vmlinux" files. */
103 to look for "vmlinux.debug" files. */
156 ? asprintf (fname, "%s/vmlinux", release)
157 : asprintf (fname, "/boot/vmlinux-%s", release)) < 0)
164 if (asprintf (fname, MODULEDIRFMT "/vmlinux", release) < 0)
220 /* Note that on some architectures (e.g. x86_64) the vmlinux
648 looking for any vmlinux file. */
  /external/autotest/client/bin/
base_utils.py 257 """Return the full path to vmlinux
261 vmlinux = '/boot/vmlinux-%s' % utils.system_output('uname -r')
262 if os.path.isfile(vmlinux):
263 return vmlinux
264 vmlinux = '/lib/modules/%s/build/vmlinux' % utils.system_output('uname -r')
265 if os.path.isfile(vmlinux):
266 return vmlinux
kernel_unittest.py 486 build_string = "/usr/bin/time -o /dev/null make -j 8 vmlinux"
489 os.path.isfile.expect_call('vmlinux').and_return(True)
550 utils.force_copy.expect_call('vmlinux',
551 '/boot/vmlinux-autotest')
xen.py 79 # Xen's kernel tree sucks; doesn't use bzImage, but vmlinux
  /external/libpcap/Win32/Include/net/
paths.h 65 #define _PATH_UNIX "/vmlinux"
  /prebuilts/qemu-kernel/arm/
rebuild.sh 302 cp -f vmlinux "$OUT_DIR/vmlinux-qemu$2"
  /external/autotest/client/common_lib/hosts/
base_classes.py 502 Remove any kernel image and associated files (vmlinux, system.map,
520 # find all the unused vmlinux images in /boot
521 vmlinux_prefix = os.path.join(boot_dir, 'vmlinux-')
559 # remove all the vmlinux and System.map files left over
  /external/skia/platform_tools/android/bin/linux/
perfhost 
  /external/icu/icu4c/source/test/cintltst/
putiltst.c 646 U_FILE_SEP_STRING "vmlinux",
  /external/elfutils/
NEWS 510 libdwfl: Look for linux kernel "vmlinux" files with ".debug" suffix.
    [all...]

Completed in 575 milliseconds

1 23 4