1LIBPFM(3) Linux Programmer's Manual LIBPFM(3)
2
3
4
6 libpfm_intel_snbep_unc_imc - support for Intel Sandy Bridge-EP Inte‐
7 grated Memory Controller (IMC) uncore PMU
8
10 #include <perfmon/pfmlib.h>
11
12 PMU name: snbep_unc_imc[0-3]
13 PMU desc: Intel Sandy Bridge-EP IMC uncore PMU
14
15
17 The library supports the Intel Sandy Bridge Integrated Memory Con‐
18 troller (IMC) uncore PMU. This PMU model only exists on Sandy Bridge
19 model 45. There are four IMC PMUs per socket.
20
21
23 The following modifiers are supported on Intel Sandy Bridge C-Box
24 uncore PMU:
25
26 i Invert the meaning of the event. The counter will now count IMC
27 cycles in which the event is not occurring. This is a boolean
28 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 IMC cycles in which the number of
38 occurrences of the event is greater or equal to the threshold.
39 This is an integer modifier with values in the range [0:255].
40
41
43 Stephane Eranian <eranian@gmail.com>
44
45
46
47 August, 2012 LIBPFM(3)