[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1420980006-13600-1-git-send-email-kuleshovmail@gmail.com>
Date: Sun, 11 Jan 2015 18:40:06 +0600
From: Alexander Kuleshov <kuleshovmail@...il.com>
To: Peter Zijlstra <a.p.zijlstra@...llo.nl>,
Paul Mackerras <paulus@...ba.org>
Cc: Ingo Molnar <mingo@...hat.com>,
Arnaldo Carvalho de Melo <acme@...nel.org>,
linux-kernel@...r.kernel.org,
Alexander Kuleshov <kuleshovmail@...il.com>
Subject: [PATCH] perf: Uncomment setup_pager() for pagination activation
Uncomment setup_pager() call at the commit_pager_choice routine for paging output
Signed-off-by: Alexander Kuleshov <kuleshovmail@...il.com>
---
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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists