Provided by: libpapi-dev_7.1.0-5build1_amd64 bug

NAME

       PAPI_sprofil_t

SYNOPSIS

   Data Fields
       void * pr_base
       unsigned pr_size
       vptr_t pr_off
       unsigned pr_scale

Field Documentation

   void* PAPI_sprofil_t::pr_base
       buffer base

   vptr_t PAPI_sprofil_t::pr_off
       pc start address (offset)

   unsigned PAPI_sprofil_t::pr_scale
       pc scaling factor: fixed point fraction 0xffff ~= 1, 0x8000 == .5, 0x4000 == .25, etc.
       also, two extensions 0x1000 == 1, 0x2000 == 2

   unsigned PAPI_sprofil_t::pr_size
       buffer size

Author

       Generated automatically by Doxygen for PAPI from the source code.