linux/tools/tracing/latency
Tao Chen 26ebba25e2 tools/latency-collector: Check pkg-config install
The tool pkg-config used to check libtraceevent and libtracefs, if not
installed, it will report the libs not found, even though they have
already been installed.

Before:
libtraceevent is missing. Please install libtraceevent-dev/libtraceevent-devel
libtracefs is missing. Please install libtracefs-dev/libtracefs-devel

After:
Makefile.config:10: *** Error: pkg-config needed by libtraceevent/libtracefs is missing
on this system, please install it.

Link: https://lore.kernel.org/20250808040527.2036023-1-chen.dylane@linux.dev
Fixes: 9d56c88e52 ("tools/tracing: Use tools/build makefiles on latency-collector")
Signed-off-by: Tao Chen <chen.dylane@linux.dev>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
2025-08-19 20:32:54 -04:00
..
.gitignore
Build
Makefile tools: Remove redundant quiet setup 2025-02-18 16:27:43 -03:00
Makefile.config tools/latency-collector: Check pkg-config install 2025-08-19 20:32:54 -04:00
latency-collector.c tools/latency-collector: Fix -Wformat-security compile warns 2024-05-23 10:46:01 -04:00