Re: [PATCH] perf: fix HEADER_CMDLINE description in perf.data documentation

2019-02-19 Thread Arnaldo Carvalho de Melo
Em Tue, Feb 19, 2019 at 03:04:09PM +0100, Jiri Olsa escreveu: > On Mon, Feb 18, 2019 at 03:02:03PM +0100, Jonas Rabenstein wrote: > > The content of this feature header is a perf_header_string_list of > > the argument vector and not a perf_header_string of the commandline. > > missing your Signed-

Re: [PATCH] perf: fix HEADER_CMDLINE description in perf.data documentation

2019-02-19 Thread Jiri Olsa
On Mon, Feb 18, 2019 at 03:02:03PM +0100, Jonas Rabenstein wrote: > The content of this feature header is a perf_header_string_list of > the argument vector and not a perf_header_string of the commandline. missing your Signed-off-by Acked-by: Jiri Olsa thanks, jirka > --- > tools/perf/Documen