Home | History | Annotate | Download | only in oprofile

Lines Matching full:vmlinux

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:
139 report = self.opreport + ' -l ' + self.vmlinux
147 utils.system("echo 'no vmlinux found.' > %s" % reportfile)