aboutsummaryrefslogtreecommitdiff
path: root/lib/libpmc/pmc.p6.3
Commit message (Collapse)AuthorAgeFilesLines
* Add software PMC support.Fabien Thomas2012-03-281-0/+1
| | | | | | | | | | | | | | | | New kernel events can be added at various location for sampling or counting. This will for example allow easy system profiling whatever the processor is with known tools like pmcstat(8). Simultaneous usage of software PMC and hardware PMC is possible, for example looking at the lock acquire failure, page fault while sampling on instructions. Sponsored by: NETASQ MFC after: 1 month Notes: svn path=/head/; revision=233628
* Switch the license boilerplates to our standard one.Christian Brueffer2012-02-171-11/+11
| | | | | | | | | | | | | | Advantages: - Reduces the number of different license versions in the tree - Eliminates a typo - Removes some incorrect author attributions due to c/p - Removes c/p error potential for future pmc manpages Approved by: jkoshy, gnn, rpaulo, fabient (copyright holders) MFC after: 1 week Notes: svn path=/head/; revision=231871
* mdoc: order prologue macros consistently by Dd/Dt/OsUlrich Spörlein2010-04-141-1/+1
| | | | | | | | | | | Although groff_mdoc(7) gives another impression, this is the ordering most widely used and also required by mdocml/mandoc. Reviewed by: ru Approved by: philip, ed (mentors) Notes: svn path=/head/; revision=206622
* Fix typos, use American English spellings.Joseph Koshy2009-08-231-3/+3
| | | | Notes: svn path=/head/; revision=196446
* Correct a typo.Joseph Koshy2008-10-061-1/+1
| | | | Notes: svn path=/head/; revision=183641
* - Add cross-references.Joseph Koshy2008-10-041-3/+6
| | | | | | | - Tweak -mdoc use. Notes: svn path=/head/; revision=183597
* - Document event numbers.Joseph Koshy2008-10-021-39/+108
| | | | | | | - Correct misspellings of two event names. Notes: svn path=/head/; revision=183534
* Whitespace fixes.Joseph Koshy2008-09-171-1/+1
| | | | Notes: svn path=/head/; revision=183107
* Move PMC documentation to separate manual pages, one per PMC class.Joseph Koshy2008-09-161-0/+954
Notes: svn path=/head/; revision=183084