aboutsummaryrefslogtreecommitdiff
path: root/lib/libpmc
Commit message (Expand)AuthorAgeFilesLines
* Add support for Cortex-A76/Neoverse-N1 to hwpmcAndrew Turner2020-08-121-0/+22
* libpmc: Use known pmc_cpuid buffer sizeRyan Moeller2020-07-281-17/+7
* Avoid rebuilding libpmc in every incremental rebuildAlex Richardson2020-07-151-3/+7
* Add stepping to the kern.hwpmc.cpuid string on x86.Alexander Motin2020-07-141-3/+3
* Update AMD Zen1 and add Zen2 events mapping.Alexander Motin2020-07-1320-938/+2025
* Minor textual fixes.Alexander Motin2020-07-131-6/+2
* Map family 0x5F (Denverton) to goldmont.Alexander Motin2020-04-241-0/+1
* Update x86 countersMatt Macy2020-04-0395-6707/+46804
* libpmc: Always add the full include path for libpmcstatEmmanuel Vadot2020-03-251-2/+2
* pmc: Add include path for libpmcstat as it is an internallibEmmanuel Vadot2020-03-251-1/+2
* pmc: Add Hygon Dhyana support.Konstantin Belousov2020-02-072-1/+3
* libpmc: jevents: Go ahead and use snprintf(3)Conrad Meyer2020-01-291-6/+3
* libpmc: jevents: Partial style(9) passConrad Meyer2020-01-291-49/+74
* Revert r353140: Re-add ALLOW_MIPS_SHARED_TEXTREL, sprinkle it aroundKyle Evans2020-01-141-2/+0
* Tweaks for DIRDEPS_BUILDSimon J. Gerraty2019-12-191-1/+1
* libpmc: add MIT SPDX tag to header fileEd Maste2019-12-121-0/+1
* libpmc: convert s390 events data to proper jsonEd Maste2019-12-1215-15/+15
* libpmc: convert powerpc event files to proper jsonEd Maste2019-12-1218-1963/+1963
* libpmc: sort some amdfam17h entries to make valid jsonEd Maste2019-12-122-4/+4
* libpmc: remove undesired prefix from two s390 countersEd Maste2019-12-122-2/+2
* libpmc: build json event support also on arm64Ed Maste2019-12-121-1/+2
* libpmc: convert arm64 data files to proper jsonEd Maste2019-12-116-124/+124
* Update dirdeps.mk and gendirdeps.mkSimon J. Gerraty2019-12-111-0/+8
* Update Makefile.depend filesSimon J. Gerraty2019-12-111-1/+4
* libpmc: Forgot regex.hEmmanuel Vadot2019-11-081-0/+1
* libpmc: Match on the cpuid with a regexEmmanuel Vadot2019-11-081-4/+18
* libpmc: jevents: handle empty descriptoinEd Maste2019-11-041-1/+1
* Merge ^/head r352764 through r353315.Dimitry Andric2019-10-081-0/+2
|\
| * Re-add ALLOW_MIPS_SHARED_TEXTREL, sprinkle it aroundKyle Evans2019-10-061-0/+2
* | Merge ^/head r352436 through r352536.Dimitry Andric2019-09-191-0/+19
|\|
| * Add support for BERI statcounters.Ruslan Bukin2019-09-181-0/+19
* | Another round of attempting to squelch -Wdeprecated-declarations, whichDimitry Andric2019-09-171-0/+3
|/
* pkgbase: Create a FreeBSD-utilities package and make it the default oneEmmanuel Vadot2019-09-051-1/+0
* pmc: restore "unhalted-cycles" aliasMatt Macy2019-08-151-0/+1
* Fix warnings with lib/libpmcEnji Cooper2019-04-145-31/+28
* Fix deterministic builds by sorting input to fts in jeventsMatt Macy2019-02-051-2/+93
* Add aditional counter descriptions to AMD 0x17Matt Macy2018-11-044-16/+8120
* Fix get_maxfds() in jeventsAlex Richardson2018-10-291-7/+8
* hwpmc: set default rate if event description lacks one / filter rate against ...Matt Macy2018-09-141-0/+1
* re-enable pmcstat, pmccontrol, and pmcannotate for gcc4 buildsMatt Macy2018-09-141-1/+1
* Add library and kernel support for AMD Family 17h countersMatt Macy2018-08-144-34/+150
* pmc amd17h: fix inputs to jeventsMatt Macy2018-08-136-4625/+5
* Add PMC support for AMD Family CPUsMatt Macy2018-08-136-0/+5549
* Revert r336773: it removed too much.Warner Losh2018-07-274-0/+202
* Remove xscale supportWarner Losh2018-07-274-202/+0
* Put in temporary hacks for jevents.Bryan Drewery2018-06-151-3/+5
* pmc gcc fixupsRyan Libby2018-06-111-0/+1
* libpmc: add missed (uintmax_t) castsMatt Macy2018-06-071-4/+4
* pmc: convert native to jsonl and track TSC value of samplesMatt Macy2018-06-075-11/+445
* libpmc: simplify lookup by idxMatt Macy2018-06-071-4/+3