Home
last modified time | relevance | path

Searched refs:MAX_COUNTERS (Results 1 – 3 of 3) sorted by relevance

/arch/nds32/include/asm/
Dpmu.h24 enum { PFMC0, PFMC1, PFMC2, MAX_COUNTERS }; enumerator
48 struct perf_event *events[MAX_COUNTERS];
54 unsigned long used_mask[BITS_TO_LONGS(MAX_COUNTERS)];
/arch/x86/events/amd/
Duncore.c24 #define MAX_COUNTERS 6 macro
49 struct perf_event *events[MAX_COUNTERS];
/arch/nds32/kernel/
Dperf_event_cpu.c775 DECLARE_BITMAP(fake_used_mask, MAX_COUNTERS); in validate_group()