Home
last modified time | relevance | path

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

/external/valgrind/callgrind/
Devents.c32 #define MAX_EVENTSET_COUNT 1024 macro
35 static EventSet* eventSetTable[MAX_EVENTSET_COUNT];
48 for(i=0; i< MAX_EVENTSET_COUNT; i++) in initialize_event_sets()
127 if (mask >= MAX_EVENTSET_COUNT) return 0; in eventset_from_mask()