Message ID | 20240717174739.186988-1-amadio@gentoo.org (mailing list archive) |
---|---|
Headers | show |
Series | perf build: libtraceevent, libtracefs feature check with pkg-config | expand |
On Wed, 17 Jul 2024 19:47:34 +0200 Guilherme Amadio <amadio@gentoo.org> 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 linux-trace-devel@vger.kernel.org. Thanks, For the whole series: Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org> 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(-) >
On 7/17/2024 6:47 PM, Guilherme Amadio wrote: > > This patch series is a continuation of recent work to use pkg-config for feature > checks for libtraceevent and libtracefs. Tested this series for building x86_64 target and cross building aarch64 target: Tested-by: Leo Yan <leo.yan@arm.com>
On Wed, Jul 17, 2024 at 10:58 AM Steven Rostedt <rostedt@goodmis.org> wrote: > > On Wed, 17 Jul 2024 19:47:34 +0200 > Guilherme Amadio <amadio@gentoo.org> 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 linux-trace-devel@vger.kernel.org. > > Thanks, > > For the whole series: > > Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org> > > Feel free to take it through the perf tree. Thanks, I'll add it to perf-tools and send out to v6.11 later. Namhyung