Home
last modified time | relevance | path

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

/linux/tools/perf/tests/shell/lib/
H A Dperf_metric_validation.py350 def check_rule(self, testtype, metric_list): argument
358 if testtype == "RelationshipTest":
557 testtype = r['TestType']
558 if not self.check_rule(testtype, r['Metrics']):
560 if testtype == 'RelationshipTest':
562 elif testtype == 'SingleMetricTest':
565 print("Unsupported Test Type: ", testtype)
/linux/kernel/rcu/
H A Drcutorture.c4520 int testtype; in rcu_torture_init_srcu_lockdep() local
4526 testtype = (test_srcu_lockdep / 10) % 100; in rcu_torture_init_srcu_lockdep()
4540 if (testtype == 0) { in rcu_torture_init_srcu_lockdep()
4556 if (testtype == 1) { in rcu_torture_init_srcu_lockdep()
4577 if (testtype == 2) { in rcu_torture_init_srcu_lockdep()
4599 if (testtype == 3) { in rcu_torture_init_srcu_lockdep()