summaryrefslogtreecommitdiff
path: root/sys/dev/hwpmc
Commit message (Expand)AuthorAgeFilesLines
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-162-3/+3
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDRobert Watson2011-08-111-1/+2
* Commit the support for removing cpumask_t and replacing it directly withAttilio Rao2011-05-051-4/+4
* Fix a typo/error.Attilio Rao2011-04-301-1/+1
* Remove unnecessary usage of memory barriers when dealing withAttilio Rao2011-04-301-3/+3
* Fix two aliases that had the same name but were pointing to differentGeorge V. Neville-Neil2010-10-041-2/+2
* Fix invalid class removal when IAF is not the last class.Fabien Thomas2010-09-051-15/+2
* Make sure that we clear the correct bits when we turn offGeorge V. Neville-Neil2010-07-292-21/+34
* Fix a panic brought about by writing an MSR without a proper mask.George V. Neville-Neil2010-07-132-13/+86
* Convert pm_runcount to int to correctly check for negative value.Fabien Thomas2010-06-051-8/+5
* When configuring a system-wide couting PMC, hwpmc was incorrectly logging pro...Ryan Stone2010-05-011-9/+9
* - Fix a typo OFFCORE_REQUESTS.ANY.RFO is B0H10H and not 80H10H.Fabien Thomas2010-04-152-2/+3
* - Support for uncore counting events: one fixed PMC with the uncoreFabien Thomas2010-04-026-965/+3455
* If there is multiple PMCs for the same interrupt ignore new post.Fabien Thomas2010-03-311-3/+5
* Handling SIGPIPE will cause deadlock/crash.Fabien Thomas2010-03-261-4/+0
* Change the way shutdown is handled for log file.Fabien Thomas2010-03-081-21/+27
* Add support for hwpmc(4) on the MIPS 24K, 32 bit, embedded processor.George V. Neville-Neil2010-03-034-2/+811
* Use VFS_{LOCK,UNLOCK}_GIANT() around the call to vrele().Joseph Koshy2009-12-291-0/+6
* * Support the L1D_CACHE_LD event on Core2 processors.Joseph Koshy2009-12-261-8/+8
* Log process mappings for existing processes at PMC start time.Joseph Koshy2009-12-261-3/+161
* Intel XScale hwpmc(4) support.Rui Paulo2009-12-234-20/+803
* Recognize Intel CPUs with Family 0x6, Models 0x1E and 0x1F.Joseph Koshy2009-12-181-0/+2
* Use a better check for a valid kernel stack address when capturingJoseph Koshy2009-12-031-2/+3
* Fix parenthesis typo -- copy full frame pointer for userland callchain,Ed Maste2009-12-011-1/+1
* Use switch out (SWO) instead of switch in (SWI) debug log mask in csw_out.Ed Maste2009-11-301-1/+1
* - fix a LOR between process lock and pmc thread mutexFabien Thomas2009-11-241-14/+19
* Only claim that the PMC_CLASS_IAF PMCs are supported by a CPU ifJoseph Koshy2009-10-241-5/+15
* Handle the case where there is only one PMC in the system.Fabien Thomas2009-10-211-4/+4
* Fix KASSERT string to include the real module name.Rui Paulo2009-10-181-1/+1
* Reserve events for XScale.Rui Paulo2009-09-221-2/+29
* Add counters for the i7 architecture which were accidentally leftGeorge V. Neville-Neil2009-09-012-3/+82
* Adjust the handling of the local APIC PMC interrupt vector:John Baldwin2009-08-144-20/+19
* Fix a LOR between pmc_sx and proctree/allproc when creating a new threadAttilio Rao2009-06-252-7/+19
* - Add support for nehalem/corei7 cpus. This supports all of the coreJeff Roberson2009-01-273-53/+838
* Bug fixes:Joseph Koshy2008-12-161-7/+6
* - Disambiguate a few panic messages.Joseph Koshy2008-12-151-35/+37
* - Bug fix: prevent a thread from migrating between CPUs between theJoseph Koshy2008-12-131-16/+60
* Fixes for Core2 Extreme support.Joseph Koshy2008-12-032-3/+5
* Add aliases that map architectural event names to fixed function counters.Joseph Koshy2008-12-031-0/+5
* - Efficiency tweak: when checking for PMC overflows, only go toJoseph Koshy2008-12-022-14/+13
* Improve a comment.Joseph Koshy2008-11-301-4/+7
* - Add support for PMCs in Intel CPUs of Family 6, model 0xE (Core SoloJoseph Koshy2008-11-276-20/+2878
* Introduce cpu_vendor_id and replace a lot of strcmp(cpu_vendor, "...").Jung-uk Kim2008-11-264-7/+11
* Unbreak LINT.Joseph Koshy2008-11-224-0/+24
* Print PMC widths in the initialization announcement.Joseph Koshy2008-11-161-1/+2
* Correct an oversight: call the MD finalize hook at module unloadJoseph Koshy2008-11-151-0/+3
* Fix assertions.Joseph Koshy2008-11-151-6/+9
* Correct an indexing error (a change missed out in #184802).Joseph Koshy2008-11-151-1/+1
* - Separate PMC class dependent code from other kinds of machineJoseph Koshy2008-11-0913-904/+1447
* Style tweak.Joseph Koshy2008-11-091-2/+2