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.py43 self.collectlist: str = metrics
399 collectlist = dict()
400 if self.collectlist != "":
401 collectlist[0] = {x for x in self.collectlist.split(",")}
403 collectlist[0] = set(list(self.metrics))
408 if not any(m not in collectlist[0] for m in metrics):
409 collectlist[rule["RuleIndex"]] = [
412 for idx, metrics in collectlist.items():
424 def second_test(self, collectlist, second_results): argument
426 for metric in collectlist:
[all …]