Searched refs:RISCV_MAX_COUNTERS (Results 1 – 2 of 2) sorted by relevance
22 #define RISCV_MAX_COUNTERS 2 macro49 struct perf_event *events[RISCV_MAX_COUNTERS];
194 WARN_ON_ONCE(idx < 0 || idx > RISCV_MAX_COUNTERS); in read_counter()