Home
last modified time | relevance | path

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

/linux-4.1.27/arch/tile/kernel/
Dperf_event.c43 #define TILE_MAX_COUNTERS 4 macro
52 struct perf_event *events[TILE_MAX_COUNTERS]; /* counter order */
53 struct perf_event *event_list[TILE_MAX_COUNTERS]; /* enabled
55 int assign[TILE_MAX_COUNTERS];
56 unsigned long active_mask[BITS_TO_LONGS(TILE_MAX_COUNTERS)];
338 .num_counters = TILE_MAX_COUNTERS,