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

NAME

6       libpfm_intel_atom - support for Intel Atom processors
7

SYNOPSIS

9       #include <perfmon/pfmlib.h>
10
11       PMU name: atom
12       PMU desc: Intel Atom
13
14

DESCRIPTION

16       The library supports all Intel Atom-based processors that includes fam‐
17       ily 6 model 28.
18
19

MODIFIERS

21       The following modifiers are supported on Intel Atom processors:
22
23       u      Measure at user level which includes privilege levels 1,  2,  3.
24              This corresponds to PFM_PLM3.  This is a boolean modifier.
25
26       k      Measure  at  kernel level which includes privilege level 0. This
27              corresponds to PFM_PLM0.  This is a boolean modifier.
28
29       i      Invert the meaning of the event.  The  counter  will  now  count
30              cycles  in  which  the event is not occurring. This is a boolean
31              modifier
32
33       e      Enable edge detection, i.e., count only when there  is  a  state
34              transition. This is a boolean modifier.
35
36       c      Set  the  counter  mask value. The mask acts as a threshold. The
37              counter will count the number of 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       t      Measure on both threads at the same time assuming  hyper-thread‐
42              ing is enabled. This is a boolean modifier.
43

AUTHORS

45       Stephane Eranian <eranian@gmail.com>
46
47
48
49                                September, 2009                      LIBPFM(3)
Impressum