Searched refs:MAX_COUNTER_SLOTS (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/usr.sbin/pmcstudy/
H A Dpmcstudy.c44 #define MAX_COUNTER_SLOTS 1024 macro
173 uint64_t vals[MAX_COUNTER_SLOTS]; /* Last 64 entries */
2153 int max_to_collect = MAX_COUNTER_SLOTS;
2842 if (max_to_collect > MAX_COUNTER_SLOTS) {
2844 max_to_collect = MAX_COUNTER_SLOTS;

Completed in 97 milliseconds