Home
last modified time | relevance | path

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

/linux/tools/perf/tests/shell/lib/
H A Dperf_metric_validation.py161 def check_bound(self, val, lb, ub, err): member in Validator
279 elif not self.check_bound(val, lbv, ubv, t):
310 … if len(result) > 0 and self.check_bound(result[0], lbv, ubv, t) or m['Name'] in self.skiplist:
322 if self.check_bound(val, lbv, ubv, t):