Re: [PATCH 06/23] perf doc: Add perf data file documentation

2013-07-19 Thread Andi Kleen
On Wed, Jul 17, 2013 at 07:49:46PM +0200, Jiri Olsa wrote: > Adding perf data file documentation. FWIW I wrote the following python "construct" description of the data format some time ago. It's more formal than yours. There were still a few things missing though and one mysterious bug. # A desc

Re: [PATCH 06/23] perf doc: Add perf data file documentation

2013-07-18 Thread Jiri Olsa
On Wed, Jul 17, 2013 at 04:59:05PM -0300, Arnaldo Carvalho de Melo wrote: > Em Wed, Jul 17, 2013 at 07:49:46PM +0200, Jiri Olsa escreveu: > > Adding perf data file documentation. > > > > TODO: Finish the FEATURES section > > > > Signed-off-by: Jiri Olsa > > ASCIIDOC /tmp/build/perf/perf-evl

Re: [PATCH 06/23] perf doc: Add perf data file documentation

2013-07-17 Thread Arnaldo Carvalho de Melo
Em Wed, Jul 17, 2013 at 07:49:46PM +0200, Jiri Olsa escreveu: > Adding perf data file documentation. > > TODO: Finish the FEATURES section > > Signed-off-by: Jiri Olsa ASCIIDOC /tmp/build/perf/perf-evlist.xml asciidoc: ERROR: perf-data-file-v2.txt: line 5: name section expected asciidoc: FA

[PATCH 06/23] perf doc: Add perf data file documentation

2013-07-17 Thread Jiri Olsa
Adding perf data file documentation. TODO: Finish the FEATURES section Signed-off-by: Jiri Olsa Cc: Corey Ashford Cc: Frederic Weisbecker Cc: Ingo Molnar Cc: Namhyung Kim Cc: Paul Mackerras Cc: Peter Zijlstra Cc: Arnaldo Carvalho de Melo Cc: Andi Kleen Cc: David Ahern --- tools/perf/Do