<?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>8149a774 - tools lib api: Add str_error_c to libapi</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/lib/api/Build#8149a774</link>
        <description>tools lib api: Add str_error_c to libapiBecause it uses that function, which would lead every tool using itto need to link against tools/lib/str_error_r.o.This fixes building tools/vm/, that links with libapi.Reported-by: Arjan van de Ven &lt;arjan@linux.intel.com&gt;Reported-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Cc: Adrian Hunter &lt;adrian.hunter@intel.com&gt;Cc: David Ahern &lt;dsahern@gmail.com&gt;Cc: Jiri Olsa &lt;jolsa@kernel.org&gt;Cc: Namhyung Kim &lt;namhyung@kernel.org&gt;Cc: Wang Nan &lt;wangnan0@huawei.com&gt;Fixes: b31e3e3316a7 (&quot;tools lib api fs: Use str_error_r()&quot;)Link: http://lkml.kernel.org/n/tip-aedt3qzibhnhaov2j4caqi61@git.kernel.orgSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/lib/api/Build</description>
        <pubDate>Wed, 27 Jul 2016 20:09:17 +0000</pubDate>
        <dc:creator>Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>975f14fa - tools lib api: Add debug output support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/lib/api/Build#975f14fa</link>
        <description>tools lib api: Add debug output supportAdding support for warning/info/debug output within libapi code. Addingfollowing macros:  pr_warning(fmt, ...)  pr_info(fmt, ...)  pr_debug(fmt, ...)Also adding libapi_set_print function to set above functions. This willbe used in perf to set standard debug handlers for libapi.Adding 2 header files:  debug.h    - to be used outside libapi, contains      libapi_set_print interface  debug-internal.h    - to be used within libapi, contains      pr_warning/pr_info/pr_debug definitionsSigned-off-by: Jiri Olsa &lt;jolsa@kernel.org&gt;Cc: David Ahern &lt;dsahern@gmail.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/1455465826-8426-2-git-send-email-jolsa@kernel.orgSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/lib/api/Build</description>
        <pubDate>Sun, 14 Feb 2016 16:03:42 +0000</pubDate>
        <dc:creator>Jiri Olsa &lt;jolsa@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>09f6acf2 - tools lib api cpu: Introduce cpu.[ch] to obtain cpu related information</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/lib/api/Build#09f6acf2</link>
        <description>tools lib api cpu: Introduce cpu.[ch] to obtain cpu related informationE.g.: $ ./cpu__get_max_freq 3200000It does that, as Kan&apos;s patch does, by looking at these files:  $ cat /sys/devices/system/cpu/online  0-3  $ ./sysfs__read_ull  devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq  /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq=3200000  $I.e. find out the first online CPU, then read its cpufreq info.But do it in tools/lib/api/, so that other tools/ living code can useit, not just perf.Based-on-a-patch-by: Kan Liang &lt;kan.liang@intel.com&gt;Cc: Adrian Hunter &lt;adrian.hunter@intel.com&gt;Cc: Borislav Petkov &lt;bp@suse.de&gt;Cc: David Ahern &lt;dsahern@gmail.com&gt;Cc: Frederic Weisbecker &lt;fweisbec@gmail.com&gt;Cc: Jiri Olsa &lt;jolsa@redhat.com&gt;Cc: Kan Liang &lt;kan.liang@intel.com&gt;Cc: Namhyung Kim &lt;namhyung@kernel.org&gt;Cc: Stephane Eranian &lt;eranian@google.com&gt;Cc: Wang Nan &lt;wangnan0@huawei.com&gt;Link: http://lkml.kernel.org/n/tip-915v4cvxqplaub8qco66b9mv@git.kernel.orgSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/lib/api/Build</description>
        <pubDate>Thu, 10 Sep 2015 15:20:14 +0000</pubDate>
        <dc:creator>Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>285a8f24 - tools lib api: Rename libapikfs.a to libapi.a</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/lib/api/Build#285a8f24</link>
        <description>tools lib api: Rename libapikfs.a to libapi.aRenaming libapikfs.a to libapi.a, because it&apos;s not just &apos;fs&apos; specificlibrary now.Signed-off-by: Jiri Olsa &lt;jolsa@kernel.org&gt;Tested-by: Sukadev Bhattiprolu &lt;sukadev@linux.vnet.ibm.com&gt;Tested-by: Will Deacon &lt;will.deacon@arm.com&gt;Cc: Alexis Berlemont &lt;alexis.berlemont@gmail.com&gt;Cc: Borislav Petkov &lt;bp@alien8.de&gt;Cc: Corey Ashford &lt;cjashfor@linux.vnet.ibm.com&gt;Cc: David Ahern &lt;dsahern@gmail.com&gt;Cc: Frederic Weisbecker &lt;fweisbec@gmail.com&gt;Cc: Namhyung Kim &lt;namhyung@kernel.org&gt;Cc: Paul Mackerras &lt;paulus@samba.org&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: Stephane Eranian &lt;eranian@google.com&gt;Link: http://lkml.kernel.org/n/tip-g1mk5oj2ayq4vn653ovfg3gv@git.kernel.orgSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/lib/api/Build</description>
        <pubDate>Sat, 10 Jan 2015 19:53:13 +0000</pubDate>
        <dc:creator>Jiri Olsa &lt;jolsa@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>b4f91668 - tools lib api: Use tools build framework</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/lib/api/Build#b4f91668</link>
        <description>tools lib api: Use tools build frameworkMove the libapikfs library building under tools build framework.Signed-off-by: Jiri Olsa &lt;jolsa@kernel.org&gt;Tested-by: Sukadev Bhattiprolu &lt;sukadev@linux.vnet.ibm.com&gt;Tested-by: Will Deacon &lt;will.deacon@arm.com&gt;Cc: Alexis Berlemont &lt;alexis.berlemont@gmail.com&gt;Cc: Borislav Petkov &lt;bp@alien8.de&gt;Cc: Corey Ashford &lt;cjashfor@linux.vnet.ibm.com&gt;Cc: David Ahern &lt;dsahern@gmail.com&gt;Cc: Frederic Weisbecker &lt;fweisbec@gmail.com&gt;Cc: Namhyung Kim &lt;namhyung@kernel.org&gt;Cc: Paul Mackerras &lt;paulus@samba.org&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: Stephane Eranian &lt;eranian@google.com&gt;Link: http://lkml.kernel.org/n/tip-xjo8r7nuqy9mvlfrmx9zcfwb@git.kernel.orgSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/lib/api/Build</description>
        <pubDate>Fri, 09 Jan 2015 15:38:25 +0000</pubDate>
        <dc:creator>Jiri Olsa &lt;jolsa@kernel.org&gt;</dc:creator>
    </item>
</channel>
</rss>
