[PATCH tip 1/1] perf list: use the pager

From: Arnaldo Carvalho de Melo
Date: Wed Aug 12 2009 - 13:45:28 EST


When /sys/kernel/debug is mounted the list is imense, so use the pager
like the other tools.

Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
Signed-off-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>

diff --git a/tools/perf/builtin-list.c b/tools/perf/builtin-list.c
index f990fa8..d88c696 100644
--- a/tools/perf/builtin-list.c
+++ b/tools/perf/builtin-list.c
@@ -10,11 +10,12 @@

#include "perf.h"

-#include "util/parse-options.h"
#include "util/parse-events.h"
+#include "util/cache.h"

int cmd_list(int argc __used, const char **argv __used, const char *prefix __used)
{
+ setup_pager();
print_events();
return 0;
}
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/