Re: [PATCH 5.0 05/93] perf data: Dont store auxtrace index for directory data file

2019-04-20 Thread Jiri Olsa
On Fri, Apr 19, 2019 at 09:25:27AM -0400, Sasha Levin wrote: > On Thu, Apr 18, 2019 at 10:28:47PM +0300, Thomas Backlund wrote: > > Den 18-04-2019 kl. 20:56, skrev Greg Kroah-Hartman: > > > [ Upstream commit cd3dd8dd8ff62374d90cb3f2e54b8c94106c7810 ] > > > > > > We can't store the auxtrace index

Re: [PATCH 5.0 05/93] perf data: Dont store auxtrace index for directory data file

2019-04-19 Thread Sasha Levin
On Thu, Apr 18, 2019 at 10:28:47PM +0300, Thomas Backlund wrote: Den 18-04-2019 kl. 20:56, skrev Greg Kroah-Hartman: [ Upstream commit cd3dd8dd8ff62374d90cb3f2e54b8c94106c7810 ] We can't store the auxtrace index when we store into multiple files, because we keep only offset for it, not the

Re: [PATCH 5.0 05/93] perf data: Dont store auxtrace index for directory data file

2019-04-18 Thread Thomas Backlund
Den 18-04-2019 kl. 20:56, skrev Greg Kroah-Hartman: [ Upstream commit cd3dd8dd8ff62374d90cb3f2e54b8c94106c7810 ] We can't store the auxtrace index when we store into multiple files, because we keep only offset for it, not the file. The auxtrace data will be processed correctly in the 'pipe'

Re: [PATCH 5.0 05/93] perf data: Dont store auxtrace index for directory data file

2019-04-18 Thread Dan Rue
On Thu, Apr 18, 2019 at 07:56:43PM +0200, Greg Kroah-Hartman wrote: > [ Upstream commit cd3dd8dd8ff62374d90cb3f2e54b8c94106c7810 ] > > We can't store the auxtrace index when we store into multiple files, > because we keep only offset for it, not the file. > > The auxtrace data will be processed

[PATCH 5.0 05/93] perf data: Dont store auxtrace index for directory data file

2019-04-18 Thread Greg Kroah-Hartman
[ Upstream commit cd3dd8dd8ff62374d90cb3f2e54b8c94106c7810 ] We can't store the auxtrace index when we store into multiple files, because we keep only offset for it, not the file. The auxtrace data will be processed correctly in the 'pipe' mode. Signed-off-by: Jiri Olsa Cc: Adrian Hunter Cc: