Deleted Added
full compact
pmc.core.3 (208595) pmc.core.3 (226436)
1.\" Copyright (c) 2008 Joseph Koshy. All rights reserved.
2.\"
3.\" Redistribution and use in source and binary forms, with or without
4.\" modification, are permitted provided that the following conditions
5.\" are met:
6.\" 1. Redistributions of source code must retain the above copyright
7.\" notice, this list of conditions and the following disclaimer.
8.\" 2. Redistributions in binary form must reproduce the above copyright

--- 7 unchanged lines hidden (view full) ---

16.\" for any direct, indirect, incidental, special, exemplary, or consequential
17.\" damages (including, but not limited to, procurement of substitute goods
18.\" or services; loss of use, data, or profits; or business interruption)
19.\" however caused and on any theory of liability, whether in contract, strict
20.\" liability, or tort (including negligence or otherwise) arising in any way
21.\" out of the use of this software, even if advised of the possibility of
22.\" such damage.
23.\"
1.\" Copyright (c) 2008 Joseph Koshy. All rights reserved.
2.\"
3.\" Redistribution and use in source and binary forms, with or without
4.\" modification, are permitted provided that the following conditions
5.\" are met:
6.\" 1. Redistributions of source code must retain the above copyright
7.\" notice, this list of conditions and the following disclaimer.
8.\" 2. Redistributions in binary form must reproduce the above copyright

--- 7 unchanged lines hidden (view full) ---

16.\" for any direct, indirect, incidental, special, exemplary, or consequential
17.\" damages (including, but not limited to, procurement of substitute goods
18.\" or services; loss of use, data, or profits; or business interruption)
19.\" however caused and on any theory of liability, whether in contract, strict
20.\" liability, or tort (including negligence or otherwise) arising in any way
21.\" out of the use of this software, even if advised of the possibility of
22.\" such damage.
23.\"
24.\" $FreeBSD: head/lib/libpmc/pmc.core.3 208595 2010-05-27 13:56:33Z uqs $
24.\" $FreeBSD: head/lib/libpmc/pmc.core.3 226436 2011-10-16 14:30:28Z eadler $
25.\"
26.Dd November 12, 2008
27.Dt PMC.CORE 3
28.Os
29.Sh NAME
30.Nm pmc.core
31.Nd measurement events for
32.Tn Intel

--- 421 unchanged lines hidden (view full) ---

454.Pq Event C8H , Umask 00H
455The number of hardware interrupts received.
456.It Li ICache_Misses
457.Pq Event 81H , Umask 00H
458The number of instruction fetch misses in the instruction cache and
459streaming buffers.
460.It Li ICache_Reads
461.Pq Event 80H , Umask 00H
25.\"
26.Dd November 12, 2008
27.Dt PMC.CORE 3
28.Os
29.Sh NAME
30.Nm pmc.core
31.Nd measurement events for
32.Tn Intel

--- 421 unchanged lines hidden (view full) ---

454.Pq Event C8H , Umask 00H
455The number of hardware interrupts received.
456.It Li ICache_Misses
457.Pq Event 81H , Umask 00H
458The number of instruction fetch misses in the instruction cache and
459streaming buffers.
460.It Li ICache_Reads
461.Pq Event 80H , Umask 00H
462The number of instruction fetches from the the instruction cache and
462The number of instruction fetches from the instruction cache and
463streaming buffers counting both cacheable and un-cacheable fetches.
464.It Li IFU_Mem_Stall
465.Pq Event 86H , Umask 00H
466The number of cycles the instruction fetch unit was stalled while
467waiting for data from memory.
468.It Li ILD_Stall
469.Pq Event 87H , Umask 00H
470The number of instruction length decoder stalls.

--- 338 unchanged lines hidden ---
463streaming buffers counting both cacheable and un-cacheable fetches.
464.It Li IFU_Mem_Stall
465.Pq Event 86H , Umask 00H
466The number of cycles the instruction fetch unit was stalled while
467waiting for data from memory.
468.It Li ILD_Stall
469.Pq Event 87H , Umask 00H
470The number of instruction length decoder stalls.

--- 338 unchanged lines hidden ---