Go to the source code of this file.
|
| enum | {
CPU_UNKNOWN = 0
, CPU_P6
, CPU_P6_C
, CPU_P6_2
,
CPU_P6_3
, CPU_P6_M
, CPU_P4
, CPU_K7
,
CPU_K8
, CPU_ATOM
, CPU_CORE
, CPU_CORE2
,
CPU_CORE2EXTREME
, CPU_COREI7
, CPU_COREWESTMERE
, CPU_LAST
} |
| |
◆ anonymous enum
| Enumerator |
|---|
| CPU_UNKNOWN | |
| CPU_P6 | |
| CPU_P6_C | |
| CPU_P6_2 | |
| CPU_P6_3 | |
| CPU_P6_M | |
| CPU_P4 | |
| CPU_K7 | |
| CPU_K8 | |
| CPU_ATOM | |
| CPU_CORE | |
| CPU_CORE2 | |
| CPU_CORE2EXTREME | |
| CPU_COREI7 | |
| CPU_COREWESTMERE | |
| CPU_LAST | |
Definition at line 18 of file map.h.
◆ freebsd_number_of_events()
| int freebsd_number_of_events |
( |
int |
processortype | ) |
|
Definition at line 40 of file map.c.
41{
42 int counter = 0;
43
45 counter++;
46
47 return counter;
48}
Native_Event_Info_t _papi_hwd_native_info[CPU_LAST+1]
◆ init_freebsd_libpmc_mappings()
| void init_freebsd_libpmc_mappings |
( |
void |
| ) |
|
Definition at line 19 of file map.c.
20{
36
38}
Native_Event_LabelDescription_t AtomProcessor_info[]
Native_Event_LabelDescription_t Core2ExtremeProcessor_info[]
Native_Event_LabelDescription_t Core2Processor_info[]
Native_Event_LabelDescription_t CoreProcessor_info[]
Native_Event_LabelDescription_t i7Processor_info[]
Native_Event_LabelDescription_t K7Processor_info[]
Native_Event_LabelDescription_t K8Processor_info[]
Native_Event_LabelDescription_t P4Processor_info[]
Native_Event_LabelDescription_t P6_2_Processor_info[]
Native_Event_LabelDescription_t P6_3_Processor_info[]
Native_Event_LabelDescription_t P6_C_Processor_info[]
Native_Event_LabelDescription_t P6_M_Processor_info[]
Native_Event_LabelDescription_t P6Processor_info[]
Native_Event_LabelDescription_t UnkProcessor_info[]
Native_Event_LabelDescription_t WestmereProcessor_info[]
Native_Event_LabelDescription_t * info
◆ _papi_hwd_native_info
See other freebsd-map*.* for more details!
Definition at line 17 of file map.c.