Re: [PATCH] perf script: Print callchains and symbols if they exist - v2

2013-11-20 Thread David Ahern
On 11/20/13, 6:04 AM, Frederic Weisbecker wrote: We probably want to avoid DSO and IP for most tracepoints. For kernel tracepoints dso is going to be the kernel anyway and IP is often not that relevant either. Sorry, you mentioned that last time and I forgot to respond. Yes, there are a numb

Re: [PATCH] perf script: Print callchains and symbols if they exist - v2

2013-11-20 Thread Frederic Weisbecker
On Tue, Nov 19, 2013 at 09:07:37PM -0700, David Ahern wrote: > The intent of perf-script is to dump the events and information > in the file. H/W, S/W and raw events all dump callchains if they > are present; might as well make that the default for tracepoints > too. > > v2: Only add options for s

[PATCH] perf script: Print callchains and symbols if they exist - v2

2013-11-19 Thread David Ahern
The intent of perf-script is to dump the events and information in the file. H/W, S/W and raw events all dump callchains if they are present; might as well make that the default for tracepoints too. v2: Only add options for sym, dso and ip if callchains are present Signed-off-by: David Ahern Cc:

Re: [PATCH] perf script: Print callchains and symbols if they exist

2013-11-15 Thread Frederic Weisbecker
2013/11/15 David Ahern : > The intent of perf-script is to dump the events and information > in the file. H/W, S/W and raw events all dump callchains if they > are present; might as well make that the default for tracepoints > too. > > Signed-off-by: David Ahern > Cc: Frederic Weisbecker > --- >

[PATCH] perf script: Print callchains and symbols if they exist

2013-11-14 Thread David Ahern
The intent of perf-script is to dump the events and information in the file. H/W, S/W and raw events all dump callchains if they are present; might as well make that the default for tracepoints too. Signed-off-by: David Ahern Cc: Frederic Weisbecker --- tools/perf/builtin-script.c | 4 +++- 1 f