Re: [PATCH 3/6] perf script: enable db export to output sampled callchains

2016-05-06 Thread Arnaldo Carvalho de Melo
Em Fri, May 06, 2016 at 10:07:12AM -0300, Arnaldo Carvalho de Melo escreveu: > Em Fri, May 06, 2016 at 02:27:49PM +0300, Adrian Hunter escreveu: > > On 28/04/16 11:19, Chris Phlipot wrote: > > > This change enables the db export api to export callchains. This > > > is accomplished by adding

Re: [PATCH 3/6] perf script: enable db export to output sampled callchains

2016-05-06 Thread Arnaldo Carvalho de Melo
Em Fri, May 06, 2016 at 10:07:12AM -0300, Arnaldo Carvalho de Melo escreveu: > Em Fri, May 06, 2016 at 02:27:49PM +0300, Adrian Hunter escreveu: > > On 28/04/16 11:19, Chris Phlipot wrote: > > > This change enables the db export api to export callchains. This > > > is accomplished by adding

Re: [PATCH 3/6] perf script: enable db export to output sampled callchains

2016-05-06 Thread Arnaldo Carvalho de Melo
Em Fri, May 06, 2016 at 02:27:49PM +0300, Adrian Hunter escreveu: > On 28/04/16 11:19, Chris Phlipot wrote: > > This change enables the db export api to export callchains. This > > is accomplished by adding callchains obtained from samples to the > > call_path_root structure and exporting them via

Re: [PATCH 3/6] perf script: enable db export to output sampled callchains

2016-05-06 Thread Arnaldo Carvalho de Melo
Em Fri, May 06, 2016 at 02:27:49PM +0300, Adrian Hunter escreveu: > On 28/04/16 11:19, Chris Phlipot wrote: > > This change enables the db export api to export callchains. This > > is accomplished by adding callchains obtained from samples to the > > call_path_root structure and exporting them via

Re: [PATCH 3/6] perf script: enable db export to output sampled callchains

2016-05-06 Thread Adrian Hunter
On 28/04/16 11:19, Chris Phlipot wrote: > This change enables the db export api to export callchains. This > is accomplished by adding callchains obtained from samples to the > call_path_root structure and exporting them via the current call path > export API. > > While the current API does

Re: [PATCH 3/6] perf script: enable db export to output sampled callchains

2016-05-06 Thread Adrian Hunter
On 28/04/16 11:19, Chris Phlipot wrote: > This change enables the db export api to export callchains. This > is accomplished by adding callchains obtained from samples to the > call_path_root structure and exporting them via the current call path > export API. > > While the current API does

[PATCH 3/6] perf script: enable db export to output sampled callchains

2016-04-28 Thread Chris Phlipot
This change enables the db export api to export callchains. This is accomplished by adding callchains obtained from samples to the call_path_root structure and exporting them via the current call path export API. While the current API does support exporting call paths, this is not supported when

[PATCH 3/6] perf script: enable db export to output sampled callchains

2016-04-28 Thread Chris Phlipot
This change enables the db export api to export callchains. This is accomplished by adding callchains obtained from samples to the call_path_root structure and exporting them via the current call path export API. While the current API does support exporting call paths, this is not supported when