aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_pmc.c
Commit message (Expand)AuthorAgeFilesLines
* kern: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* Remove duplicated empty lines from kern/*.cMateusz Guzik2020-01-301-1/+0
* Add malloc_domainset(9) and _domainset variants to other allocator KPIs.Mark Johnston2018-10-301-21/+8
* Use M_WAITOK in init_hwpmc().Mark Johnston2018-10-271-3/+2
* hwpmc: simplify calling convention for hwpmc interrupt handlingMatt Macy2018-06-081-1/+1
* hwpmc: fix load/unload race and vm map LORMatt Macy2018-05-141-9/+45
* hwpmc(9): Make pmclog buffer pcpu and update constantsMatt Macy2018-05-121-2/+1
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-211-2/+1
* kern: make some use of mallocarray(9).Pedro F. Giffuni2018-01-151-1/+2
* sys/kern: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Cast values to (int) before comparing them to the range of theWarner Losh2017-02-241-4/+4
* hwpmc: annotate pmc_hook and pmc_intr as __read_mostlyMateusz Guzik2017-01-271-2/+2
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-2/+1
* Revert r267961, r267973:Glen Barber2014-06-271-1/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-2/+1
* Add software PMC support.Fabien Thomas2012-03-281-0/+161
* Commit the support for removing cpumask_t and replacing it directly withAttilio Rao2011-05-051-3/+3
* Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/Alexander Leidinger2011-02-251-0/+2
* Support sparsely numbered CPUs.Joseph Koshy2008-09-221-7/+84
* Kernel and hwpmc(4) support for callchain capture.Joseph Koshy2007-12-071-3/+15
* Fix -Wundef.Ruslan Ermilov2005-12-041-1/+1
* Fail the module loading process if the currently executing kernelJoseph Koshy2005-07-301-7/+14
* MFP4:Joseph Koshy2005-06-091-1/+8
* Kernel hooks to support PMC sampling modes.Joseph Koshy2005-05-301-2/+4
* Do not conditionally compile the contents of this file upon whetherMarcel Moolenaar2005-04-201-5/+0
* Bring a working snapshot of hwpmc(4), its associated libraries, userland util...Joseph Koshy2005-04-191-0/+82