Searched refs:MAX_COUNTERS (Results 1 – 3 of 3) sorted by relevance
24 enum { PFMC0, PFMC1, PFMC2, MAX_COUNTERS }; enumerator48 struct perf_event *events[MAX_COUNTERS];54 unsigned long used_mask[BITS_TO_LONGS(MAX_COUNTERS)];
24 #define MAX_COUNTERS 6 macro49 struct perf_event *events[MAX_COUNTERS];
775 DECLARE_BITMAP(fake_used_mask, MAX_COUNTERS); in validate_group()