1LIBPFM(3) Linux Programmer's Manual LIBPFM(3)
2
3
4
6 libpfm_intel_hswep_unc_sbo - support for Intel Haswell-EP S-Box uncore
7 PMU
8
10 #include <perfmon/pfmlib.h>
11
12 PMU name: hswep_unc_sbo
13 PMU desc: Intel Haswell-EP S-Box uncore PMU
14
15
17 The library supports the Intel Haswell Rrint Transfer unit (S-Box)
18 uncore PMU. This PMU model only exists on Haswell model 63.
19
20
22 The following modifiers are supported on Intel Haswell S-Box uncore
23 PMU:
24
25 e Enable edge detection, i.e., count only when there is a state
26 transition from no occurrence of the event to at least one
27 occurrence. This modifier must be combined with a threshold mod‐
28 ifier (t) with a value greater or equal to one. This is a bool‐
29 ean modifier.
30
31 t Set the threshold value. When set to a non-zero value, the
32 counter counts the number of HA cycles in which the number of
33 occurrences of the event is greater or equal to the threshold.
34 This is an integer modifier with values in the range [0:15].
35
36 i Invert the meaning of the threshold or edge filter. If set, the
37 event counts when strictly less than N occurrences occur per
38 cycle if threshold is set to N. When invert is set, then thresh‐
39 old must be set to non-zero value. If set, the event counts when
40 the event transitions from occurring to not occurring (falling
41 edge) when edge detection is set. This is a boolean modifier
42
43 i Invert the meaning of the threshold or edge filter. If set, the
44 event counts when strictly less than N occurrences occur per
45 cycle if threshold is set to N. When invert is set, then thresh‐
46 old must be set to non-zero value. If set, the event counts when
47 the event transitions from occurring to not occurring (falling
48 edge) when edge detection is set. This is a boolean modifier
49
50
52 Stephane Eranian <eranian@gmail.com>
53
54
55
56 May, 2015 LIBPFM(3)