Go to the source code of this file.
◆ 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.