Home
last modified time | relevance | path

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

/seL4-master/src/machine/
A Dprofiler.c35 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()
/seL4-master/include/machine/
A Dprofiler.h28 #define MAX_UNIQUE_INSTRUCTIONS 94349 macro
72 extern profiler_entry_t profiler_entries[MAX_UNIQUE_INSTRUCTIONS];

Completed in 2 milliseconds