HomeSort by relevance Sort by last modified time
    Searched refs:vmlinux (Results 1 - 13 of 13) sorted by null

  /external/linux-kselftest/
.gitignore 48 /vmlinux
49 /vmlinux.32
50 /vmlinux-gdb.py
  /external/autotest/client/profilers/oprofile/
oprofile.py 61 if not self.vmlinux:
62 setup += ' --no-vmlinux'
64 setup += ' --vmlinux=%s' % self.vmlinux
98 def initialize(self, vmlinux=None, events=[], others=None, local=None):
101 if not vmlinux:
102 self.vmlinux = utils.get_vmlinux()
104 self.vmlinux = vmlinux
138 if self.vmlinux
    [all...]
  /external/ltp/tools/pounder21/test_scripts/
build_kernel 58 if [ -f vmlinux ]; then
  /prebuilts/qemu-kernel/
build-kernel.sh 407 # 2) The debug symbol file is called vmlinux-qemu, except for 32-bit
408 # ARM where it must be called vmlinux-qemu-armv7
411 OUTPUT_VMLINUX=vmlinux-qemu
417 cp -f vmlinux $OUTPUT/$OUTPUT_VMLINUX
421 cp -f vmlinux $OUTPUT/$OUTPUT_KERNEL
  /external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
kvm-test-1-run.sh 95 if test "$base_resdir" != "$resdir" -a -f $base_resdir/bzImage -a -f $base_resdir/vmlinux
98 QEMU="`identify_qemu $base_resdir/vmlinux`"
106 QEMU="`identify_qemu $builddir/vmlinux`"
109 cp $builddir/vmlinux $resdir
  /prebuilts/qemu-kernel/arm/
rebuild.sh 302 cp -f vmlinux "$OUT_DIR/vmlinux-qemu$2"
  /system/extras/simpleperf/
dso.h 87 static void SetVmlinux(const std::string& vmlinux);
dso.cpp 109 void Dso::SetVmlinux(const std::string& vmlinux) { vmlinux_ = vmlinux; }
cmd_report.cpp 342 "--vmlinux <file> Parse kernel symbols from <file>.\n"
428 std::string vmlinux; local
541 } else if (args[i] == "--vmlinux") {
545 vmlinux = args[i];
556 if (!vmlinux.empty()) {
557 Dso::SetVmlinux(vmlinux);
  /external/autotest/client/bin/
base_utils.py 230 """Return the full path to vmlinux
234 vmlinux = '/boot/vmlinux-%s' % utils.system_output('uname -r')
235 if os.path.isfile(vmlinux):
236 return vmlinux
237 vmlinux = '/lib/modules/%s/build/vmlinux' % utils.system_output('uname -r')
238 if os.path.isfile(vmlinux):
239 return vmlinux
  /external/autotest/client/common_lib/hosts/
base_classes.py 597 Remove any kernel image and associated files (vmlinux, system.map,
615 # find all the unused vmlinux images in /boot
616 vmlinux_prefix = os.path.join(boot_dir, 'vmlinux-')
654 # remove all the vmlinux and System.map files left over
  /build/make/
envsetup.sh     [all...]
  /tools/repohooks/tools/
checkpatch.pl     [all...]

Completed in 279 milliseconds