Searched refs:print_msg (Results 1 – 8 of 8) sorted by relevance
56 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 …]
61 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 …]
76 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)
60 ksft.print_msg(f'{bug}: {mitigation} ...')
60 define print_msg macro75 $(print_msg)118 $(print_msg)
81 ksft.print_msg(log["message"])84 ksft.print_msg("No device error logs found")
38 def print_msg(msg): function
318 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