logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

PAPI_addr_range_option_t - address range specification for range restricted counting if both are zero,

Author

       Generated automatically by Doxygen for PAPI from the source code.

Version 7.1.0.0                                  Thu Dec 14 2023                     PAPI_addr_range_option_t(3)

Field Documentation

vptr_tPAPI_addr_range_option_t::end
       user requested end address of an address range

   intPAPI_addr_range_option_t::end_off
       hardware specified offset from end address

   intPAPI_addr_range_option_t::eventset
       eventset to restrict

   vptr_tPAPI_addr_range_option_t::start
       user requested start address of an address range

   intPAPI_addr_range_option_t::start_off
       hardware specified offset from start address

Name

       PAPI_addr_range_option_t - address range specification for range restricted counting if both are zero,
       range is disabled

Synopsis

       #include <papi.h>

   DataFields
       int eventset
       vptr_t start
       vptr_t end
       int start_off
       int end_off

See Also