Searched refs:check_bound (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/perf/tests/shell/lib/ |
| H A D | perf_metric_validation.py | 163 def check_bound(self, val, lb, ub, err): member in Validator 281 elif not self.check_bound(val, lbv, ubv, t): 312 … if len(result) > 0 and self.check_bound(result[0], lbv, ubv, t) or m['Name'] in self.skiplist: 324 if self.check_bound(val, lbv, ubv, t):
|