PAPI 7.1.0.0
Loading...
Searching...
No Matches
amd64_events.h File Reference
Include dependency graph for amd64_events.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  pme_amd64_table
 

Variables

static struct pme_amd64_table amd64_k7_table
 
static struct pme_amd64_table amd64_k8_table
 
static struct pme_amd64_table amd64_fam10h_table
 
static struct pme_amd64_table amd64_fam15h_table
 

Variable Documentation

◆ amd64_fam10h_table

struct pme_amd64_table amd64_fam10h_table
static
Initial value:
= {
.events = amd64_fam10h_pe,
}
#define PME_AMD64_FAM10H_CPU_CLK_UNHALTED
#define PME_AMD64_FAM10H_EVENT_COUNT
static pme_amd64_entry_t amd64_fam10h_pe[]
#define PME_AMD64_FAM10H_RETIRED_INSTRUCTIONS

Definition at line 53 of file amd64_events.h.

◆ amd64_fam15h_table

struct pme_amd64_table amd64_fam15h_table
static
Initial value:
= {
.events = amd64_fam15h_pe,
}
#define PME_AMD64_FAM15H_CPU_CLK_UNHALTED
#define PME_AMD64_FAM15H_EVENT_COUNT
static pme_amd64_entry_t amd64_fam15h_pe[]
#define PME_AMD64_FAM15H_RETIRED_INSTRUCTIONS

Definition at line 60 of file amd64_events.h.

◆ amd64_k7_table

struct pme_amd64_table amd64_k7_table
static
Initial value:
= {
.events = amd64_k7_pe,
}
#define PME_AMD64_K7_CPU_CLK_UNHALTED
static pme_amd64_entry_t amd64_k7_pe[]
#define PME_AMD64_K7_RETIRED_INSTRUCTIONS
#define PME_AMD64_K7_EVENT_COUNT

Definition at line 39 of file amd64_events.h.

◆ amd64_k8_table

struct pme_amd64_table amd64_k8_table
static
Initial value:
= {
.events = amd64_k8_pe,
}
static pme_amd64_entry_t amd64_k8_pe[]
#define PME_AMD64_K8_RETIRED_INSTRUCTIONS
#define PME_AMD64_K8_EVENT_COUNT
#define PME_AMD64_K8_CPU_CLK_UNHALTED

Definition at line 46 of file amd64_events.h.