Re: [PATCH 12/14] perf ftrace: Use pager for displaying result

2013-05-13 Thread Namhyung Kim
On Mon, 13 May 2013 15:42:28 +0200, Jiri Olsa wrote: > On Mon, May 13, 2013 at 05:53:22PM +0900, Namhyung Kim wrote: >> Hi Jiri, >> >> On Fri, 10 May 2013 11:04:05 +0200, Jiri Olsa wrote: >> > On Wed, May 08, 2013 at 02:49:10PM +0900, Namhyung Kim wrote: >> > yep, that did it.. seems I'm getting t

Re: [PATCH 12/14] perf ftrace: Use pager for displaying result

2013-05-13 Thread Jiri Olsa
On Mon, May 13, 2013 at 05:53:22PM +0900, Namhyung Kim wrote: > Hi Jiri, > > On Fri, 10 May 2013 11:04:05 +0200, Jiri Olsa wrote: > > On Wed, May 08, 2013 at 02:49:10PM +0900, Namhyung Kim wrote: > > yep, that did it.. seems I'm getting the ftrace output > > all the time, with: > > Hmm.. this was

Re: [PATCH 12/14] perf ftrace: Use pager for displaying result

2013-05-13 Thread Namhyung Kim
Hi Jiri, On Fri, 10 May 2013 11:04:05 +0200, Jiri Olsa wrote: > On Wed, May 08, 2013 at 02:49:10PM +0900, Namhyung Kim wrote: > yep, that did it.. seems I'm getting the ftrace output > all the time, with: Hmm.. this was just a debug patch. So can you get the ftrace output without this patch too?

Re: [PATCH 12/14] perf ftrace: Use pager for displaying result

2013-05-10 Thread Jiri Olsa
On Wed, May 08, 2013 at 02:49:10PM +0900, Namhyung Kim wrote: SNIP > > > diff --git a/tools/perf/builtin-ftrace.c b/tools/perf/builtin-ftrace.c > index f1ecfa207822..6b7aeae2dfa5 100644 > --- a/tools/perf/builtin-ftrace.c > +++ b/tools/perf/builtin-ftrace.c > @@ -40,9 +40,11 @@ struct perf_ftra

Re: [PATCH 12/14] perf ftrace: Use pager for displaying result

2013-05-07 Thread Namhyung Kim
On Mon, 6 May 2013 13:38:19 +0200, Jiri Olsa wrote: > On Mon, May 06, 2013 at 10:52:46AM +0900, Namhyung Kim wrote: >> On Fri, 26 Apr 2013 10:40:23 +0200, Jiri Olsa wrote: >> > On Thu, Apr 25, 2013 at 03:50:45PM +0900, Namhyung Kim wrote: >> >> On Wed, 24 Apr 2013 16:17:24 +0200, Jiri Olsa wrote: >

Re: [PATCH 12/14] perf ftrace: Use pager for displaying result

2013-05-06 Thread Jiri Olsa
On Mon, May 06, 2013 at 10:52:46AM +0900, Namhyung Kim wrote: > On Fri, 26 Apr 2013 10:40:23 +0200, Jiri Olsa wrote: > > On Thu, Apr 25, 2013 at 03:50:45PM +0900, Namhyung Kim wrote: > >> On Wed, 24 Apr 2013 16:17:24 +0200, Jiri Olsa wrote: > >> > On Tue, Apr 23, 2013 at 05:31:10PM +0900, Namhyung

Re: [PATCH 12/14] perf ftrace: Use pager for displaying result

2013-05-05 Thread Namhyung Kim
On Fri, 26 Apr 2013 10:40:23 +0200, Jiri Olsa wrote: > On Thu, Apr 25, 2013 at 03:50:45PM +0900, Namhyung Kim wrote: >> On Wed, 24 Apr 2013 16:17:24 +0200, Jiri Olsa wrote: >> > On Tue, Apr 23, 2013 at 05:31:10PM +0900, Namhyung Kim wrote: >> >> From: Namhyung Kim >> >> >> >> It's convenient to u

Re: [PATCH 12/14] perf ftrace: Use pager for displaying result

2013-04-26 Thread Jiri Olsa
On Thu, Apr 25, 2013 at 03:50:45PM +0900, Namhyung Kim wrote: > On Wed, 24 Apr 2013 16:17:24 +0200, Jiri Olsa wrote: > > On Tue, Apr 23, 2013 at 05:31:10PM +0900, Namhyung Kim wrote: > >> From: Namhyung Kim > >> > >> It's convenient to use pager when seeing many lines of result. > >> > > for som

Re: [PATCH 12/14] perf ftrace: Use pager for displaying result

2013-04-24 Thread Namhyung Kim
On Wed, 24 Apr 2013 16:17:24 +0200, Jiri Olsa wrote: > On Tue, Apr 23, 2013 at 05:31:10PM +0900, Namhyung Kim wrote: >> From: Namhyung Kim >> >> It's convenient to use pager when seeing many lines of result. >> > for some reason I'm able to get any output for 'live' command only > when using --n

Re: [PATCH 12/14] perf ftrace: Use pager for displaying result

2013-04-24 Thread Jiri Olsa
On Tue, Apr 23, 2013 at 05:31:10PM +0900, Namhyung Kim wrote: > From: Namhyung Kim > > It's convenient to use pager when seeing many lines of result. > > Cc: Steven Rostedt > Cc: Frederic Weisbecker > Signed-off-by: Namhyung Kim > --- > tools/perf/builtin-ftrace.c | 6 ++ > 1 file change

[PATCH 12/14] perf ftrace: Use pager for displaying result

2013-04-23 Thread Namhyung Kim
From: Namhyung Kim It's convenient to use pager when seeing many lines of result. Cc: Steven Rostedt Cc: Frederic Weisbecker Signed-off-by: Namhyung Kim --- tools/perf/builtin-ftrace.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/tools/perf/builtin-ftrace.c b/tools/perf/builtin-