aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pmc
Commit message (Expand)AuthorAgeFilesLines
* pmc: avoid illegal flexible array memberRyan Libby2026-09-062-12/+7
* pmc: Use isascii(3) to check if a character is ASCIIJohn Baldwin2026-08-211-1/+1
* pmc: Use distinct names for arguments to the pmc_config constructorJohn Baldwin2026-08-201-3/+4
* pmc(8): revert unnecessary lvalue reference change from prior commitEnji Cooper2026-08-101-1/+1
* pmc(8): add missing headers to not rely on header pollutionEnji Cooper2026-08-094-0/+5
* pmc(8): resolve -Wshadow issuesEnji Cooper2026-08-091-8/+8
* pmc: enable the new pmc commandsAli Mashtizadeh2026-07-283-19/+46
* pmc: pmc frontend stall analysis based on IBSAli Mashtizadeh2026-07-281-0/+242
* pmc: pmc info commandAli Mashtizadeh2026-07-281-0/+186
* pmc: pmc record commandAli Mashtizadeh2026-07-282-0/+751
* pmc: new pmc log processing frameworkAli Mashtizadeh2026-07-285-0/+1574
* pmc: console configuration and table rendering for new PMC toolsAli Mashtizadeh2026-07-282-0/+676
* libpmc: Move libpmc and utils to a new pmc packageLexi Winter2025-09-231-0/+1
* src: Use gnu++17 as the default C++ standardJohn Baldwin2025-04-111-1/+0
* pmc: Fix some problems with the makefileMark Johnston2024-02-161-8/+1
* usr.sbin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-275-5/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-165-10/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-127-7/+7
* pmc: remove write-only variablePawel Biernacki2022-10-191-2/+1
* ncurses: chase dependency changes in the source treeBaptiste Daroussin2021-10-041-1/+1
* libpmc: eliminate pmc_pmu_stat_mode()Mitchell Horne2021-05-311-4/+11
* 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