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

From: Jiri Olsa
Date: Wed Jun 24 2020 - 09:10:50 EST


On Wed, Jun 24, 2020 at 12:30:41PM +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 supported.

SNIP

> diff --git a/tools/perf/tests/pe-file.exe b/tools/perf/tests/pe-file.exe
> new file mode 100644

dreams coming true.. windows.exe file in perf sources ;-)

awesome, thanks for the test

jirka