Home | History | Annotate | Download | only in oprofile

Lines Matching refs:session_dir

100     self.session_dir = '/tmp/oprofile'
169 self.session_dir = a
337 if os.path.exists(self.session_dir):
339 print "* Session directory already exists: %s" % (self.session_dir)
344 shutil.rmtree(self.session_dir)
346 print "* Failed to remove existing session directory: %s" % (self.session_dir)
351 os.makedirs(self.session_dir)
353 print "* Failed to create session directory: %s" % (self.session_dir)
357 raw_samples_dir = os.path.join(self.session_dir, 'raw_samples')
358 samples_dir = os.path.join(self.session_dir, 'samples')
359 abi_file = os.path.join(self.session_dir, 'abi')
437 '--session-dir=' + self.session_dir,
464 '--session-dir=' + self.session_dir,