From: Alexander Kuleshov <kuleshovmail@gmail.com>
To: Peter Zijlstra <a.p.zijlstra@chello.nl>,
Paul Mackerras <paulus@samba.org>
Cc: Ingo Molnar <mingo@redhat.com>,
Arnaldo Carvalho de Melo <acme@kernel.org>,
linux-kernel@vger.kernel.org,
Alexander Kuleshov <kuleshovmail@gmail.com>
Subject: [PATCH] perf: Uncomment setup_pager() for pagination activation
Date: Sun, 11 Jan 2015 18:40:06 +0600 [thread overview]
Message-ID: <1420980006-13600-1-git-send-email-kuleshovmail@gmail.com> (raw)
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
reply other threads:[~2015-01-11 12:40 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1420980006-13600-1-git-send-email-kuleshovmail@gmail.com \
--to=kuleshovmail@gmail.com \
--cc=a.p.zijlstra@chello.nl \
--cc=acme@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=paulus@samba.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).