Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/tests/shell/lib/
Dperf_metric_validation.py348 def check_rule(self, testtype, metric_list): argument
356 if testtype == "RelationshipTest":
550 testtype = r['TestType']
551 if not self.check_rule(testtype, r['Metrics']):
553 if testtype == 'RelationshipTest':
555 elif testtype == 'SingleMetricTest':
558 print("Unsupported Test Type: ", testtype)
/linux-6.12.1/kernel/rcu/
Drcutorture.c3634 int testtype; in rcu_torture_init_srcu_lockdep() local
3640 testtype = (test_srcu_lockdep / 10) % 100; in rcu_torture_init_srcu_lockdep()
3654 if (testtype == 0) { in rcu_torture_init_srcu_lockdep()
3670 if (testtype == 1) { in rcu_torture_init_srcu_lockdep()
3691 if (testtype == 2) { in rcu_torture_init_srcu_lockdep()
3713 if (testtype == 3) { in rcu_torture_init_srcu_lockdep()