Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/lib/libsys/
Dind_manprf.c81 #define PROFBUFSIZE 120 macro
94 static address profile_buffer[PROFBUFSIZE];
187 if (sample_count >= PROFBUFSIZE) flush_buffer(); in __ghs_manprf_timer_handler()