diff options
| author | Grant Likely <grant.likely@secretlab.ca> | 2010-05-25 02:38:26 -0400 |
|---|---|---|
| committer | Grant Likely <grant.likely@secretlab.ca> | 2010-05-25 02:38:26 -0400 |
| commit | b1e50ebcf24668e57f058deb48b0704b5391ed0f (patch) | |
| tree | 17e1b69b249d0738317b732186340c9dd053f1a1 /tools/perf/util/scripting-engines/trace-event-perl.c | |
| parent | 0c2a2ae32793e3500a15a449612485f5d17dd431 (diff) | |
| parent | 7e125f7b9cbfce4101191b8076d606c517a73066 (diff) | |
Merge remote branch 'origin' into secretlab/next-spi
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-perl.c')
| -rw-r--r-- | tools/perf/util/scripting-engines/trace-event-perl.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/perf/util/scripting-engines/trace-event-perl.c b/tools/perf/util/scripting-engines/trace-event-perl.c index 5376378e0cfc..b059dc50cc2d 100644 --- a/tools/perf/util/scripting-engines/trace-event-perl.c +++ b/tools/perf/util/scripting-engines/trace-event-perl.c | |||
| @@ -371,7 +371,6 @@ static int perl_start_script(const char *script, int argc, const char **argv) | |||
| 371 | run_start_sub(); | 371 | run_start_sub(); |
| 372 | 372 | ||
| 373 | free(command_line); | 373 | free(command_line); |
| 374 | fprintf(stderr, "perf trace started with Perl script %s\n\n", script); | ||
| 375 | return 0; | 374 | return 0; |
| 376 | error: | 375 | error: |
| 377 | perl_free(my_perl); | 376 | perl_free(my_perl); |
| @@ -394,8 +393,6 @@ static int perl_stop_script(void) | |||
| 394 | perl_destruct(my_perl); | 393 | perl_destruct(my_perl); |
| 395 | perl_free(my_perl); | 394 | perl_free(my_perl); |
| 396 | 395 | ||
| 397 | fprintf(stderr, "\nperf trace Perl script stopped\n"); | ||
| 398 | |||
| 399 | return 0; | 396 | return 0; |
| 400 | } | 397 | } |
| 401 | 398 | ||
