Lines Matching full:print
26 print('SKIP: Could not find perf binary, thus could not determine perf access.')
34 print(f'SKIP: Could not read {counter_name} perf counter, assuming no access.')
38 print(f'SKIP: Could not read {counter_name} perf counter, assuming no access.')
74 print('SKIP: doesn\'t have MSR access, skipping run with --no-perf')
79 print('SKIP: doesn\'t have perf access, skipping run with --no-msr')
82 print('SKIP: No MSR nor perf access detected. Skipping the tests entirely')
87 print('Could not find turbostat binary')
92 print('Could not find timeout binary')
97 print(f'turbostat failed with {proc_turbostat.returncode}')
130 print(f'Running turbostat with {turbostat_argv=}... ', end = '', flush = True)
133 print(f'turbostat failed with {proc_turbostat.returncode}')
138 print(f'turbostat column check failed\n{expected_columns=}\n{actual_columns=}')
140 print('OK')
147 print(f'Running turbostat with {turbostat_argv=}... ', end = '', flush = True)
150 print(f'turbostat failed with {proc_turbostat.returncode}')
155 print(f'turbostat column check failed\n{expected_columns_debug=}\n{actual_columns=}')
157 print('OK')