aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pmc
Commit message (Expand)AuthorAgeFilesLines
* Remove redundand redefinion, fixing build.Konstantin Belousov2020-12-191-2/+0
* pmc: Fix freed internal location readEric van Gyzen2020-09-011-1/+1
* pmc: diable position-independent builds, they fail to link on amd64Brooks Davis2020-04-031-0/+3
* pmc: Add include path for libpmcstat as it is an internallibEmmanuel Vadot2020-03-251-0/+1
* pmc: Fix stack std::string lifetimeConrad Meyer2019-05-221-1/+2
* Standardize `-std=c++* as `CXXSTD`Enji Cooper2019-03-291-1/+2
* Revert r345706: the third time will be the charmEnji Cooper2019-03-291-2/+1
* Standardize `-std=c++* as `CXXSTD`Enji Cooper2019-03-291-1/+2
* Revert r345704Enji Cooper2019-03-291-2/+1
* CXXSTD is the C++ analogue to CSTD.Enji Cooper2019-03-291-1/+2
* Fix build with GCC 8.1.Ruslan Bukin2018-10-011-0/+1
* pmc: remove trailing whitespaceEitan Adler2018-06-131-1/+1
* pmc gcc fixupsRyan Libby2018-06-112-5/+5
* pmc: mark some dead functions as suchEitan Adler2018-06-095-8/+10
* pmc: convert native to jsonl and track TSC value of samplesMatt Macy2018-06-072-15/+37
* hwpmc: add summary command and further metadata extensionsMatt Macy2018-06-066-14/+232
* hwpmc: log name->pid, name->tid mappingsMatt Macy2018-06-053-37/+121
* pmc stat: add debug option for intermediate stateMatt Macy2018-06-041-24/+36
* pmc stat: fix offset of specified counterMatt Macy2018-06-041-1/+2
* pmc filter: avoid spurious gcc uninitialized warningMatt Macy2018-06-041-1/+1
* pmc: add filter commandMatt Macy2018-06-044-1/+273
* pmc: add list-events commandMatt Macy2018-06-014-2/+134
* pmc stat: fix format strings for 32-bitMatt Macy2018-05-302-11/+9
* pmc: don't break build with format issuesMatt Macy2018-05-301-0/+1
* pmc: silence scan-build warningsMatt Macy2018-05-291-10/+7
* pmc: Add new sub-command structured "pmc" utilityMatt Macy2018-05-295-0/+825