Re: [PATCH 06/26] perf tools: Add support to read build id from compressed elf

2020-09-14 Thread Jiri Olsa
On Mon, Sep 14, 2020 at 01:04:34PM -0300, Arnaldo Carvalho de Melo wrote: > Em Sun, Sep 13, 2020 at 11:02:53PM +0200, Jiri Olsa escreveu: > > Adding support to decompress file before reading build id. > > > > Adding filename__read_build_id and change its current > > versions to read_build_id. > >

Re: [PATCH 06/26] perf tools: Add support to read build id from compressed elf

2020-09-14 Thread Arnaldo Carvalho de Melo
Em Sun, Sep 13, 2020 at 11:02:53PM +0200, Jiri Olsa escreveu: > Adding support to decompress file before reading build id. > > Adding filename__read_build_id and change its current > versions to read_build_id. Also a standalone, generally useful, prep patch, applyed. - Arnaldo > Signed-off-by:

[PATCH 06/26] perf tools: Add support to read build id from compressed elf

2020-09-13 Thread Jiri Olsa
Adding support to decompress file before reading build id. Adding filename__read_build_id and change its current versions to read_build_id. Signed-off-by: Jiri Olsa --- tools/perf/util/symbol-elf.c | 37 ++-- 1 file changed, 35 insertions(+), 2 deletions(-) diff