The Gaudi Framework
v29r0 (ff2e7097)
|
Go to the source code of this file.
Classes | |
struct | pfm_pebs_smpl_arg_t |
struct | pfm_pebs_smpl_hdr_t |
struct | pfm_pebs_core_smpl_entry_t |
struct | pfm_pebs_nhm_smpl_entry_t |
struct | pfm_pebs_p4_smpl_entry_t |
Macros | |
#define | PFM_PEBS_SMPL_NAME "pebs" |
#define | PFM_PEBS_NUM_CNT_RESET 8 |
#define | PFM_PEBS_SMPL_VERSION_MAJ 1U |
#define | PFM_PEBS_SMPL_VERSION_MIN 0U |
#define | PFM_PEBS_SMPL_VERSION ( ( ( PFM_PEBS_SMPL_VERSION_MAJ & 0xffff ) << 16 ) | ( PFM_PEBS_SMPL_VERSION_MIN & 0xffff ) ) |
#define PFM_PEBS_NUM_CNT_RESET 8 |
Definition at line 29 of file perfmon_pebs_smpl.h.
#define PFM_PEBS_SMPL_NAME "pebs" |
Definition at line 27 of file perfmon_pebs_smpl.h.
#define PFM_PEBS_SMPL_VERSION ( ( ( PFM_PEBS_SMPL_VERSION_MAJ & 0xffff ) << 16 ) | ( PFM_PEBS_SMPL_VERSION_MIN & 0xffff ) ) |
Definition at line 163 of file perfmon_pebs_smpl.h.
#define PFM_PEBS_SMPL_VERSION_MAJ 1U |
Definition at line 161 of file perfmon_pebs_smpl.h.
#define PFM_PEBS_SMPL_VERSION_MIN 0U |
Definition at line 162 of file perfmon_pebs_smpl.h.