Home | History | Annotate | Download | only in perf

Lines Matching refs:cleanup

42 #   - cleanup: <post-test cleanup cmd to run>       (default: none)
87 my $cleanup; # cleanup command to run
191 ($vgopts, $prog, $args, $prereq, $cleanup)
207 } elsif ($line =~ /^\s*cleanup:\s*(.*)$/) {
208 $cleanup = $1;
257 # Successful run; cleanup
384 if (defined $cleanup) {
385 (system("$cleanup") == 0) or
386 print(" ($name cleanup operation failed: $cleanup)\n");