Re: [PATCH v3 0/5] perf build: libtraceevent, libtracefs feature check with pkg-config
Steven Rostedt <[email protected]>
| Newsgroups | org.kernel.vger.linux-trace-devel,org.kernel.vger.linux-kernel,org.kernel.vger.linux-perf-users |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 17 Jul 2024 19:47:34 +0200 Guilherme Amadio <[email protected]> wrote: > There is no change in this new submission relative to the last (which has been > tested by Thorsten to fix the build issue in Fedora). The only change has been > to add in CC Steven Rostedt and the list [email protected]. Thanks, For the whole series: Acked-by: Steven Rostedt (Google) <[email protected]> Feel free to take it through the perf tree. -- Steve > > Best regards, > -Guilherme > > Guilherme Amadio (5): > perf build: Warn if libtracefs is not found > tools: Make pkg-config dependency checks usable by other tools > tools/verification: Use pkg-config in lib_setup of Makefile.config > tools/rtla: Use pkg-config in lib_setup of Makefile.config > tools/latency: Use pkg-config in lib_setup of Makefile.config > > tools/build/Makefile.feature | 18 ++++++++++++++++++ > tools/perf/Makefile.config | 13 +++++-------- > tools/tracing/latency/Makefile.config | 3 ++- > tools/tracing/rtla/Makefile.config | 3 ++- > tools/verification/rv/Makefile.config | 3 ++- > 5 files changed, 29 insertions(+), 11 deletions(-) >