Home
last modified time | relevance | path

Searched refs:RISCV_MAX_COUNTERS (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/arch/riscv/include/asm/
Dperf_event.h22 #define RISCV_MAX_COUNTERS 2 macro
25 #ifndef RISCV_MAX_COUNTERS
54 struct perf_event *events[RISCV_MAX_COUNTERS];
/Linux-v5.4/arch/riscv/kernel/
Dperf_event.c194 WARN_ON_ONCE(idx < 0 || idx > RISCV_MAX_COUNTERS); in read_counter()