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

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

Completed in 50 milliseconds