linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] perf: Uncomment setup_pager() for pagination activation
@ 2015-01-11 12:40 Alexander Kuleshov
  0 siblings, 0 replies; only message in thread
From: Alexander Kuleshov @ 2015-01-11 12:40 UTC (permalink / raw)
  To: Peter Zijlstra, Paul Mackerras
  Cc: Ingo Molnar, Arnaldo Carvalho de Melo, linux-kernel,
	Alexander Kuleshov

Uncomment setup_pager() call at the commit_pager_choice routine for paging output

Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-01-11 12:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-11 12:40 [PATCH] perf: Uncomment setup_pager() for pagination activation Alexander Kuleshov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).