diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-08-31 04:03:25 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-08-31 04:03:27 -0400 |
commit | 19c959627a3477a8487d08afd47fdc1f4fea60e5 (patch) | |
tree | aaeda0f81bc100ce8f71af129f39b5f2e6e934bf /tools/perf/perf.c | |
parent | 119e7a22bb70d84849384e5113792cd45afa4f85 (diff) | |
parent | d498bc1f6261dd6f655440eb2f1c7fa25694d3ba (diff) |
Merge branch 'perfcounters/tracing' into perfcounters/core
Merge reason: this topic is ready now to merge into the main
development branch for .32, with functional
perf trace output.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'tools/perf/perf.c')
-rw-r--r-- | tools/perf/perf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/perf.c b/tools/perf/perf.c index 31982ad064b4..fe4589dde950 100644 --- a/tools/perf/perf.c +++ b/tools/perf/perf.c | |||
@@ -292,6 +292,7 @@ static void handle_internal_command(int argc, const char **argv) | |||
292 | { "top", cmd_top, 0 }, | 292 | { "top", cmd_top, 0 }, |
293 | { "annotate", cmd_annotate, 0 }, | 293 | { "annotate", cmd_annotate, 0 }, |
294 | { "version", cmd_version, 0 }, | 294 | { "version", cmd_version, 0 }, |
295 | { "trace", cmd_trace, 0 }, | ||
295 | }; | 296 | }; |
296 | unsigned int i; | 297 | unsigned int i; |
297 | static const char ext[] = STRIP_EXTENSION; | 298 | static const char ext[] = STRIP_EXTENSION; |