Re: [patch] perf.data documentation clarify HEADER_SAMPLE_TOPOLOGY format

2019-08-13 Thread Arnaldo Carvalho de Melo
Em Fri, Aug 02, 2019 at 03:14:40PM +0200, Jiri Olsa escreveu: > On Thu, Aug 01, 2019 at 02:30:43PM -0400, Vince Weaver wrote: > > +} > > +}[count]; > > Acked-by: Jiri Olsa > > thanks for doing this, Thanks, applied. - Arnaldo

Re: [patch] perf.data documentation clarify HEADER_SAMPLE_TOPOLOGY format

2019-08-02 Thread Jiri Olsa
On Thu, Aug 01, 2019 at 02:30:43PM -0400, Vince Weaver wrote: > > The perf.data file format documentation for HEADER_SAMPLE_TOPOLOGY > specifies the layout in a confusing manner that doesn't match the rest of > the document. This patch attempts to describe things consistent with the > rest of

[patch] perf.data documentation clarify HEADER_SAMPLE_TOPOLOGY format

2019-08-01 Thread Vince Weaver
The perf.data file format documentation for HEADER_SAMPLE_TOPOLOGY specifies the layout in a confusing manner that doesn't match the rest of the document. This patch attempts to describe things consistent with the rest of the file. Signed-off-by: Vince Weaver diff --git a/tools/perf/Docume