<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>61b3d210 - perf doc: Add support for KBUILD_BUILD_TIMESTAMP</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/Documentation/Makefile#61b3d210</link>
        <description>perf doc: Add support for KBUILD_BUILD_TIMESTAMPWhen building man pages from a Git checkout, we consistently set theman page date based on when the input was last changed.  Otherwise, itdefaults to the build time, which is not reproducible.Allow the date to be set through the KBUILD_BUILD_TIMESTAMP variable,as for timestamps in the kernel itself.Signed-off-by: Ben Hutchings &lt;benh@debian.org&gt;Acked-by: Ian Rogers&lt;irogers@google.com&gt;Cc: Ingo Molnar &lt;mingo@redhat.com&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: Salvatore Bonaccorso &lt;carnil@debian.org&gt;Link: https://lore.kernel.org/r/ZF/1F1P+b9qZ/vVH@decadent.org.ukSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/perf/Documentation/Makefile</description>
        <pubDate>Sat, 13 May 2023 20:37:43 +0000</pubDate>
        <dc:creator>Ben Hutchings &lt;benh@debian.org&gt;</dc:creator>
    </item>
<item>
        <title>21a16513 - perf doc: Define man page date when using asciidoctor</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/Documentation/Makefile#21a16513</link>
        <description>perf doc: Define man page date when using asciidoctorWhen building perf documentation with asciidoc, we use &quot;git log&quot; tofind the last commit date of each doc source and pass that to asciidocto use as the man page date.When using asciidoctor, however, the current date is always usedinstead.  Defining perf_date like we do for asciidoc also doesn&apos;twork because we&apos;re not using DocBook as an intermediate format.The asciidoctor man page backend looks for the variable &quot;docdate&quot;,so set that instead.Signed-off-by: Ben Hutchings &lt;benh@debian.org&gt;Acked-by: Ian Rogers&lt;irogers@google.com&gt;Cc: Ingo Molnar &lt;mingo@redhat.com&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: Salvatore Bonaccorso &lt;carnil@debian.org&gt;Link: https://lore.kernel.org/r/ZF/1BOahN/i6xbBx@decadent.org.ukSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/perf/Documentation/Makefile</description>
        <pubDate>Sat, 13 May 2023 20:37:24 +0000</pubDate>
        <dc:creator>Ben Hutchings &lt;benh@debian.org&gt;</dc:creator>
    </item>
<item>
        <title>f24fb539 - perf tools: Don&apos;t include signature in version strings</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/Documentation/Makefile#f24fb539</link>
        <description>perf tools: Don&apos;t include signature in version stringsThis explodes the build if HEAD is signed, since the generated versionis gpg: Signature made Mon 26 Dec 2022 20:34:48 CET, then a few morelines, then the SHA.Signed-off-by: Ahelenia Ziemia&#324;ska &lt;nabijaczleweli@nabijaczleweli.xyz&gt;Acked-by: Namhyung Kim &lt;namhyung@kernel.org&gt;Cc: Alexander Shishkin &lt;alexander.shishkin@linux.intel.com&gt;Cc: Jiri Olsa &lt;jolsa@kernel.org&gt;Cc: Mark Rutland &lt;mark.rutland@arm.com&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Link: http://lore.kernel.org/lkml/7c9637711271f50ec2341fb8a7c29585335dab04.1672174189.git.nabijaczleweli@nabijaczleweli.xyzSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/perf/Documentation/Makefile</description>
        <pubDate>Tue, 27 Dec 2022 20:58:00 +0000</pubDate>
        <dc:creator>Ahelenia Ziemia&#324;ska &lt;nabijaczleweli@nabijaczleweli.xyz&gt;</dc:creator>
    </item>
<item>
        <title>c44fc5af - perf doc: Reorganize ARTICLES variables.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/Documentation/Makefile#c44fc5af</link>
        <description>perf doc: Reorganize ARTICLES variables.Place early, as they are in the git Makefile. Remove references to a&apos;technical` directory that doesn&apos;t exist in perf.Signed-off-by: Ian Rogers &lt;irogers@google.com&gt;Acked-by: Namhyung Kim &lt;namhyung@kernel.org&gt;Cc: Alexander Shishkin &lt;alexander.shishkin@linux.intel.com&gt;Cc: Ingo Molnar &lt;mingo@redhat.com&gt;Cc: Jiri Olsa &lt;jolsa@redhat.com&gt;Cc: Mark Rutland &lt;mark.rutland@arm.com&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: Stephane Eranian &lt;eranian@google.com&gt;Link: https //lore.kernel.org/r/20210715013343.2286699-8-irogers@google.comSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/perf/Documentation/Makefile</description>
        <pubDate>Thu, 15 Jul 2021 01:33:43 +0000</pubDate>
        <dc:creator>Ian Rogers &lt;irogers@google.com&gt;</dc:creator>
    </item>
<item>
        <title>17ef1f14 - perf doc: Remove howto-index.sh related references.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/Documentation/Makefile#17ef1f14</link>
        <description>perf doc: Remove howto-index.sh related references.howto-index.sh exists in git but not in perf, as such targets thatdepend upon it fail. Remove such failing targets.Signed-off-by: Ian Rogers &lt;irogers@google.com&gt;Acked-by: Namhyung Kim &lt;namhyung@kernel.org&gt;Cc: Alexander Shishkin &lt;alexander.shishkin@linux.intel.com&gt;Cc: Ingo Molnar &lt;mingo@redhat.com&gt;Cc: Jiri Olsa &lt;jolsa@redhat.com&gt;Cc: Mark Rutland &lt;mark.rutland@arm.com&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: Stephane Eranian &lt;eranian@google.com&gt;Link: https //lore.kernel.org/r/20210715013343.2286699-7-irogers@google.comSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/perf/Documentation/Makefile</description>
        <pubDate>Thu, 15 Jul 2021 01:33:42 +0000</pubDate>
        <dc:creator>Ian Rogers &lt;irogers@google.com&gt;</dc:creator>
    </item>
<item>
        <title>e30b992f - perf doc: Remove cmd-list.perl references</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/Documentation/Makefile#e30b992f</link>
        <description>perf doc: Remove cmd-list.perl referencescmd-list.perl exists in git but not in perf. As such these targets failwith missing dependencies. Remove them.Signed-off-by: Ian Rogers &lt;irogers@google.com&gt;Acked-by: Namhyung Kim &lt;namhyung@kernel.org&gt;Cc: Alexander Shishkin &lt;alexander.shishkin@linux.intel.com&gt;Cc: Ingo Molnar &lt;mingo@redhat.com&gt;Cc: Jiri Olsa &lt;jolsa@redhat.com&gt;Cc: Mark Rutland &lt;mark.rutland@arm.com&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: Stephane Eranian &lt;eranian@google.com&gt;Link: https //lore.kernel.org/r/20210715013343.2286699-6-irogers@google.comSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/perf/Documentation/Makefile</description>
        <pubDate>Thu, 15 Jul 2021 01:33:41 +0000</pubDate>
        <dc:creator>Ian Rogers &lt;irogers@google.com&gt;</dc:creator>
    </item>
<item>
        <title>361ac7b4 - perf doc: Add info pages to all target.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/Documentation/Makefile#361ac7b4</link>
        <description>perf doc: Add info pages to all target.Enabled to ensure that info pages build.Signed-off-by: Ian Rogers &lt;irogers@google.com&gt;Acked-by: Namhyung Kim &lt;namhyung@kernel.org&gt;Cc: Alexander Shishkin &lt;alexander.shishkin@linux.intel.com&gt;Cc: Ingo Molnar &lt;mingo@redhat.com&gt;Cc: Jiri Olsa &lt;jolsa@redhat.com&gt;Cc: Mark Rutland &lt;mark.rutland@arm.com&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: Stephane Eranian &lt;eranian@google.com&gt;Link: https //lore.kernel.org/r/20210715013343.2286699-5-irogers@google.comSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/perf/Documentation/Makefile</description>
        <pubDate>Thu, 15 Jul 2021 01:33:40 +0000</pubDate>
        <dc:creator>Ian Rogers &lt;irogers@google.com&gt;</dc:creator>
    </item>
<item>
        <title>33e53610 - perf doc: Remove references to user-manual</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/Documentation/Makefile#33e53610</link>
        <description>perf doc: Remove references to user-manualPerf doesn&apos;t have a user-manual.txt, but git does and this explains whythere are references here. Having these references breaks &apos;make info&apos; asuser-manual.info can&apos;t be created given the missing dependency. Removeall references to user-manual so that &apos;make info&apos; can succeed.Signed-off-by: Ian Rogers &lt;irogers@google.com&gt;Acked-by: Namhyung Kim &lt;namhyung@kernel.org&gt;Cc: Alexander Shishkin &lt;alexander.shishkin@linux.intel.com&gt;Cc: Ingo Molnar &lt;mingo@redhat.com&gt;Cc: Jiri Olsa &lt;jolsa@redhat.com&gt;Cc: Mark Rutland &lt;mark.rutland@arm.com&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: Stephane Eranian &lt;eranian@google.com&gt;Link: https //lore.kernel.org/r/20210715013343.2286699-4-irogers@google.comSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/perf/Documentation/Makefile</description>
        <pubDate>Thu, 15 Jul 2021 01:33:39 +0000</pubDate>
        <dc:creator>Ian Rogers &lt;irogers@google.com&gt;</dc:creator>
    </item>
<item>
        <title>6f6e7f06 - perf doc: Fix perfman.info build</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/Documentation/Makefile#6f6e7f06</link>
        <description>perf doc: Fix perfman.info buildBefore this change &apos;make perfman.info&apos; fails as cat-texi.perl ismissing. It also fails as the makeinfo output isn&apos;t written into theappropriate file. Add cat-texi.perl from git. Add missing output fileflag for makeinfo.Signed-off-by: Ian Rogers &lt;irogers@google.com&gt;Acked-by: Namhyung Kim &lt;namhyung@kernel.org&gt;Cc: Alexander Shishkin &lt;alexander.shishkin@linux.intel.com&gt;Cc: Ingo Molnar &lt;mingo@redhat.com&gt;Cc: Jiri Olsa &lt;jolsa@redhat.com&gt;Cc: Mark Rutland &lt;mark.rutland@arm.com&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: Stephane Eranian &lt;eranian@google.com&gt;Link: https //lore.kernel.org/r/20210715013343.2286699-2-irogers@google.comSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/perf/Documentation/Makefile</description>
        <pubDate>Thu, 15 Jul 2021 01:33:37 +0000</pubDate>
        <dc:creator>Ian Rogers &lt;irogers@google.com&gt;</dc:creator>
    </item>
<item>
        <title>e9cfa47e - perf doc: allow ASCIIDOC_EXTRA to be an argument</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/Documentation/Makefile#e9cfa47e</link>
        <description>perf doc: allow ASCIIDOC_EXTRA to be an argumentThis will allow parent makefiles to pass values to asciidoc.Signed-off-by: Ian Rogers &lt;irogers@google.com&gt;Cc: Adrian Hunter &lt;adrian.hunter@intel.com&gt;Cc: Alexander Shishkin &lt;alexander.shishkin@linux.intel.com&gt;Cc: Alexei Starovoitov &lt;ast@kernel.org&gt;Cc: Alexey Budankov &lt;alexey.budankov@linux.intel.com&gt;Cc: Andi Kleen &lt;ak@linux.intel.com&gt;Cc: Andrii Nakryiko &lt;andriin@fb.com&gt;Cc: Daniel Borkmann &lt;daniel@iogearbox.net&gt;Cc: Florian Fainelli &lt;f.fainelli@gmail.com&gt;Cc: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Cc: Igor Lubashev &lt;ilubashe@akamai.com&gt;Cc: Jin Yao &lt;yao.jin@linux.intel.com&gt;Cc: Jiri Olsa &lt;jolsa@redhat.com&gt;Cc: Jiwei Sun &lt;jiwei.sun@windriver.com&gt;Cc: John Garry &lt;john.garry@huawei.com&gt;Cc: Kan Liang &lt;kan.liang@linux.intel.com&gt;Cc: Leo Yan &lt;leo.yan@linaro.org&gt;Cc: Mark Rutland &lt;mark.rutland@arm.com&gt;Cc: Martin KaFai Lau &lt;kafai@fb.com&gt;Cc: Namhyung Kim &lt;namhyung@kernel.org&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: Stephane Eranian &lt;eranian@google.com&gt;Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;Cc: Yonghong Song &lt;yhs@fb.com&gt;Cc: bpf@vger.kernel.orgCc: netdev@vger.kernel.orgCc: yuzhoujian &lt;yuzhoujian@didichuxing.com&gt;Link: http://lore.kernel.org/lkml/20200416162058.201954-2-irogers@google.comSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/perf/Documentation/Makefile</description>
        <pubDate>Thu, 16 Apr 2020 16:20:55 +0000</pubDate>
        <dc:creator>Ian Rogers &lt;irogers@google.com&gt;</dc:creator>
    </item>
<item>
        <title>0c2d0412 - perf doc: Set man page date to last git commit</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/Documentation/Makefile#0c2d0412</link>
        <description>perf doc: Set man page date to last git commitCurrently the man page dates reflect the date the man pages were built.This patch adjusts the date so that the date is when then man pagelast had a commit against it. The date is generated using &apos;git log&apos;.Committer testing:  $ git log -1 --pretty=&quot;format:%cd&quot; --date=short tools/perf/Documentation/perf-top.txt  2020-01-14Before:  rm -rf /tmp/build/perf  mkdir -p /tmp/build/perf  make -C tools/perf O=/tmp/build/perf/ install  $ date  Wed 11 Mar 2020 10:21:19 AM -03  $ man perf-top | tail -1  perf                    03/11/2020           PERF-TOP(1)  $After:  rm -rf /tmp/build/perf  mkdir -p /tmp/build/perf  make -C tools/perf O=/tmp/build/perf/ install  $ date  $ date  Wed 11 Mar 2020 10:24:06 AM -03  $ man perf-top | tail -1  perf                    2020-01-14           PERF-TOP(1)  $Signed-off-by: Ian Rogers &lt;irogers@google.com&gt;Tested-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;Cc: Alexander Shishkin &lt;alexander.shishkin@linux.intel.com&gt;Cc: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Cc: Jiri Olsa &lt;jolsa@redhat.com&gt;Cc: Mark Rutland &lt;mark.rutland@arm.com&gt;Cc: Masanari Iida &lt;standby24x7@gmail.com&gt;Cc: Mukesh Ojha &lt;mojha@codeaurora.org&gt;Cc: Namhyung Kim &lt;namhyung@kernel.org&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: Stephane Eranian &lt;eranian@google.com&gt;Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;Link: http://lore.kernel.org/lkml/20200311052110.23132-1-irogers@google.comSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/perf/Documentation/Makefile</description>
        <pubDate>Wed, 11 Mar 2020 05:21:10 +0000</pubDate>
        <dc:creator>Ian Rogers &lt;irogers@google.com&gt;</dc:creator>
    </item>
<item>
        <title>89b66500 - perf tools: Fix a typo in a variable name in the Documentation Makefile</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/Documentation/Makefile#89b66500</link>
        <description>perf tools: Fix a typo in a variable name in the Documentation MakefileThis patch fix a spelling typo in a variable name in the Documentation Makefile.Signed-off-by: Masanari Iida &lt;standby24x7@gmail.com&gt;Reviewed-by: Mukesh Ojha &lt;mojha@codeaurora.org&gt;Cc: Alexander Shishkin &lt;alexander.shishkin@linux.intel.com&gt;Cc: Namhyung Kim &lt;namhyung@kernel.org&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Link: http://lkml.kernel.org/r/20190801032812.25018-1-standby24x7@gmail.comSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/perf/Documentation/Makefile</description>
        <pubDate>Thu, 01 Aug 2019 03:28:12 +0000</pubDate>
        <dc:creator>Masanari Iida &lt;standby24x7@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/Documentation/Makefile#ec8f24b7</link>
        <description>treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project license, GPL v2 only. The resulting SPDXlicense identifier is:  GPL-2.0-onlySigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/tools/perf/Documentation/Makefile</description>
        <pubDate>Sun, 19 May 2019 12:07:45 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>169e366c - perf Documentation: Fix out-of-tree asciidoctor man page generation</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/Documentation/Makefile#169e366c</link>
        <description>perf Documentation: Fix out-of-tree asciidoctor man page generationThe dependency for the man page rule using asciidoctor incorrectlyspecifies a source file in $(OUTPUT).  When building out-of-tree, thesource file is not found, resulting in a fall-back to the following rulewhich uses xmlto.Signed-off-by: Ben Hutchings &lt;ben@decadent.org.uk&gt;Cc: Alexander Shishkin &lt;alexander.shishkin@linux.intel.com&gt;Cc: Jiri Olsa &lt;jolsa@redhat.com&gt;Cc: Namhyung Kim &lt;namhyung@kernel.org&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Link: http://lkml.kernel.org/r/20180916151704.GF4765@decadent.org.ukFixes: ffef80ecf89f (&quot;perf Documentation: Support for asciidoctor&quot;)Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/perf/Documentation/Makefile</description>
        <pubDate>Sun, 16 Sep 2018 15:17:05 +0000</pubDate>
        <dc:creator>Ben Hutchings &lt;ben@decadent.org.uk&gt;</dc:creator>
    </item>
<item>
        <title>ffef80ec - perf Documentation: Support for asciidoctor</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/Documentation/Makefile#ffef80ec</link>
        <description>perf Documentation: Support for asciidoctorThe asciidoc package seems behind the recent big wave of python3conversion, and we were advised to switch to asciidoctor instead.  It&apos;salmost compatible but some extensions used for perf documentation don&apos;twork with it.  Here is the patch to cover them, and add the propersupport for asciidoctor.Pass USE_ASCIIDOCTOR=yes to make for using asciidoctor instead ofasciidoc.  The man source and manual attributes are passed via commandoptions.  The support for these attributes have been fixed in thelatest asciidoctor code.Since asciidoctor can covert to a man page and an HTML directly, wecan omit the dependency on xmlto when USE_ASCIIDOCTOR is set.Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Link: http://lkml.kernel.org/r/20180424150456.17353-1-tiwai@suse.deSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/perf/Documentation/Makefile</description>
        <pubDate>Tue, 24 Apr 2018 15:04:56 +0000</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>2826478a - perf tools: Really install manpages via &apos;make install-man&apos;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/Documentation/Makefile#2826478a</link>
        <description>perf tools: Really install manpages via &apos;make install-man&apos;Target install-man builds them but forget to install.Signed-off-by: Konstantin Khlebnikov &lt;khlebnikov@yandex-team.ru&gt;Cc: Alexander Shishkin &lt;alexander.shishkin@linux.intel.com&gt;Cc: Borislav Petkov &lt;borislav.petkov@amd.com&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Fixes: af3df2cf17f5 (&quot;perf tools: Try to build Documentation when installing&quot;)Link: http://lkml.kernel.org/r/150322915300.129715.13645857235229756834.stgit@buzzSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/perf/Documentation/Makefile</description>
        <pubDate>Sun, 20 Aug 2017 11:39:13 +0000</pubDate>
        <dc:creator>Konstantin Khlebnikov &lt;khlebnikov@yandex-team.ru&gt;</dc:creator>
    </item>
<item>
        <title>ca70c24f - tools: Move utilities.mak from perf to tools/scripts/</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/Documentation/Makefile#ca70c24f</link>
        <description>tools: Move utilities.mak from perf to tools/scripts/As it is used by several other tools, better move it outside tools/perf.Cc: Adrian Hunter &lt;adrian.hunter@intel.com&gt;Cc: Jiri Olsa &lt;jolsa@kernel.org&gt;Cc: Josh Poimboeuf &lt;jpoimboe@redhat.com&gt;Cc: Namhyung Kim &lt;namhyung@kernel.org&gt;Cc: Wang Nan &lt;wangnan0@huawei.com&gt;Link: http://lkml.kernel.org/n/tip-34s9kue3xq9w5mijdmfrfx8s@git.kernel.orgSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/perf/Documentation/Makefile</description>
        <pubDate>Fri, 18 Mar 2016 16:57:20 +0000</pubDate>
        <dc:creator>Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>8a5411e9 - perf tools: Implement summary output for &apos;make install&apos;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/Documentation/Makefile#8a5411e9</link>
        <description>perf tools: Implement summary output for &apos;make install&apos;&apos;make install&apos; used to show all the install lines, which is way tooverbose to be really informative to the user.Implement summary output instead:  comet:~/tip/tools/perf&gt; make install    BUILD:   Doing &apos;make -j12&apos; parallel build    SUBDIR   Documentation    INSTALL  Documentation-man    INSTALL  binaries    INSTALL  libexec    INSTALL  perf-archive    INSTALL  perl-scripts    INSTALL  python-scripts    INSTALL  bash_completion-script    INSTALL  tests&apos;make install V=1&apos; will still show the old, detailed output.Cc: David Ahern &lt;dsahern@gmail.com&gt;Cc: Jiri Olsa &lt;jolsa@redhat.com&gt;Cc: Namhyung Kim &lt;namhyung@kernel.org&gt;Cc: Peter Zijlstra &lt;a.p.zijlstra@chello.nl&gt;Signed-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;Link: http://lkml.kernel.org/r/1381312169-17354-5-git-send-email-mingo@kernel.org[ Fixed conflict with libperf-gtk patches in acme/perf/core, cope with &apos;trace&apos; alias ]Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/perf/Documentation/Makefile</description>
        <pubDate>Wed, 09 Oct 2013 09:49:29 +0000</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>65fb0992 - tools: Harmonize the various build messages in perf, lib-traceevent, lib-lk</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/Documentation/Makefile#65fb0992</link>
        <description>tools: Harmonize the various build messages in perf, lib-traceevent, lib-lkThe various build lines from libtraceevent and perf mix up during aparallel build and produce unaligned output like:    CC builtin-buildid-list.o    CC builtin-buildid-cache.o    CC builtin-list.o  CC FPIC            trace-seq.o    CC builtin-record.o  CC FPIC            parse-filter.o    CC builtin-report.o    CC builtin-stat.o  CC FPIC            parse-utils.o  CC FPIC            kbuffer-parse.o    CC builtin-timechart.o    CC builtin-top.o    CC builtin-script.o  BUILD STATIC LIB   libtraceevent.a    CC builtin-probe.o    CC builtin-kmem.o    CC builtin-lock.oTo solve this, harmonize all the build message alignments to be similarto the kernel&apos;s kbuild output: prefixed by two spaces and 11-char wide.After the patch the output looks pretty tidy, even if output lines getmixed up:  CC      builtin-annotate.o  FLAGS:  * new build flags or cross compiler  CC      builtin-bench.o  AR      liblk.a  CC      bench/sched-messaging.o  CC FPIC event-parse.o  CC      bench/sched-pipe.o  CC FPIC trace-seq.o  CC      bench/mem-memcpy.o  CC      bench/mem-memset.o  CC FPIC parse-filter.o  CC      builtin-diff.o  CC      builtin-evlist.o  CC      builtin-help.oSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;Cc: David Ahern &lt;dsahern@gmail.com&gt;Cc: Jiri Olsa &lt;jolsa@redhat.com&gt;Cc: Namhyung Kim &lt;namhyung@kernel.org&gt;Cc: Peter Zijlstra &lt;a.p.zijlstra@chello.nl&gt;Link: http://lkml.kernel.org/r/1381312169-17354-3-git-send-email-mingo@kernel.orgSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/perf/Documentation/Makefile</description>
        <pubDate>Wed, 09 Oct 2013 09:49:27 +0000</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>8ec19c0e - perf tools: Implement summary output for &apos;make clean&apos;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/Documentation/Makefile#8ec19c0e</link>
        <description>perf tools: Implement summary output for &apos;make clean&apos;&apos;make clean&apos; used to show all the rm lines, which isn&apos;t reallyinformative in any way and spams the console.Implement summary output:  comet:~/tip/tools/perf&gt; make clean   CLEAN libtraceevent   CLEAN liblk   CLEAN config   CLEAN core-objs   CLEAN core-progs   CLEAN core-gen   CLEAN Documentation   CLEAN python&apos;make clean V=1&apos; will still show the old, detailed output.Signed-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;Cc: David Ahern &lt;dsahern@gmail.com&gt;Cc: Jiri Olsa &lt;jolsa@redhat.com&gt;Cc: Namhyung Kim &lt;namhyung@kernel.org&gt;Cc: Peter Zijlstra &lt;a.p.zijlstra@chello.nl&gt;Link: http://lkml.kernel.org/r/1381312169-17354-2-git-send-email-mingo@kernel.orgSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/perf/Documentation/Makefile</description>
        <pubDate>Wed, 09 Oct 2013 09:49:26 +0000</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
</channel>
</rss>
