Home
last modified time | relevance | path

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

/linux/tools/perf/tests/shell/lib/
H A Dperf_json_output_lint.py49 def check_json_output(expected_items): argument
74 if expected_items != -1:
76 if count not in expected_items and count >= 1 and count <= 7 and 'metric-value' in item:
81 elif count not in expected_items and count >= 1 and count <= 5 and 'metricgroup' in item:
83 elif count - 1 in expected_items and 'metric-threshold' in item:
85 elif count in expected_items and 'insn per cycle' in item:
87 elif count not in expected_items:
101 expected_items = [5, 7] variable
103 expected_items = [6, 8] variable
105 expected_items = [7, 9] variable
[all …]