Home
last modified time | relevance | path

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

/tools/testing/selftests/x86/bugs/
A Dits_ret_alignment.py56 ksft.print_msg(f"Using vmlinux: {vmlinux}")
63 ksft.print_msg(f"Found {total_rethunk_tests} rethunk sites")
67 ksft.print_msg(f'kcore: __rethunk_sites: 0x{rethunks_start_kcore:x}')
70 ksft.print_msg(f'kcore: its_return_thunk: 0x{its_return_thunk:x}')
103 ksft.print_msg(f"\tPASSED: At safe address")
121 ksft.print_msg(f'\t************* FAILED *************')
123 ksft.print_msg(f'\t**********************************')
129 ksft.print_msg(f"\n\nSummary:")
130 ksft.print_msg(f"PASSED: \t{tests_passed} \t/ {total_rethunk_tests}")
131 ksft.print_msg(f"FAILED: \t{tests_failed} \t/ {total_rethunk_tests}")
[all …]
A Dits_indirect_alignment.py61 ksft.print_msg(f"Using vmlinux: {vmlinux}")
68 ksft.print_msg(f"Found {total_retpoline_tests} retpoline sites")
72 ksft.print_msg(f'kcore: __retpoline_sites: 0x{retpolines_start_kcore:x}')
106 ksft.print_msg(f"\tPASSED: At safe address")
121 ksft.print_msg(f"\tPASSED: Found {operand}")
133 ksft.print_msg(f'\t************* FAILED *************')
135 ksft.print_msg(f'\t**********************************')
138 ksft.print_msg(f"UNKNOWN: An unexpected error occurred: {e}")
141 ksft.print_msg(f"\n\nSummary:")
142 ksft.print_msg(f"PASS: \t{tests_passed} \t/ {total_retpoline_tests}")
[all …]
A Dcommon.py76 ksft.print_msg(f"\nFound: {found}")
81 ksft.print_msg(f'\nFound:\t {found}')
82 ksft.print_msg(f'Expected:\t {expected}')
83 ksft.print_msg(f"\ncmdline: {read_file('/proc/cmdline')}")
87 ksft.print_msg(f'\nUnknown status: {found}')
88 ksft.print_msg(f"\ncmdline: {read_file('/proc/cmdline')}")
110 ksft.print_msg("Available sections in vmlinux:")
112 ksft.print_msg(sec.name)
A Dits_sysfs.py60 ksft.print_msg(f'{bug}: {mitigation} ...')
/tools/perf/
A DMakefile60 define print_msg macro
75 $(print_msg)
118 $(print_msg)
/tools/testing/selftests/devices/error_logs/
A Dtest_device_error_logs.py81 ksft.print_msg(log["message"])
84 ksft.print_msg("No device error logs found")
/tools/testing/selftests/kselftest/
A Dksft.py38 def print_msg(msg): function
/tools/testing/selftests/devices/probe/
A Dtest_discoverable_devices.py318 ksft.print_msg(f"Using board file: {yaml_file}")
341 ksft.print_msg(f"Boards directory '{args.boards_dir}' doesn't exist")
353 ksft.print_msg("No matching board file found")

Completed in 16 milliseconds