summaryrefslogtreecommitdiffstats
path: root/lib/libpmc/pmc.westmereuc.3
Commit message (Collapse)AuthorAgeFilesLines
* mdoc: sort SEE ALSO.joel2015-01-041-4/+4
|
* use .Mt to mark up email addresses consistently (part3)bapt2014-06-231-2/+1
| | | | | PR: 191174 Submitted by: Franco Fichtner <franco at lastsummer.de>
* Add software PMC support.fabient2012-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
* Switch the license boilerplates to our standard one.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
* Fix punctuation and grammar, mostly by ending sentences with a period.gnn2010-10-041-5/+5
| | | | MFC after: 1 day
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whilejoel2010-08-161-1/+1
| | | | | | translating these manual pages. Minor corrections by me. Submitted by: Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp>
* Fix typos and spelling mistakes.joel2010-08-061-3/+3
|
* mdoc: remove literal tabs where they don't belonguqs2010-06-081-2/+2
|
* mdoc: order prologue macros consistently by Dd/Dt/Osuqs2010-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)
* - Support for uncore counting events: one fixed PMC with the uncorefabient2010-04-021-0/+1083
domain clock, 8 programmable PMC. - Westmere based CPU (Xeon 5600, Corei7 980X) support. - New man pages with events list for core and uncore. - Updated Corei7 events with Intel 253669-033US December 2009 doc. There is some removed events in the documentation, they have been kept in the code but documented in the man page as obsolete. - Offcore response events can be setup with rsp token. Sponsored by: NETASQ
OpenPOWER on IntegriCloud