Re: [PATCH v2 3/3] perf tests: Add test for PE binary format support

2020-08-04 Thread Jiri Olsa
On Tue, Aug 04, 2020 at 10:57:36AM +0200, Remi Bernon wrote: > This adds a precompiled file in PE binary format, with split debug file, > and tries to read its build_id and .gnu_debuglink sections, as well as > looking up the main symbol from the debug file. This should succeed if > libbfd is suppo

[PATCH v2 3/3] perf tests: Add test for PE binary format support

2020-08-04 Thread Remi Bernon
This adds a precompiled file in PE binary format, with split debug file, and tries to read its build_id and .gnu_debuglink sections, as well as looking up the main symbol from the debug file. This should succeed if libbfd is supported. Signed-off-by: Remi Bernon Cc: Alexander Shishkin Cc: Arnald