Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Dparse-events.c377 static int parse_aliases(char *str, const char *names[][PERF_EVSEL__MAX_ALIASES], int size) in parse_aliases() function
422 cache_type = parse_aliases(type, perf_evsel__hw_cache, in parse_events_add_cache()
436 cache_op = parse_aliases(str, perf_evsel__hw_cache_op, in parse_events_add_cache()
446 cache_result = parse_aliases(str, perf_evsel__hw_cache_result, in parse_events_add_cache()