Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dmetricgroup.c355 static bool match_metric(const char *metric_or_groups, const char *sought) in match_metric() argument
364 if (!metric_or_groups) in match_metric()
367 if (!strncasecmp(metric_or_groups, sought, len) && in match_metric()
368 (metric_or_groups[len] == 0 || metric_or_groups[len] == ';')) in match_metric()
370 m = strchr(metric_or_groups, ';'); in match_metric()