Home | History | Annotate | Download | only in perf

Lines Matching refs:cleanup

42 #   - cleanup: <post-test cleanup cmd to run>       (default: none)
75 my $cleanup; # cleanup command to run
166 ($vgopts, $prog, $args, $prereq, $cleanup)
182 } elsif ($line =~ /^\s*cleanup:\s*(.*)$/) {
183 $cleanup = $1;
307 if (defined $cleanup) {
308 (system("$cleanup") == 0) or
309 print(" ($name cleanup operation failed: $cleanup)\n");