aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/pmckern.h
Commit message (Expand)AuthorAgeFilesLines
* Fix annoying whitespace issue.Julian Elischer2019-06-251-1/+1
* hwpmc: Refactor sample ring buffer handling to fix racesMatt Macy2018-10-051-4/+6
* epoch(9): allow preemptible epochs to composeMatt Macy2018-07-041-3/+4
* hwpmc: simplify calling convention for hwpmc interrupt handlingMatt Macy2018-06-081-1/+1
* hwpmc: log name->pid, name->tid mappingsMatt Macy2018-06-051-0/+3
* hwpmc: support sampling both kernel and user stacks when interrupted in kernelMatt Macy2018-06-041-0/+6
* pmc: remove assert that is invalid in interrupt contextMatt Macy2018-06-031-1/+0
* hwpmc: don't enter epoch section across mmap hookMatt Macy2018-05-291-1/+2
* epoch(9): Make epochs non-preemptible by defaultMatt Macy2018-05-181-2/+2
* hwpmc: Implement per-thread counters for PMC samplingMatt Macy2018-05-161-0/+2
* hwpmc: fix load/unload race and vm map LORMatt Macy2018-05-141-2/+14
* hwpmc(9): Make pmclog buffer pcpu and update constantsMatt Macy2018-05-121-2/+2
* sys/sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* hwpmc: partially depessimize munmap handling if the module is not loadedMateusz Guzik2017-01-241-0/+3
* Use __predict_false() on sensitive lock paths as most of the times,Attilio Rao2014-01-071-2/+2
* Rename the kld_unload event handler to kld_unload_try, and add a newMark Johnston2013-08-241-2/+2
* Add a generic way to call per event allocate / release function.Fabien Thomas2013-03-051-2/+7
* Remove unncessary atomic operation when reading process flags inJim Harris2012-08-221-2/+1
* Add software PMC support.Fabien Thomas2012-03-281-0/+97
* Commit the support for removing cpumask_t and replacing it directly withAttilio Rao2011-05-051-2/+2
* Support sparsely numbered CPUs.Joseph Koshy2008-09-221-3/+12
* Kernel and hwpmc(4) support for callchain capture.Joseph Koshy2007-12-071-2/+7
* MFP4: Support for profiling dynamically loaded objects.Joseph Koshy2006-03-261-2/+16
* Fail the module loading process if the currently executing kernelJoseph Koshy2005-07-301-0/+3
* MFP4:Joseph Koshy2005-06-301-0/+5
* MFP4:Joseph Koshy2005-06-091-4/+6
* Kernel hooks to support PMC sampling modes.Joseph Koshy2005-05-301-16/+25
* Bring a working snapshot of hwpmc(4), its associated libraries, userland util...Joseph Koshy2005-04-191-0/+93