Home | History | Annotate | Download | only in valgrind

Lines Matching refs:ppid

482     for ppid in ppids:
485 f = open(self.log_dir + ("/testcase.%d.name" % ppid))
495 print " Below is the report for valgrind wrapper PID=%d." % ppid
500 print " by searching the above log for 'PID=%d'" % ppid
504 if re.search("\.%d\.[0-9]+$" % ppid, f)]
1001 for ppid in ppids:
1004 f = open("%s/testcase.%s.name" % (self.log_dir, ppid))
1010 print " Below is the report for drmemory wrapper PID=%s." % ppid
1016 print " by searching the above log for 'PID=%s'" % ppid
1019 (self.log_dir, ppid))