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

2014-10-28 Thread Arnaldo Carvalho de Melo
From: 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

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

2014-10-28 Thread Arnaldo Carvalho de Melo
From: Adrian Hunter adrian.hun...@intel.com 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