|
Gaudi Framework, version v22r2 |
| Home | Generated: Tue May 10 2011 |
#include <perfmon/pfmlib.h>

Go to the source code of this file.
Classes | |
| union | pfm_nhm_sel_reg_t |
| struct | pfmlib_nhm_counter_t |
| struct | pfmlib_nhm_lbr_t |
| struct | pfmlib_nhm_pebs_t |
| struct | pfmlib_nhm_input_param_t |
Defines | |
| #define | PMU_NHM_NUM_COUNTERS 16 |
| #define | PFM_NHM_SEL_INV 0x1 |
| #define | PFM_NHM_SEL_EDGE 0x2 |
| #define | PFM_NHM_SEL_ANYTHR 0x4 |
| #define | PFM_NHM_SEL_OCC_RST 0x8 |
| #define | PFM_NHM_LBR_JCC 0x4 |
| #define | PFM_NHM_LBR_NEAR_REL_CALL 0x8 |
| #define | PFM_NHM_LBR_NEAR_IND_CALL 0x10 |
| #define | PFM_NHM_LBR_NEAR_RET 0x20 |
| #define | PFM_NHM_LBR_NEAR_IND_JMP 0x40 |
| #define | PFM_NHM_LBR_NEAR_REL_JMP 0x80 |
| #define | PFM_NHM_LBR_FAR_BRANCH 0x100 |
| #define | PFM_NHM_LBR_ALL 0x1fc |
Functions | |
| int | pfm_nhm_is_pebs (pfmlib_event_t *e) |
| int | pfm_nhm_is_uncore (pfmlib_event_t *e) |
| int | pfm_nhm_data_src_desc (unsigned int val, char **desc) |
| #define PFM_NHM_LBR_ALL 0x1fc |
Definition at line 125 of file pfmlib_intel_nhm.h.
| #define PFM_NHM_LBR_FAR_BRANCH 0x100 |
Definition at line 124 of file pfmlib_intel_nhm.h.
| #define PFM_NHM_LBR_JCC 0x4 |
Definition at line 118 of file pfmlib_intel_nhm.h.
| #define PFM_NHM_LBR_NEAR_IND_CALL 0x10 |
Definition at line 120 of file pfmlib_intel_nhm.h.
| #define PFM_NHM_LBR_NEAR_IND_JMP 0x40 |
Definition at line 122 of file pfmlib_intel_nhm.h.
| #define PFM_NHM_LBR_NEAR_REL_CALL 0x8 |
Definition at line 119 of file pfmlib_intel_nhm.h.
| #define PFM_NHM_LBR_NEAR_REL_JMP 0x80 |
Definition at line 123 of file pfmlib_intel_nhm.h.
| #define PFM_NHM_LBR_NEAR_RET 0x20 |
Definition at line 121 of file pfmlib_intel_nhm.h.
| #define PFM_NHM_SEL_ANYTHR 0x4 |
Definition at line 105 of file pfmlib_intel_nhm.h.
| #define PFM_NHM_SEL_EDGE 0x2 |
Definition at line 104 of file pfmlib_intel_nhm.h.
| #define PFM_NHM_SEL_INV 0x1 |
Definition at line 103 of file pfmlib_intel_nhm.h.
| #define PFM_NHM_SEL_OCC_RST 0x8 |
Definition at line 106 of file pfmlib_intel_nhm.h.
| #define PMU_NHM_NUM_COUNTERS 16 |
Definition at line 48 of file pfmlib_intel_nhm.h.
| int pfm_nhm_data_src_desc | ( | unsigned int | val, |
| char ** | desc | ||
| ) |
| int pfm_nhm_is_pebs | ( | pfmlib_event_t * | e ) |
| int pfm_nhm_is_uncore | ( | pfmlib_event_t * | e ) |