PAPI  5.0.1.0
map.c File Reference
Include dependency graph for map.c:

Go to the source code of this file.

Functions

void init_freebsd_libpmc_mappings (void)
int freebsd_number_of_events (int processortype)

Variables

Native_Event_Info_t _papi_hwd_native_info [CPU_LAST+1]

Function Documentation

int freebsd_number_of_events ( int  processortype)

Definition at line 40 of file map.c.

{
    int counter = 0;

    while (_papi_hwd_native_info[processortype].info[counter].name != NULL)
        counter++;

    return counter;
}

Here is the caller graph for this function:


Variable Documentation

See other freebsd-map*.* for more details!

Definition at line 17 of file map.c.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines