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

  /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/autotest/server/
rpm_kernel.py 69 vmlinux = self.get_vmlinux_name()
71 % (remote_rpm, vmlinux))
72 host.run('ls ' + vmlinux) # Verify
140 vmlinux = utils.run('rpm -q -l -p %s | grep /boot/vmlinux'
142 return vmlinux
  /system/extras/simpleperf/
dso.h 57 static void SetVmlinux(const std::string& vmlinux);
dso.cpp 109 void Dso::SetVmlinux(const std::string& vmlinux) {
110 vmlinux_ = 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);
  /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
  /prebuilts/qemu-kernel/arm/
rebuild.sh 302 cp -f vmlinux "$OUT_DIR/vmlinux-qemu$2"
  /external/autotest/client/bin/
kernel.py 204 self.build_image = 'vmlinux.gz'
391 build_string = "/usr/bin/time -o %s make %s -j %s vmlinux" \
397 if (not os.path.isfile('vmlinux')):
398 errmsg = "no vmlinux found, kernel build failed"
504 self.vmlinux = self.boot_dir + '/vmlinux-' + tag
505 if (self.build_image != 'vmlinux'):
508 self.image = self.vmlinux
514 utils.force_copy('vmlinux', self.vmlinux)
    [all...]
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
  /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
  /build/
envsetup.sh     [all...]

Completed in 772 milliseconds