diff options
| author | Joseph Koshy <jkoshy@FreeBSD.org> | 2008-11-13 16:32:20 +0000 |
|---|---|---|
| committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2008-11-13 16:32:20 +0000 |
| commit | 0b4dcce33eef89cfb4d3e384e0e7b3662a0faf6c (patch) | |
| tree | 79cce80b26f6021f9e94dbfa5261de3527beb487 /lib/libpmc/pmc.core.3 | |
| parent | 160bda3652091c7dc6986aff9abcc5c72e8603bb (diff) | |
Notes
Diffstat (limited to 'lib/libpmc/pmc.core.3')
| -rw-r--r-- | lib/libpmc/pmc.core.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libpmc/pmc.core.3 b/lib/libpmc/pmc.core.3 index 5d7b1d9781842..6ae6eec616693 100644 --- a/lib/libpmc/pmc.core.3 +++ b/lib/libpmc/pmc.core.3 @@ -234,12 +234,12 @@ The number of branch instructions executed including speculative branches. .Pq Event E0H , Umask 00H The number of branch instructions decoded. .It Li Br_Instr_Ret -.Pq Event C4H, Umask 00H +.Pq Event C4H , Umask 00H .Pq Alias Qq "Branch Instruction Retired" The number of branch instructions retired. This is an architectural performance event. .It Li Br_MisPred_Ret -.Pq Event C5H, Umask 00H +.Pq Event C5H , Umask 00H .Pq Alias Qq "Branch Misses Retired" The number of mispredicted branch instructions retired. This is an architectural performance event. @@ -553,7 +553,7 @@ The number of L2 cache writes including speculative writes. .Pq Event 03H , Umask 00H The number of load operations delayed due to store buffer blocks. .It Li LLC_Misses -.Pq Event 2EH, Umask 41H +.Pq Event 2EH , Umask 41H The number of cache misses for references to the last level cache, excluding misses due to hardware prefetches. This is an architectural performance event. @@ -561,7 +561,7 @@ This is an architectural performance event. The number of references to the last level cache, excluding those due to hardware prefetches. This is an architectural performance event. -.Pq Event 2EH, Umask 4FH +.Pq Event 2EH , Umask 4FH This is an architectural performance event. .It Li MMX_Assist .Pq Event CDH , Umask 00H |
