Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dparse-events.c354 static int parse_aliases(char *str, const char *names[][PERF_EVSEL__MAX_ALIASES], int size) in parse_aliases() function
399 cache_type = parse_aliases(type, perf_evsel__hw_cache, in parse_events_add_cache()
413 cache_op = parse_aliases(str, perf_evsel__hw_cache_op, in parse_events_add_cache()
423 cache_result = parse_aliases(str, perf_evsel__hw_cache_result, in parse_events_add_cache()