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