aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hwpmc
Commit message (Expand)AuthorAgeFilesLines
* Add support for Intel Skylake and Intel Broadwell PMC's. The Broadwell PMC's ...Randall Stewart2015-11-303-256/+965
* Improve accuracy of PMC sampling frequencyJonathan T. Looney2015-11-161-15/+35
* Optimizations to the way hwpmc gathers user callchainsJonathan T. Looney2015-11-141-9/+20
* Fix hwpmc "stalled" behaviorJonathan T. Looney2015-11-141-20/+53
* Now that we can detect the Cortex-A8 properly, fix the event listBjoern A. Zeeb2015-10-141-4/+39
* When forking a child process with PMC_F_DESCENDANTS set in pmc_attach()Bjoern A. Zeeb2015-08-241-3/+25
* o Rework ARMv7 events list using aliases - same way as we have for arm64.Ruslan Bukin2015-06-103-99/+365
* Provide vnode in memory map info for files on tmpfsEric van Gyzen2015-06-021-3/+3
* Fix two bugs that could result in PMC sampling effectively stopping.John Baldwin2015-05-192-1/+9
* Use the proper mask when reloading sampling PMCs for Core CPUs.John Baldwin2015-05-191-1/+1
* Use fixed enum values for PMC_CLASSES().John Baldwin2015-05-191-5/+13
* Add Performance Monitoring Counters support for AArch64.Ruslan Bukin2015-05-194-0/+1115
* Convert remaining hwpmc(4) debug printfs over to KTR to unbreak the buildBjoern A. Zeeb2015-05-093-13/+13
* Convert hwpmc(4) debug printfs over to KTR.John Baldwin2015-05-0816-233/+235
* Move hwpmc(4) debugging code under a new HWPMC_DEBUG option instead ofJohn Baldwin2015-05-083-21/+21
* Implement hwpmc(4) for Freescale e500 core.Justin Hibbits2015-04-186-4/+837
* hwpmc: add initial Intel Broadwell support.Rui Paulo2015-04-053-1/+24
* Remove whitespace.Rui Paulo2015-04-051-9/+9
* Add support for the MIPS74K SoC family performance counters events.Adrian Chadd2015-04-052-0/+397
* Remove all the handcrafted assembly in hwpmc_armv7.c and use theBjoern A. Zeeb2015-03-281-109/+21
* Rather than defining our own magic checks here use INKERNEL() forBjoern A. Zeeb2015-03-271-0/+1
* hwpmc: Fix event number to match enum nameRyan Stone2015-03-121-2/+2
* You need to have the capabilities and not skip it if you areRandall Stewart2015-03-111-4/+3
* Add missing counter definitionsRyan Stone2015-03-101-1/+6
* Fix Ivy Bridge+ MEM_UOPS_RETIRED countersRyan Stone2015-03-102-56/+38
* Support architectural events on Haswell/Ivy BridgeRyan Stone2015-03-101-0/+4
* Fix Sandy Bridge+ hwpmc branch countersRyan Stone2015-03-102-121/+134
* Fix pmc unit restrictions to match documentationRyan Stone2015-03-101-2/+2
* Fix various bugs in Haswell counter definitionsRyan Stone2015-03-101-6/+6
* The cpu_id macro was renamed in r278529, catch up with this new name.Andrew Turner2015-02-111-1/+1
* Add ARMv7 performance monitoring counters.Ruslan Bukin2015-01-284-3/+766
* style(9) cleanupRyan Stone2015-01-222-15/+26
* Update the hwpmc driver to have the new type HASWELL_XEON. AlsoRandall Stewart2015-01-148-263/+609
* Fix hwpmc sampling for ppc970 (G5-class) processors.Justin Hibbits2014-11-271-17/+11
* Fix hwpmc sampling for MPC74xxx (G4) processors.Justin Hibbits2014-11-271-13/+11
* Clamp too-large hwpmc callchaindepth to the maximumEd Maste2014-11-201-2/+3
* Fix up module unload for syscall_module_handler consumers.Mateusz Guzik2014-11-011-1/+2
* Use pmc_destroy_pmc_descriptor() to actually free the pmc, which isMark Johnston2014-10-171-13/+9
* Since introducing the extra mapping in r250103 for architectural performanceBjoern A. Zeeb2014-10-071-1/+1
* Fix PowerPC backtraces. Since kernel and user have completely separate addressJustin Hibbits2014-09-141-13/+27
* Remove ia64.Marcel Moolenaar2014-07-071-66/+0
* Fix a bug in hwpmc(4) callchain retrieval, for both user and kernel.Justin Hibbits2014-07-031-9/+13
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-282-15/+8
* Revert r267961, r267973:Glen Barber2014-06-272-8/+15
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-272-15/+8
* For Xeon 7500 and 48XX (Nehalem EX and Westmere EX) variants of theKonstantin Belousov2014-06-042-2/+17
* Add missing Ivy Bridge and Haswell events.George V. Neville-Neil2014-06-021-0/+3
* Remove some prototypes for undefined functions.Mark Johnston2014-05-152-4/+0
* Enable and disable the PMC unit at load/unload time, respectively.Justin Hibbits2014-04-182-0/+8
* Update hwpmc to support core events for Atom Silvermont microarchitecture.Hiren Panchasara2014-03-203-37/+202