1LIBPFM(3)                  Linux Programmer's Manual                 LIBPFM(3)
2
3
4

NAME

6       libpfm_intel_snbep_unc_r2pcie  -  support  for Intel Sandy Bridge-EP R2
7       PCIe  uncore PMU
8

SYNOPSIS

10       #include <perfmon/pfmlib.h>
11
12       PMU name: snbep_unc_r2pcie
13       PMU desc: Intel Sandy Bridge-EP R2 PCIe uncore PMU
14
15

DESCRIPTION

17       The library supports the Intel Sandy Bridge R2 PCIe uncore  PMU.   This
18       PMU  model  only  exists  on  Sandy  Bridge model 45. There is only one
19       R2PCIe PMU per processor socket.
20
21

MODIFIERS

23       The following modifiers are supported  on  Intel  Sandy  Bridge  R2PCIe
24       uncore PMU:
25
26       i      Invert  the  meaning of the event. The counter will now count R2
27              PCIe cycles in which the event is not occurring. This is a bool‐
28              ean modifier
29
30       e      Enable  edge  detection,  i.e., count only when there is a state
31              transition from no occurrence of  the  event  to  at  least  one
32              occurrence. This modifier must be combined with a threshold mod‐
33              ifier (t) with a value greater or equal to one.  This is a bool‐
34              ean modifier.
35
36       t      Set  the  threshold  value.  When  set  to a non-zero value, the
37              counter counts the number of R2PCIe cycles in which  the  number
38              of  occurrences  of the event is greater or equal to the thresh‐
39              old.  This is an integer  modifier  with  values  in  the  range
40              [0:15].
41
42

AUTHORS

44       Stephane Eranian <eranian@gmail.com>
45
46
47
48                                 August, 2012                        LIBPFM(3)
Impressum