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

/linux-master/tools/perf/tests/shell/lib/
H A Dperf_metric_validation.py345 def check_rule(self, testtype, metric_list):
353 if testtype == "RelationshipTest":
544 testtype = r['TestType']
545 if not self.check_rule(testtype, r['Metrics']):
547 if testtype == 'RelationshipTest':
549 elif testtype == 'SingleMetricTest':
552 print("Unsupported Test Type: ", testtype)
/linux-master/kernel/rcu/
H A Drcutorture.c3582 int testtype; local
3588 testtype = (test_srcu_lockdep / 10) % 100;
3602 if (testtype == 0) {
3618 if (testtype == 1) {
3639 if (testtype == 2) {
3661 if (testtype == 3) {

Completed in 136 milliseconds