[PATCH] perf: fix documentation of the Flags section in perf.data

2019-02-19 Thread Jonas Rabenstein
According to the current documentation the flags section is placed after the file header itself but the code assumes to find the flags section after the data section. This change updates the documentation to that assumption. Acked-by: Jiri Olsa Signed-off-by: Jonas Rabenstein --- tools/perf/Doc

Re: [PATCH] perf: fix documentation of the Flags section in perf.data

2019-02-19 Thread Jiri Olsa
On Mon, Feb 18, 2019 at 03:18:46PM +0100, Jonas Rabenstein wrote: > According to the current documentation the flags section is placed after > the file header itself but the code assumes to find the flags section > after the data section. This change updates the documentation to that > assumption.

[PATCH] perf: fix documentation of the Flags section in perf.data

2019-02-18 Thread Jonas Rabenstein
According to the current documentation the flags section is placed after the file header itself but the code assumes to find the flags section after the data section. This change updates the documentation to that assumption. --- tools/perf/Documentation/perf.data-file-format.txt | 9 - 1 f