Home
last modified time | relevance | path

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

/linux/tools/perf/tests/shell/lib/
H A Dperf_metric_validation.py42 self.collectlist: str = metrics
397 collectlist = dict()
398 if self.collectlist != "":
399 collectlist[0] = {x for x in self.collectlist.split(",")}
401 collectlist[0] = set(list(self.metrics))
406 if not any(m not in collectlist[0] for m in metrics):
407 collectlist[rule["RuleIndex"]] = [
410 for idx, metrics in collectlist.items():
422 def second_test(self, collectlist, second_results): argument
424 for metric in collectlist:
[all …]