diff options
| author | Tom Zanussi <[email protected]> | 2010-05-10 04:46:57 +0000 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <[email protected]> | 2010-05-10 22:50:59 +0000 |
| commit | 3824a4e8da9791f4eed99d69bfcdb3b42f440426 (patch) | |
| tree | 970679392b4f1372f0d5c8a19c83f96a1101d646 /tools/perf/util/scripting-engines/trace-event-python.c | |
| parent | perf/trace/scripting: workqueue-stats script cleanup (diff) | |
| download | kernel-3824a4e8da9791f4eed99d69bfcdb3b42f440426.tar.gz kernel-3824a4e8da9791f4eed99d69bfcdb3b42f440426.zip | |
perf/trace/scripting: don't show script start/stop messages by default
Only print the script start/stop messages in verbose mode - users
normally don't care and it just clutters up the output.
Cc: Frédéric Weisbecker <[email protected]>
Cc: Ingo Molnar <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Tom Zanussi <[email protected]>
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
| -rw-r--r-- | tools/perf/util/scripting-engines/trace-event-python.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/perf/util/scripting-engines/trace-event-python.c b/tools/perf/util/scripting-engines/trace-event-python.c index 6a72f14c5986..81f39cab3aaa 100644 --- a/tools/perf/util/scripting-engines/trace-event-python.c +++ b/tools/perf/util/scripting-engines/trace-event-python.c @@ -374,8 +374,6 @@ static int python_start_script(const char *script, int argc, const char **argv) } free(command_line); - fprintf(stderr, "perf trace started with Python script %s\n\n", - script); return err; error: @@ -407,8 +405,6 @@ out: Py_XDECREF(main_module); Py_Finalize(); - fprintf(stderr, "\nperf trace Python script stopped\n"); - return err; } |
