aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hwpmc
Commit message (Expand)AuthorAgeFilesLines
* MFC r325671:Konstantin Belousov2017-11-131-0/+2
* MFC r322256:Konstantin Belousov2017-08-151-4/+4
* MFC r311224: Fix PMC architecture check to handle later IPAs including SkylakeAndriy Gapon2017-06-191-1/+1
* MFC r292070: More fixes in the various intel processors, fixing missingAndriy Gapon2017-06-191-76/+75
* MFC r291494: Add support for Intel Skylake and Intel Broadwell PMC's.Andriy Gapon2017-06-193-256/+965
* MFC r281101: Remove whitespace [in hwpmc]Andriy Gapon2017-06-191-9/+9
* MFC r279939: hwpmc: Fix event number to match enum nameAndriy Gapon2017-06-191-2/+2
* MFC r279836: Add missing counter definitionsAndriy Gapon2017-06-191-1/+6
* MFC r279835: Fix Ivy Bridge+ MEM_UOPS_RETIRED countersAndriy Gapon2017-06-192-56/+38
* MFC r279834: Support architectural events on Haswell/Ivy BridgeAndriy Gapon2017-06-191-0/+4
* MFC r279832: Fix Sandy Bridge+ hwpmc branch countersAndriy Gapon2017-06-192-121/+134
* MFC r279831: Fix pmc unit restrictions to match documentationAndriy Gapon2017-06-191-2/+2
* MFC r279830: Fix various bugs in Haswell counter definitionsAndriy Gapon2017-06-191-6/+6
* MFC r277524: style(9) cleanup in hwpmcAndriy Gapon2017-06-192-15/+26
* MFC 281102: hwpmc: add initial Intel Broadwell support.Andriy Gapon2017-06-193-1/+24
* MFC r308480: pmc_process_csw_out: ignore deleted countersAndriy Gapon2016-12-141-2/+2
* MFC r308101: hwpmc: fix a race between amd_stop_pmc and amd_intrAndriy Gapon2016-11-171-1/+2
* MFH: r259647Julian Elischer2016-10-073-18/+21
* MFC 303720: Apply the fix from r232612 to fixed function counters.John Baldwin2016-09-091-1/+1
* MFC r298931, r298981, r299375:Pedro F. Giffuni2016-05-171-7/+7
* MFC r295352:Konstantin Belousov2016-03-121-4/+4
* MFC r290811:Jonathan T. Looney2016-01-141-44/+108
* MFC r283924Eric van Gyzen2015-10-021-3/+3
* MFC 283121:John Baldwin2015-10-011-1/+1
* MFC 283123:John Baldwin2015-06-012-1/+9
* MFC 282641,282658:John Baldwin2015-06-0116-254/+256
* MFC of r277177 and r279894 with the fixes for the PMC for Haswell.Randall Stewart2015-03-248-262/+610
* Merge r263233 from HEAD to stable/10:Robert Watson2015-03-191-1/+1
* Clamp too large hwpmc callchaindepth to maximumEd Maste2015-02-151-2/+3
* MFC r273236:Mark Johnston2014-11-061-13/+9
* MFC r272713:Bjoern A. Zeeb2014-10-101-1/+1
* MFC r267062:Konstantin Belousov2014-06-182-2/+17
* MFC r263446Hiren Panchasara2014-05-313-37/+202
* MFC r266195:Mark Johnston2014-05-192-4/+0
* MFC r263080:Konstantin Belousov2014-03-191-2/+1
* MFC r262547Justin Hibbits2014-03-141-4/+24
* MFC r261342Justin Hibbits2014-03-145-17/+771
* MFC r261173Justin Hibbits2014-03-021-0/+1
* MFC r258779,r258780,r258787,r258822:Eitan Adler2014-02-041-1/+1
* MFC r259394,r259395,r259699Justin Hibbits2014-01-151-7/+18
* Remove local change leftover, this should never have been part ofDavide Italiano2013-09-201-2/+0
* Fix lc_lock/lc_unlock() support for rmlocks held in shared mode. WithDavide Italiano2013-09-201-0/+2
* Fix the build.Justin Hibbits2013-09-051-0/+2
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-051-1/+3
* Fix hwpmc(4) for 32-bit PowerPC.Justin Hibbits2013-09-042-8/+2
* Refactor PowerPC hwpmc(4) driver into generic and specific. More refactoringJustin Hibbits2013-09-033-714/+852
* Complete r250105. Do not zero fields if M_ZERO flag is specified toDavide Italiano2013-09-011-6/+0
* Remove the duplicate LLC_MISS event and put it in the right order.Adrian Chadd2013-08-291-3/+2
* Update the mis-predicted branch PMC names (for sandy bridge) to not clash.Adrian Chadd2013-08-251-2/+2
* Fix a >80 character long line, introduced in my previous commit.Adrian Chadd2013-08-251-1/+2