Re: [PATCH 1/9] perf list: Use relative path for tracepoint scan

From: Arnaldo Carvalho de Melo
Date: Tue Apr 04 2023 - 18:20:10 EST




On April 4, 2023 7:08:31 PM GMT-03:00, Namhyung Kim <namhyung@xxxxxxxxxx> wrote:

>> ---
>> tools/build/Makefile.feature | 1 +
>> tools/build/feature/Makefile | 4 ++++
>> tools/build/feature/test-all.c | 5 +++++
>> tools/perf/Makefile.config | 4 ++++
>
>Maybe you forgot to add the tools/build/feature/test-scandirat.c :)


Yeah , I noticed that and fixed it:

https://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git/tree/tools/build/feature/test-scandirat.c?h=tmp.perf-tools-next

- Arnaldo