Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/tests/shell/lib/
Dperf_metric_validation.py330 def check_rule(self, testtype, metric_list): argument
338 if testtype == "RelationshipTest":
525 testtype = r['TestType']
526 if not self.check_rule(testtype, r['Metrics']):
528 if testtype == 'RelationshipTest':
530 elif testtype == 'SingleMetricTest':
533 print("Unsupported Test Type: ", testtype)
/Linux-v6.6/kernel/rcu/
Drcutorture.c3554 int testtype; in rcu_torture_init_srcu_lockdep() local
3560 testtype = (test_srcu_lockdep / 10) % 100; in rcu_torture_init_srcu_lockdep()
3574 if (testtype == 0) { in rcu_torture_init_srcu_lockdep()
3590 if (testtype == 1) { in rcu_torture_init_srcu_lockdep()
3611 if (testtype == 2) { in rcu_torture_init_srcu_lockdep()
3633 if (testtype == 3) { in rcu_torture_init_srcu_lockdep()