Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/
DMakefile60 define print_msg macro
75 $(print_msg)
118 $(print_msg)
/linux-6.12.1/tools/testing/selftests/devices/error_logs/
Dtest_device_error_logs.py81 ksft.print_msg(log["message"])
84 ksft.print_msg("No device error logs found")
/linux-6.12.1/drivers/watchdog/
Dwdrtas.c75 static int print_msg = 10; in wdrtas_set_interval() local
82 if (result < 0 && print_msg) { in wdrtas_set_interval()
85 print_msg--; in wdrtas_set_interval()
/linux-6.12.1/tools/testing/selftests/devices/probe/
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")
/linux-6.12.1/tools/testing/selftests/kselftest/
Dksft.py35 def print_msg(msg): function