aboutsummaryrefslogtreecommitdiff
path: root/lib/libpmc
Commit message (Expand)AuthorAgeFilesLines
* MFC r363630:Ryan Moeller2020-08-041-17/+7
* MFC r363157: Update AMD Zen1 and add Zen2 events mapping.Alexander Motin2020-07-2720-938/+2025
* MFC r355666: libpmc: sort some amdfam17h entries to make valid jsonAlexander Motin2020-07-272-4/+4
* MFC r363144, r363188: Add stepping to the kern.hwpmc.cpuid string on x86.Alexander Motin2020-07-202-9/+5
* MFC r360269: Map family 0x5F (Denverton) to goldmont.Alexander Motin2020-05-011-0/+1
* MFC r359622 (by mmacy): Update x86 countersAlexander Motin2020-04-2495-6707/+46804
* MFC r343758 (mmacy): Fix deterministic builds by sorting input...Ed Maste2020-03-301-2/+93
* MFC r339880 (arichardson): Fix get_maxfds() in jeventsEd Maste2020-03-301-7/+8
* MFC r357670:Konstantin Belousov2020-02-142-1/+3
* Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmpDimitry Andric2020-01-071-0/+3
* Add Makefile.depend.optionsSimon J. Gerraty2019-12-191-1/+3
* Update dirdeps.mk and gendirdeps.mkSimon J. Gerraty2019-12-191-0/+8
* MFC r354549-r354550Emmanuel Vadot2019-11-281-4/+19
* MFC r354342: libpmc: jevents: handle empty descriptionEd Maste2019-11-071-1/+1
* pmc: restore "unhalted-cycles" aliasMatt Macy2019-08-151-0/+1
* hwpmc: new counters and bug fix MFCsMatt Macy2018-11-214-16/+8120
* 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
* libpmc: add support for using fixed function countersMatt Macy2018-05-291-3/+39