Searched refs:MAX_UNIQUE_INSTRUCTIONS (Results 1 – 2 of 2) sorted by relevance
35 profiler_entry_t profiler_entries[MAX_UNIQUE_INSTRUCTIONS];89 for (word_t i = 0; i < MAX_UNIQUE_INSTRUCTIONS; i++) { in profiler_reset()109 for (word_t i = 0; i < MAX_UNIQUE_INSTRUCTIONS; i++) { in profiler_list()140 word_t hash = (pc >> 2) % MAX_UNIQUE_INSTRUCTIONS; in profiler_record_sample()158 if (profiler_num_entries < (MAX_UNIQUE_INSTRUCTIONS / 4) * 3) { in profiler_record_sample()172 hash %= MAX_UNIQUE_INSTRUCTIONS; in profiler_record_sample()
28 #define MAX_UNIQUE_INSTRUCTIONS 94349 macro72 extern profiler_entry_t profiler_entries[MAX_UNIQUE_INSTRUCTIONS];
Completed in 2 milliseconds