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

NAME

6       libpfm_intel_hswep_unc_qpi  -  support  for Intel Haswell-EP QPI uncore
7       PMU
8

SYNOPSIS

10       #include <perfmon/pfmlib.h>
11
12       PMU name: hswep_unc_qpi0, hswep_unc_qpi1
13       PMU desc: Intel Haswell-EP QPI uncore PMU
14
15

DESCRIPTION

17       The library supports the Intel Haswell Power QPI uncore PMU.  This  PMU
18       model only exists on Haswell model 63.
19
20

MODIFIERS

22       The following modifiers are supported on Haswell Bridge QPI uncore PMU:
23
24       e      Enable  edge  detection,  i.e., count only when there is a state
25              transition from no occurrence of  the  event  to  at  least  one
26              occurrence. This modifier must be combined with a threshold mod‐
27              ifier (t) with a value greater or equal to one.  This is a bool‐
28              ean modifier.
29
30       t      Set  the  threshold  value.  When  set  to a non-zero value, the
31              counter counts the number of QPI cycles in which the  number  of
32              occurrences  of  the event is greater or equal to the threshold.
33              This is an integer modifier with values in the range [0:255].
34
35       i      Invert the meaning of the threshold or edge filter. If set,  the
36              event  counts  when  strictly  less than N occurrences occur per
37              cycle if threshold is set to N. When invert is set, then thresh‐
38              old must be set to non-zero value. If set, the event counts when
39              the event transitions from occurring to not  occurring  (falling
40              edge) when edge detection is set. This is a boolean modifier
41
42

AUTHORS

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