Home
last modified time | relevance | path

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

/external/linux-tools-perf/util/
Dparse-events.c93 #define MAX_ALIASES 8 macro
95 static const char *hw_cache[][MAX_ALIASES] = {
104 static const char *hw_cache_op[][MAX_ALIASES] = {
110 static const char *hw_cache_result[][MAX_ALIASES] = {
360 static int parse_aliases(const char **str, const char *names[][MAX_ALIASES], int size) in parse_aliases() argument
366 for (j = 0; j < MAX_ALIASES && names[i][j]; j++) { in parse_aliases()