Re: [PATCH 05/16] perf tools: Add facility to export data in database-friendly way

2014-10-24 Thread Arnaldo Carvalho de Melo
Em Fri, Oct 24, 2014 at 11:40:02AM -0300, Arnaldo Carvalho de Melo escreveu: > Em Fri, Oct 24, 2014 at 04:13:00PM +0300, Adrian Hunter escreveu: > > On 24/10/14 15:26, Namhyung Kim wrote: > > > Hi Adrian, > > > > > > On Fri, Oct 24, 2014 at 7:47 PM, Adrian Hunter > > > wrote: > > >> On 24/10/14

Re: [PATCH 05/16] perf tools: Add facility to export data in database-friendly way

2014-10-24 Thread Arnaldo Carvalho de Melo
Em Fri, Oct 24, 2014 at 04:13:00PM +0300, Adrian Hunter escreveu: > On 24/10/14 15:26, Namhyung Kim wrote: > > Hi Adrian, > > > > On Fri, Oct 24, 2014 at 7:47 PM, Adrian Hunter > > wrote: > >> On 24/10/14 11:11, Adrian Hunter wrote: > >>> On 24/10/14 09:02, Namhyung Kim wrote: > Can we do

Re: [PATCH 05/16] perf tools: Add facility to export data in database-friendly way

2014-10-24 Thread Adrian Hunter
On 24/10/14 15:26, Namhyung Kim wrote: > Hi Adrian, > > On Fri, Oct 24, 2014 at 7:47 PM, Adrian Hunter > wrote: >> On 24/10/14 11:11, Adrian Hunter wrote: >>> On 24/10/14 09:02, Namhyung Kim wrote: Can we do it somewhere in a script not in the core code? I don't feel comfortable to

Re: [PATCH 05/16] perf tools: Add facility to export data in database-friendly way

2014-10-24 Thread Namhyung Kim
Hi Adrian, On Fri, Oct 24, 2014 at 7:47 PM, Adrian Hunter wrote: > On 24/10/14 11:11, Adrian Hunter wrote: >> On 24/10/14 09:02, Namhyung Kim wrote: >>> Can we do it somewhere in a script not in the core code? I don't feel >>> comfortable to add those bits into the core code. What if we export

Re: [PATCH 05/16] perf tools: Add facility to export data in database-friendly way

2014-10-24 Thread Adrian Hunter
On 24/10/14 11:11, Adrian Hunter wrote: > On 24/10/14 09:02, Namhyung Kim wrote: >> On Thu, 23 Oct 2014 13:45:13 +0300, Adrian Hunter wrote: >>> This patch introduces an abstraction for exporting sample >>> data in a database-friendly way. The abstraction does not >>> implement the actual output.

Re: [PATCH 05/16] perf tools: Add facility to export data in database-friendly way

2014-10-24 Thread Adrian Hunter
On 24/10/14 09:02, Namhyung Kim wrote: > On Thu, 23 Oct 2014 13:45:13 +0300, Adrian Hunter wrote: >> This patch introduces an abstraction for exporting sample >> data in a database-friendly way. The abstraction does not >> implement the actual output. A subsequent patch takes this >> facility

Re: [PATCH 05/16] perf tools: Add facility to export data in database-friendly way

2014-10-24 Thread Namhyung Kim
On Thu, 23 Oct 2014 13:45:13 +0300, Adrian Hunter wrote: > This patch introduces an abstraction for exporting sample > data in a database-friendly way. The abstraction does not > implement the actual output. A subsequent patch takes this > facility into use for extending the script interface. >

Re: [PATCH 05/16] perf tools: Add facility to export data in database-friendly way

2014-10-24 Thread Namhyung Kim
On Thu, 23 Oct 2014 13:45:13 +0300, Adrian Hunter wrote: This patch introduces an abstraction for exporting sample data in a database-friendly way. The abstraction does not implement the actual output. A subsequent patch takes this facility into use for extending the script interface. The

Re: [PATCH 05/16] perf tools: Add facility to export data in database-friendly way

2014-10-24 Thread Adrian Hunter
On 24/10/14 09:02, Namhyung Kim wrote: On Thu, 23 Oct 2014 13:45:13 +0300, Adrian Hunter wrote: This patch introduces an abstraction for exporting sample data in a database-friendly way. The abstraction does not implement the actual output. A subsequent patch takes this facility into use

Re: [PATCH 05/16] perf tools: Add facility to export data in database-friendly way

2014-10-24 Thread Adrian Hunter
On 24/10/14 11:11, Adrian Hunter wrote: On 24/10/14 09:02, Namhyung Kim wrote: On Thu, 23 Oct 2014 13:45:13 +0300, Adrian Hunter wrote: This patch introduces an abstraction for exporting sample data in a database-friendly way. The abstraction does not implement the actual output. A

Re: [PATCH 05/16] perf tools: Add facility to export data in database-friendly way

2014-10-24 Thread Namhyung Kim
Hi Adrian, On Fri, Oct 24, 2014 at 7:47 PM, Adrian Hunter adrian.hun...@intel.com wrote: On 24/10/14 11:11, Adrian Hunter wrote: On 24/10/14 09:02, Namhyung Kim wrote: Can we do it somewhere in a script not in the core code? I don't feel comfortable to add those bits into the core code.

Re: [PATCH 05/16] perf tools: Add facility to export data in database-friendly way

2014-10-24 Thread Adrian Hunter
On 24/10/14 15:26, Namhyung Kim wrote: Hi Adrian, On Fri, Oct 24, 2014 at 7:47 PM, Adrian Hunter adrian.hun...@intel.com wrote: On 24/10/14 11:11, Adrian Hunter wrote: On 24/10/14 09:02, Namhyung Kim wrote: Can we do it somewhere in a script not in the core code? I don't feel

Re: [PATCH 05/16] perf tools: Add facility to export data in database-friendly way

2014-10-24 Thread Arnaldo Carvalho de Melo
Em Fri, Oct 24, 2014 at 04:13:00PM +0300, Adrian Hunter escreveu: On 24/10/14 15:26, Namhyung Kim wrote: Hi Adrian, On Fri, Oct 24, 2014 at 7:47 PM, Adrian Hunter adrian.hun...@intel.com wrote: On 24/10/14 11:11, Adrian Hunter wrote: On 24/10/14 09:02, Namhyung Kim wrote: Can we

Re: [PATCH 05/16] perf tools: Add facility to export data in database-friendly way

2014-10-24 Thread Arnaldo Carvalho de Melo
Em Fri, Oct 24, 2014 at 11:40:02AM -0300, Arnaldo Carvalho de Melo escreveu: Em Fri, Oct 24, 2014 at 04:13:00PM +0300, Adrian Hunter escreveu: On 24/10/14 15:26, Namhyung Kim wrote: Hi Adrian, On Fri, Oct 24, 2014 at 7:47 PM, Adrian Hunter adrian.hun...@intel.com wrote: On

Re: [PATCH 05/16] perf tools: Add facility to export data in database-friendly way

2014-10-23 Thread Arnaldo Carvalho de Melo
Em Thu, Oct 23, 2014 at 01:45:13PM +0300, Adrian Hunter escreveu: > This patch introduces an abstraction for exporting sample > data in a database-friendly way. The abstraction does not > implement the actual output. A subsequent patch takes this > facility into use for extending the script

[PATCH 05/16] perf tools: Add facility to export data in database-friendly way

2014-10-23 Thread Adrian Hunter
This patch introduces an abstraction for exporting sample data in a database-friendly way. The abstraction does not implement the actual output. A subsequent patch takes this facility into use for extending the script interface. The abstraction is needed because static data like symbols, dsos,

[PATCH 05/16] perf tools: Add facility to export data in database-friendly way

2014-10-23 Thread Adrian Hunter
This patch introduces an abstraction for exporting sample data in a database-friendly way. The abstraction does not implement the actual output. A subsequent patch takes this facility into use for extending the script interface. The abstraction is needed because static data like symbols, dsos,

Re: [PATCH 05/16] perf tools: Add facility to export data in database-friendly way

2014-10-23 Thread Arnaldo Carvalho de Melo
Em Thu, Oct 23, 2014 at 01:45:13PM +0300, Adrian Hunter escreveu: This patch introduces an abstraction for exporting sample data in a database-friendly way. The abstraction does not implement the actual output. A subsequent patch takes this facility into use for extending the script