Re: [PATCH] perf: update perf.data file format documentation

2019-02-18 Thread Arnaldo Carvalho de Melo
Em Mon, Feb 18, 2019 at 12:22:46AM +0100, Jiri Olsa escreveu: > On Fri, Feb 15, 2019 at 07:28:23PM +0100, Jonas Rabenstein wrote: > > I found that the documentation of the flags section is some how > > different from the actual format used and expected by the perf > > tools. In this patch the accor

Re: [PATCH] perf: update perf.data file format documentation

2019-02-18 Thread Jonas Rabenstein
On Mon, Feb 18, 2019 at 12:22:46AM +0100, Jiri Olsa wrote: > On Fri, Feb 15, 2019 at 07:28:23PM +0100, Jonas Rabenstein wrote: > > I found that the documentation of the flags section is some how > > different from the actual format used and expected by the perf > > tools. In this patch the accordin

Re: [PATCH] perf: update perf.data file format documentation

2019-02-17 Thread Jiri Olsa
On Fri, Feb 15, 2019 at 07:28:23PM +0100, Jonas Rabenstein wrote: > I found that the documentation of the flags section is some how > different from the actual format used and expected by the perf > tools. In this patch the according section of the file format > documentation is updated to conform

[PATCH] perf: update perf.data file format documentation

2019-02-15 Thread Jonas Rabenstein
I found that the documentation of the flags section is some how different from the actual format used and expected by the perf tools. In this patch the according section of the file format documentation is updated to conform to the expectations of the perf tool suite. Signed-off-by: Jonas Rabenste