diff options
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 53359ebb369a..89b82acac7d9 100644 --- a/tools/perf/perf.c +++ b/tools/perf/perf.c | |||
@@ -298,6 +298,7 @@ static void handle_internal_command(int argc, const char **argv) | |||
298 | { "version", cmd_version, 0 }, | 298 | { "version", cmd_version, 0 }, |
299 | { "trace", cmd_trace, 0 }, | 299 | { "trace", cmd_trace, 0 }, |
300 | { "sched", cmd_sched, 0 }, | 300 | { "sched", cmd_sched, 0 }, |
301 | { "probe", cmd_probe, 0 }, | ||
301 | }; | 302 | }; |
302 | unsigned int i; | 303 | unsigned int i; |
303 | static const char ext[] = STRIP_EXTENSION; | 304 | static const char ext[] = STRIP_EXTENSION; |