summaryrefslogtreecommitdiff
path: root/sys/dev/hwpmc
Commit message (Expand)AuthorAgeFilesLines
* MFC r354828:Konstantin Belousov2019-11-251-11/+4
* MFC r348544:Konstantin Belousov2019-07-261-0/+4
* MFC r345078:Konstantin Belousov2019-03-201-0/+26
* MFC r345074:Konstantin Belousov2019-03-151-4/+0
* MFC r343265:Mark Johnston2019-01-231-1/+2
* fix up more issues introduced by failing to have run TBMatt Macy2018-10-261-5/+9
* fix i386 breakage caused by r339767Matt Macy2018-10-261-5/+1
* hwpmc: Enable hwpmc support for AMD Family 17H devicesMatt Macy2018-10-263-45/+327
* Revert r330897:Eitan Adler2018-03-2932-64/+0
* MFC r328087 (by fabient):Konstantin Belousov2018-03-212-1/+2
* Partial merge of the SPDX changesEitan Adler2018-03-1432-0/+64
* MFC r325759:Konstantin Belousov2017-11-201-0/+1
* MFC r325758:Konstantin Belousov2017-11-161-1/+1
* MFC r325671:Konstantin Belousov2017-11-131-3/+2
* MFC r325277:Konstantin Belousov2017-11-082-45/+107
* MFC r325276:Konstantin Belousov2017-11-081-2/+5
* MFC r325275:Konstantin Belousov2017-11-081-18/+14
* MFC r325274:Konstantin Belousov2017-11-081-4/+0
* MFC r325273:Konstantin Belousov2017-11-081-3/+2
* MFC r325271:Konstantin Belousov2017-11-081-15/+11
* MFC r323230:Konstantin Belousov2017-09-203-191/+603
* MFC r322256:Konstantin Belousov2017-08-151-4/+4
* MFC 311224George V. Neville-Neil2017-01-121-1/+1
* 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
* MFC 303720: Apply the fix from r232612 to fixed function counters.John Baldwin2016-09-091-1/+1
* Don't panic in hwpmc when stopping sampling.Andrew Turner2016-05-281-1/+7
* Add an EARLY_AP_STARTUP option to start APs earlier during boot.John Baldwin2016-05-141-0/+4
* Remove misc NULL checks after M_WAITOK allocations.Edward Tomasz Napierala2016-05-101-3/+0
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-032-2/+2
* etc: minor spelling fixes.Pedro F. Giffuni2016-05-021-7/+7
* sys: use our nitems() macro when param.h is available.Pedro F. Giffuni2016-04-214-8/+4
* Remove slightly used const values that can be replaced with nitems().Pedro F. Giffuni2016-04-214-18/+8
* Remove unused e500_event_codes_size.Pedro F. Giffuni2016-04-201-3/+0
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-2/+2
* Fix a masking bug for e500 PMC.Justin Hibbits2016-04-091-3/+4
* If full width writes to the performance monitoring counters areKonstantin Belousov2016-02-122-11/+34
* Remove tautological cast.Konstantin Belousov2016-02-121-1/+1
* Rename P_KTHREAD struct proc p_flag to P_KPROC.Konstantin Belousov2016-02-091-1/+1
* Do not call vn_fullpath(9) (through the pmc_getfilename() wrapper)Konstantin Belousov2016-02-061-4/+4
* Welcome the RISC-V 64-bit kernel.Ruslan Bukin2016-01-291-0/+51
* e5500 HWPMC is identical to e500mc, so add support check for it.Justin Hibbits2016-01-172-0/+2
* More fixes in the various intel processors, fixing missingRandall Stewart2015-12-111-76/+75
* Fix the tunable in logging so that if its pre-11 we have the properRandall Stewart2015-12-091-0/+6
* Add support for Intel Skylake and Intel Broadwell PMC's. The Broadwell PMC's ...Randall Stewart2015-11-303-254/+963
* 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-19/+52
* 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