FreeRTOS port on GAP8/RISC-V
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
perf_t Struct Reference

Data Fields

uint32_t perf_mask
 
uint32_t perf_counter [PCER_EVENTS_NUM]
 

Field Documentation

uint32_t perf_t::perf_counter

Performance counters value.

Referenced by __pi_perf_fc_read(), and __pi_perf_save().

uint32_t perf_t::perf_mask

Mask of Performance counters being used.

Referenced by __pi_perf_fc_conf(), __pi_perf_fc_reset(), __pi_perf_fc_start(), __pi_perf_fc_stop(), and __pi_perf_save().