aboutsummaryrefslogtreecommitdiff
path: root/lib/libpmc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* hwpmc: add summary command and further metadata extensionsMatt Macy2018-06-065-11/+21
* hwpmc: log name->pid, name->tid mappingsMatt Macy2018-06-052-0/+31
* libpmc: improve arg checkingMatt Macy2018-06-041-7/+12
* libpmc / stat: use westmere supported counterMatt Macy2018-06-041-1/+1
* update pmc_pmu_idx_get_by_event signature for !x86Matt Macy2018-06-041-1/+1
* pmc: add filter commandMatt Macy2018-06-044-47/+74
* hwpmc: ABI fixesMatt Macy2018-06-043-32/+23
* libpmc: allow substring for list and add function for printing event detailsMatt Macy2018-06-012-3/+49
* libpmc: Intel doesn't require runtime counter table initMatt Macy2018-06-011-0/+3
* libpmc/pmu: update aliases tableMatt Macy2018-06-011-12/+6
* hwpmc: remove unused pre-table driven bits for intelMatt Macy2018-05-311-2097/+1
* libpmc/pmu: enable for i386 as wellMatt Macy2018-05-312-5/+5
* libpmc: add pmu support for uncore eventsMatt Macy2018-05-311-4/+20
* libpmc: squelch valgrind warningsMatt Macy2018-05-301-1/+2
* libpmc: bring pmu_util closer in line with style(9)Matt Macy2018-05-301-39/+73
* libpmc: silence scan-build warningsMatt Macy2018-05-292-3/+4
* pmc_annotate: adhere to the APIEric van Gyzen2018-05-291-1/+2
* libpmc: don't return -1 on success in pmc_allocateMatt Macy2018-05-291-1/+1
* libpmc: don't leak string in error case eitherMatt Macy2018-05-291-4/+5
* libpmc: remove fixed counter diagnosticMatt Macy2018-05-291-3/+1
* libpmc: free allocated string on return from pmc_allocateMatt Macy2018-05-291-0/+1