aboutsummaryrefslogtreecommitdiff
path: root/lib/libpmc/pmclog.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* pmc: better distinguish pmu-events allocation pathMitchell Horne2023-09-031-8/+3
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* libpmc: Define a PMCLOG_SKIP32 helper macro to skip over a 32-bit field.John Baldwin2023-06-201-6/+7
* libpmc: Handle PMCALLOCATE log with PMC code on PMU event systemJessica Clarke2023-06-071-6/+21
* pmc: Rework PROCEXEC event to support PIEsJessica Clarke2023-05-301-1/+2
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* pmc: convert native to jsonl and track TSC value of samplesMatt Macy2018-06-071-9/+15
* hwpmc: add summary command and further metadata extensionsMatt Macy2018-06-061-3/+7
* hwpmc: log name->pid, name->tid mappingsMatt Macy2018-06-051-0/+13
* pmc: add filter commandMatt Macy2018-06-041-24/+3
* hwpmc: ABI fixesMatt Macy2018-06-041-0/+2
* libpmc: silence scan-build warningsMatt Macy2018-05-291-1/+1
* libpmc: export names of counters for stat mode, make get_by_idx name consiste...Matt Macy2018-05-291-1/+1
* pmc(3)/hwpmc(4): update supported Intel processors to rely fully on theMatt Macy2018-05-261-14/+18
* Revert r334242 "pmc(3)/hwpmc(4): update supported Intel processors to rely fu...Matt Macy2018-05-261-18/+14
* pmc(3)/hwpmc(4): update supported Intel processors to rely fully on theMatt Macy2018-05-261-14/+18
* hwpmc: add thread id field to callchain and context switch records to allow f...Matt Macy2018-05-231-0/+4
* Fix pmcstat exit from kernel introduced by r325275.Fabien Thomas2018-01-171-0/+2
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-261-0/+2
* Add software PMC support.Fabien Thomas2012-03-281-0/+6
* Fix memory leak on error.Fabien Thomas2010-06-051-1/+3
* - Add support for PMCs in Intel CPUs of Family 6, model 0xE (Core SoloJoseph Koshy2008-11-271-1/+4
* Add callchain parsing to -lpmc.Joseph Koshy2007-12-031-3/+22
* MFP4: Support for profiling dynamically loaded objects.Joseph Koshy2006-03-261-8/+11
* Fix a bug in pmclog_read() that causes it to return with a falseJoseph Koshy2005-07-091-2/+15
* MFP4:Joseph Koshy2005-06-301-2/+7
* MFP4:Joseph Koshy2005-06-091-0/+532