Deleted Added
full compact
pmc.xscale.3 (208027) pmc.xscale.3 (210823)
1.\" Copyright (c) 2009, 2010 Rui Paulo. 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) 2009, 2010 Rui Paulo. 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.xscale.3 208027 2010-05-13 12:07:55Z uqs $
24.\" $FreeBSD: head/lib/libpmc/pmc.xscale.3 210823 2010-08-03 17:40:09Z joel $
25.\"
26.Dd December 23, 2009
27.Os
28.Dt PMC.XSCALE 3
29.Sh NAME
30.Nm pmc.xscale
31.Nd measurement events for
32.Tn Intel

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

102Backend stalled the instruction pipeline.
103.It Li MULTIPLIER_USE
104Multiplier used.
105.It Li MULTIPLIER_STALLED
106Multiplier stalled the instruction pipeline.
107.It Li DATA_CACHE_STALLED
108Data cache stalled the instruction pipeline.
109.It Li L2_CACHE_REQ
25.\"
26.Dd December 23, 2009
27.Os
28.Dt PMC.XSCALE 3
29.Sh NAME
30.Nm pmc.xscale
31.Nd measurement events for
32.Tn Intel

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

102Backend stalled the instruction pipeline.
103.It Li MULTIPLIER_USE
104Multiplier used.
105.It Li MULTIPLIER_STALLED
106Multiplier stalled the instruction pipeline.
107.It Li DATA_CACHE_STALLED
108Data cache stalled the instruction pipeline.
109.It Li L2_CACHE_REQ
110L2 cache request, not inclusing cache operations.
110L2 cache request, not including cache operations.
111.It Li L2_CACHE_MISS
112L2 cache miss, not including cache operations.
113.It Li ADDRESS_BUS_TRANS
114Address bus transaction.
115.It Li SELF_ADDRESS_BUS_TRANS
116Self initiated address bus transaction.
117.It Li DATA_BUS_TRANS
118Data bus transaction.

--- 38 unchanged lines hidden ---
111.It Li L2_CACHE_MISS
112L2 cache miss, not including cache operations.
113.It Li ADDRESS_BUS_TRANS
114Address bus transaction.
115.It Li SELF_ADDRESS_BUS_TRANS
116Self initiated address bus transaction.
117.It Li DATA_BUS_TRANS
118Data bus transaction.

--- 38 unchanged lines hidden ---