<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Build</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>9d56c88e - tools/tracing: Use tools/build makefiles on latency-collector</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/tracing/latency/Build#9d56c88e</link>
        <description>tools/tracing: Use tools/build makefiles on latency-collectorUse tools/build/ makefiles to build latency-collector, inheritingthe benefits of it. For example: Before this patch, a missingtracefs/traceevents headers will result in fail like this:  ~/linux/tools/tracing/latency $ make  cc -Wall -Wextra -g -O2  -o latency-collector latency-collector.c -lpthread  latency-collector.c:26:10: fatal error: tracefs.h: No such file or directory     26 | #include &lt;tracefs.h&gt;        |          ^~~~~~~~~~~  compilation terminated.  make: *** [Makefile:14: latency-collector] Error 1Which is not that helpful. After this change it reports:  ~/linux/tools/tracing/latency# make  Auto-detecting system features:  ...                           libtraceevent: [ OFF ]  ...                              libtracefs: [ OFF ]  libtraceevent is missing. Please install libtraceevent-dev/libtraceevent-devel  libtracefs is missing. Please install libtracefs-dev/libtracefs-devel  Makefile.config:29: *** Please, check the errors above..  Stop.This type of output is common across other tools in tools/ like perfand objtool.Link: https://lkml.kernel.org/r/872420b0880b11304e4ba144a0086c6478c5b469.1710519524.git.bristot@kernel.orgCc: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;Cc: Josh Poimboeuf &lt;jpoimboe@kernel.org&gt;Cc: John Kacur &lt;jkacur@redhat.com&gt;Cc: Namhyung Kim &lt;namhyung@kernel.org&gt;Cc: Jiri Olsa &lt;jolsa@kernel.org&gt;Suggested-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;Signed-off-by: Daniel Bristot de Oliveira &lt;bristot@kernel.org&gt;

            List of files:
            /linux-6.15/tools/tracing/latency/Build</description>
        <pubDate>Fri, 15 Mar 2024 16:44:03 +0000</pubDate>
        <dc:creator>Daniel Bristot de Oliveira &lt;bristot@kernel.org&gt;</dc:creator>
    </item>
</channel>
</rss>
