Searched refs:vmlinux (Results 1 – 11 of 11) sorted by relevance
/external/autotest/client/profilers/oprofile/ |
D | oprofile.py | 61 if not self.vmlinux: 64 setup += ' --vmlinux=%s' % self.vmlinux 98 def initialize(self, vmlinux=None, events=[], others=None, local=None): argument 101 if not vmlinux: 102 self.vmlinux = utils.get_vmlinux() 104 self.vmlinux = vmlinux 138 if self.vmlinux: 139 report = self.opreport + ' -l ' + self.vmlinux
|
/external/autotest/server/ |
D | 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
|
/external/valgrind/docs/internals/ |
D | qemu-mips64-linux-HOWTO.txt | 21 …ions/debian/dists/wheezy/main/installer-mips/current/images/malta/netboot/vmlinux-3.2.0-4-4kc-malta 25 md5sum initrd.gz vmlinux-3.2.0-4-4kc-malta 27 307fc61d36cb370ea2b697d587af45a6 vmlinux-3.2.0-4-4kc-malta 38 -kernel vmlinux-3.2.0-4-4kc-malta -initrd initrd.img-3.2.0-4-4kc-malta \ 69 config-3.2.0-4-5kc-malta vmlinux-3.2.0-4-5kc-malta 71 Then on the host, copy out the vmlinux and initrd: 87 -net user,hostfwd=tcp::5555-:22 -kernel boot/vmlinux-3.2.0-4-5kc-malta \
|
/external/autotest/client/samples/ |
D | control.oprofile_power5 | 22 logging.info("Testing specified vmlinux") 23 job.profilers.add('oprofile', '/boot/vmlinux-autotest') 24 job.run_test('sleeptest', seconds=5, tag='vmlinux')
|
/external/autotest/client/bin/ |
D | kernel.py | 504 self.vmlinux = self.boot_dir + '/vmlinux-' + tag 508 self.image = self.vmlinux 514 utils.force_copy('vmlinux', self.vmlinux) 770 vmlinux = utils.system_output( 773 % (rpm_pack, vmlinux)) 774 if not os.path.exists(vmlinux): 776 % (vmlinux, rpm_pack))
|
D | base_utils.py | 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/chromium-trace/catapult/telemetry/telemetry/internal/testing/ |
D | sample_perf_report_output.txt | 3 No kallsyms or vmlinux with build-id 3b63ca692cbb756f837744e061d02a790bf637d5 was found
|
/external/chromium-trace/catapult/telemetry/bin/ |
D | README.chromium | 33 1: vmlinux symtab matches kallsyms : FAILED!
|
/external/elfutils/config/ |
D | elfutils.spec.in | 595 - libdwfl: Look for linux kernel vmlinux files with .debug suffix.
|
/external/elfutils/ |
D | NEWS | 510 libdwfl: Look for linux kernel "vmlinux" files with ".debug" suffix.
|
/external/elfutils/libdwfl/ |
D | ChangeLog | 2570 Use standard debuginfo search path to look for vmlinux.
|