The Gaudi Framework
v30r3 (a5ef0a68)
|
#include <perfmon/pfmlib.h>
Go to the source code of this file.
Classes | |
union | pfm_intel_atom_sel_reg_t |
struct | pfmlib_intel_atom_counter_t |
struct | pfmlib_intel_atom_input_param_t |
Macros | |
#define | PMU_INTEL_ATOM_NUM_COUNTERS 5 /* 2 generic + 3 fixed */ |
#define | PFM_INTEL_ATOM_SEL_INV 0x1 /* inverse */ |
#define | PFM_INTEL_ATOM_SEL_EDGE 0x2 /* edge detect */ |
#define | PFM_INTEL_ATOM_SEL_ANYTHR 0x4 /* measure on any of 2 threads */ |
Functions | |
int | pfm_intel_atom_has_pebs (pfmlib_event_t *e) |
#define PFM_INTEL_ATOM_SEL_ANYTHR 0x4 /* measure on any of 2 threads */ |
Definition at line 72 of file pfmlib_intel_atom.h.
#define PFM_INTEL_ATOM_SEL_EDGE 0x2 /* edge detect */ |
Definition at line 71 of file pfmlib_intel_atom.h.
#define PFM_INTEL_ATOM_SEL_INV 0x1 /* inverse */ |
Definition at line 70 of file pfmlib_intel_atom.h.
#define PMU_INTEL_ATOM_NUM_COUNTERS 5 /* 2 generic + 3 fixed */ |
Definition at line 45 of file pfmlib_intel_atom.h.
int pfm_intel_atom_has_pebs | ( | pfmlib_event_t * | e | ) |