Uncomment setup_pager() call at the commit_pager_choice routine for paging output
Signed-off-by: Alexander Kuleshov <[email protected]> --- tools/perf/perf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/perf/perf.c b/tools/perf/perf.c index 3700a7f..c24f5e5 100644 --- a/tools/perf/perf.c +++ b/tools/perf/perf.c @@ -117,7 +117,7 @@ static void commit_pager_choice(void) setenv("PERF_PAGER", "cat", 1); break; case 1: - /* setup_pager(); */ + setup_pager(); break; default: break; -- 2.2.1.268.g1e6f5b2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

