Re: [PATCH 5/5] perf tools: Add dlfilter test

From: Adrian Hunter
Date: Wed Aug 11 2021 - 06:09:56 EST


On 10/08/21 11:21 pm, Arnaldo Carvalho de Melo wrote:
> Em Tue, Aug 10, 2021 at 10:06:13PM +0300, Adrian Hunter escreveu:
>> On 10/08/21 9:32 pm, Arnaldo Carvalho de Melo wrote:
>>> Em Tue, Aug 10, 2021 at 02:48:13PM +0300, Adrian Hunter escreveu:
>>>> Add a perf test to test the dlfilter C API.
>>>>
>>>> A perf.data file is synthesized and then processed by perf script with a
>>>> dlfilter named dlfilter-test-api-v0.so. Also a C file is compiled to
>>>> provide a dso to match the synthesized perf.data file.
>>>
>>> [root@five ~]# perf test dlfilter
>>> 72: dlfilter C API : FAILED!

Should be fixed in V2