<?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>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/pmcstat/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/usr.sbin/pmcstat/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cbc83e37 - ncurses: chase dependency changes in the source tree</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/pmcstat/Makefile#cbc83e37</link>
        <description>ncurses: chase dependency changes in the source treeDifferential Revision:	https://reviews.freebsd.org/D32098

            List of files:
            /freebsd-14.2/usr.sbin/pmcstat/Makefile</description>
        <pubDate>Thu, 23 Sep 2021 01:52:46 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ee55186d - pmc: Add include path for libpmcstat as it is an internallib</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/pmcstat/Makefile#ee55186d</link>
        <description>pmc: Add include path for libpmcstat as it is an internallibReviewed by:	baptDifferential Revision:	https://reviews.freebsd.org/D24173

            List of files:
            /freebsd-14.2/usr.sbin/pmcstat/Makefile</description>
        <pubDate>Wed, 25 Mar 2020 01:32:16 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f992dd4b - pmc: convert native to jsonl and track TSC value of samples</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/pmcstat/Makefile#f992dd4b</link>
        <description>pmc: convert native to jsonl and track TSC value of samples- add &apos;-j&apos; options to filter to enable converting native pmc  log format to json lines format to enable the use of scripts  and external tooling% pmc filter -j pmc.log pmc.jsonl- Record the tsc value in sampling interrupts as opposed to  recording nanotime when the sample is copied to a global log  in hardclock - potentially many milliseconds later.- At initialize record the tsc_freq and the time of day to give  us an offset for translating the tsc values in callchain records

            List of files:
            /freebsd-14.2/usr.sbin/pmcstat/Makefile</description>
        <pubDate>Thu, 07 Jun 2018 02:03:22 +0000</pubDate>
        <dc:creator>Matt Macy &lt;mmacy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7d41856e - pmcstat(8): unbreak build with LDFLAGS+=-Wl,--as-needed</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/pmcstat/Makefile#7d41856e</link>
        <description>pmcstat(8): unbreak build with LDFLAGS+=-Wl,--as-neededlibpmcstat.a requires libelf.so; reorder them accordingly.

            List of files:
            /freebsd-14.2/usr.sbin/pmcstat/Makefile</description>
        <pubDate>Fri, 03 Nov 2017 00:12:32 +0000</pubDate>
        <dc:creator>Andriy Voskoboinyk &lt;avos@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d27927f7 - Extract a set of pmcstat functions and interfaces to the new internal</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/pmcstat/Makefile#d27927f7</link>
        <description>Extract a set of pmcstat functions and interfaces to the new internallibrary -- libpmcstat.This includes PMC logging module, symbols lookup functions,ELF parsing, process management, PMC attachment, etc.This allows to reuse code while building new hwpmc(4)-based applications.Also add pmcstat_symbol_search_by_name() function that allows to findmapped IP range for a given function name.Reviewed by:	kibSponsored by:	DARPA, AFRLDifferential Revision:	https://reviews.freebsd.org/D12718

            List of files:
            /freebsd-14.2/usr.sbin/pmcstat/Makefile</description>
        <pubDate>Tue, 24 Oct 2017 16:28:00 +0000</pubDate>
        <dc:creator>Ruslan Bukin &lt;br@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6db8143 - Convert usr.sbin to LIBADD</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/pmcstat/Makefile#c6db8143</link>
        <description>Convert usr.sbin to LIBADDReduce overlinking

            List of files:
            /freebsd-14.2/usr.sbin/pmcstat/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 16:57:27 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>80189b3b - Replace all uses of libncurses and libtermcap with their wide character</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/pmcstat/Makefile#80189b3b</link>
        <description>Replace all uses of libncurses and libtermcap with their wide charactervariants.  This allows usable file system images (i.e. those with both ashell and an editor) to be created with only one copy of the curses library.Exp-run:	antoinePR:		189842Discussed with:	baptSponsored by:	DARPA, AFRL

            List of files:
            /freebsd-14.2/usr.sbin/pmcstat/Makefile</description>
        <pubDate>Thu, 17 Jul 2014 18:24:34 +0000</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>85ec49f3 - Add a new option - &apos;a &lt;file&gt;&apos; - which spits out annotated callgraphs.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/pmcstat/Makefile#85ec49f3</link>
        <description>Add a new option - &apos;a &lt;file&gt;&apos; - which spits out annotated callgraphs.&apos;-m &lt;file&gt;&apos; spits out the given stream into &lt;file&gt; (eg, /dev/stdout).However, it only resolves the first symbol; it doesn&apos;t parse the entirecallgraph.  If it fails to lookup then it doesn&apos;t print anything.&apos;-a&apos; instead does a symbol and file:line lookup for each address in eachcallgraph and will happily print the address itself with no lookupinformation if it couldn&apos;t look things up.This makes it much easier to pull out individual records from apmc data file and look at the callgraph information without having tohand-decode the addresses.Sponsored by:	Netflix, Inc.

            List of files:
            /freebsd-14.2/usr.sbin/pmcstat/Makefile</description>
        <pubDate>Mon, 24 Feb 2014 02:43:58 +0000</pubDate>
        <dc:creator>Adrian Chadd &lt;adrian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>02178aec - MFC 204329 partially:</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/pmcstat/Makefile#02178aec</link>
        <description>MFC 204329 partially:Fixed dependencies (make checkdpadd).

            List of files:
            /freebsd-14.2/usr.sbin/pmcstat/Makefile</description>
        <pubDate>Fri, 05 Mar 2010 22:52:41 +0000</pubDate>
        <dc:creator>Fabien Thomas &lt;fabient@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2553c385 - MFC 203790:</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/pmcstat/Makefile#2553c385</link>
        <description>MFC 203790:- Reorganize code in &apos;plugin&apos; to share log processing.- Kcachegrind (calltree) support with assembly/source  code mapping and call count estimator (-F).- Top mode for calltree and callgraph plugin (-T).

            List of files:
            /freebsd-14.2/usr.sbin/pmcstat/Makefile</description>
        <pubDate>Fri, 05 Mar 2010 22:40:31 +0000</pubDate>
        <dc:creator>Fabien Thomas &lt;fabient@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bee10047 - Fixed dependencies (make checkdpadd).</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/pmcstat/Makefile#bee10047</link>
        <description>Fixed dependencies (make checkdpadd).

            List of files:
            /freebsd-14.2/usr.sbin/pmcstat/Makefile</description>
        <pubDate>Thu, 25 Feb 2010 20:24:19 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0b86b1bb - - Reorganize code in &apos;plugin&apos; to share log processing.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/pmcstat/Makefile#0b86b1bb</link>
        <description>- Reorganize code in &apos;plugin&apos; to share log processing.- Kcachegrind (calltree) support with assembly/sourcecode mapping and call count estimator (-F).- Top mode for calltree and callgraph plugin (-T).MFC after:	1 month

            List of files:
            /freebsd-14.2/usr.sbin/pmcstat/Makefile</description>
        <pubDate>Thu, 11 Feb 2010 22:51:44 +0000</pubDate>
        <dc:creator>Fabien Thomas &lt;fabient@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>71ccf092 - The last big commit: let usr.sbin/ use WARNS=6 by default.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/pmcstat/Makefile#71ccf092</link>
        <description>The last big commit: let usr.sbin/ use WARNS=6 by default.

            List of files:
            /freebsd-14.2/usr.sbin/pmcstat/Makefile</description>
        <pubDate>Sat, 02 Jan 2010 11:07:44 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3c7b2ed7 - Fix &apos;make checkdpadd&apos;.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/pmcstat/Makefile#3c7b2ed7</link>
        <description>Fix &apos;make checkdpadd&apos;.

            List of files:
            /freebsd-14.2/usr.sbin/pmcstat/Makefile</description>
        <pubDate>Fri, 22 Feb 2008 06:25:49 +0000</pubDate>
        <dc:creator>Joseph Koshy &lt;jkoshy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b6010f9e - Introduce pmcstat(8) changes for summarizing hwpmc(4) callchain records in</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/pmcstat/Makefile#b6010f9e</link>
        <description>Introduce pmcstat(8) changes for summarizing hwpmc(4) callchain records inin textual form and in gmon.out format.Update manual page.Sponsored by:	FreeBSD Foundation and Google Inc.

            List of files:
            /freebsd-14.2/usr.sbin/pmcstat/Makefile</description>
        <pubDate>Fri, 07 Dec 2007 08:26:21 +0000</pubDate>
        <dc:creator>Joseph Koshy &lt;jkoshy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>71ce49ae - Fixed &quot;make checkdpadd&quot; (missing library dependencies).</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/pmcstat/Makefile#71ce49ae</link>
        <description>Fixed &quot;make checkdpadd&quot; (missing library dependencies).Approved by:	re (kensmith)

            List of files:
            /freebsd-14.2/usr.sbin/pmcstat/Makefile</description>
        <pubDate>Mon, 01 Oct 2007 18:15:11 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fbd8b34a - MFP4: Enhancements to pmcstat(8):</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/pmcstat/Makefile#fbd8b34a</link>
        <description>MFP4: Enhancements to pmcstat(8):- Allow the &quot;-t&quot; option to take a regular expression naming command  line processes to attach process PMCs to.- Update the manual page and add an example showing the use of the  new functionality.- Update the (c) year on the affected source files.

            List of files:
            /freebsd-14.2/usr.sbin/pmcstat/Makefile</description>
        <pubDate>Fri, 27 Apr 2007 12:09:31 +0000</pubDate>
        <dc:creator>Joseph Koshy &lt;jkoshy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>15139246 - MFP4:</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/pmcstat/Makefile#15139246</link>
        <description>MFP4:- pmcstat(8) gprof output mode fixes:  lib/libpmc/pmclog.{c,h}, sys/sys/pmclog.h:  + Add a &apos;is_usermode&apos; field to the PMCLOG_PCSAMPLE event  + Add an &apos;entryaddr&apos; field to the PMCLOG_PROCEXEC event,    so that pmcstat(8) can determine where the runtime loader    /libexec/ld-elf.so.1 is getting loaded.  sys/kern/kern_exec.c:  + Use a local struct to group the entry address of the image being    exec()&apos;ed and the process credential changed flag to the exec    handling hook inside hwpmc(4).  usr.sbin/pmcstat/*:  + Support &quot;-k kernelpath&quot;, &quot;-D sampledir&quot;.  + Implement the ELF bits of &apos;gmon.out&apos; profile generation in a new    file &quot;pmcstat_log.c&quot;.  Move all log related functions to this    file.  + Move local definitions and prototypes to &quot;pmcstat.h&quot;- Other bug fixes:  + lib/libpmc/pmclog.c: correctly handle EOF in pmclog_read().  + sys/dev/hwpmc_mod.c: unconditionally log a PROCEXIT event to all    attached PMCs when a process exits.  + sys/sys/pmc.h: correct a function prototype.  + Improve usage checks in pmcstat(8).Approved by:	re (blanket hwpmc)

            List of files:
            /freebsd-14.2/usr.sbin/pmcstat/Makefile</description>
        <pubDate>Thu, 30 Jun 2005 19:01:26 +0000</pubDate>
        <dc:creator>Joseph Koshy &lt;jkoshy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>38bebddd - Remove superfluous CFLAGS additions.  Make &apos;make checkdpadd&apos; work.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/pmcstat/Makefile#38bebddd</link>
        <description>Remove superfluous CFLAGS additions.  Make &apos;make checkdpadd&apos; work.Use &apos;?=&apos; for the WARNS line.Submitted by:	ru

            List of files:
            /freebsd-14.2/usr.sbin/pmcstat/Makefile</description>
        <pubDate>Tue, 19 Apr 2005 14:40:50 +0000</pubDate>
        <dc:creator>Joseph Koshy &lt;jkoshy@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
