Re: [PATCH 1/5] perf trace: Setup pager before running

2012-10-05 Thread Arnaldo Carvalho de Melo
Em Fri, Oct 05, 2012 at 02:02:12PM +0900, Namhyung Kim escreveu: > From: Namhyung Kim > > Since perf trace emits lots of messages on terminal, it'd better using > a pager. Humm, I'm used to the strace behaviour, i.e. free flow of events, unsure if using the pager in this specific case is right,

[PATCH 1/5] perf trace: Setup pager before running

2012-10-04 Thread Namhyung Kim
From: Namhyung Kim Since perf trace emits lots of messages on terminal, it'd better using a pager. Signed-off-by: Namhyung Kim --- tools/perf/builtin-trace.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/perf/builtin-trace.c b/tools/perf/builtin-trace.c index dec8ced61fb0..9fc4b