Home
last modified time | relevance | path

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

/xnu-10063.141.1/tests/vm/
H A Ddiag_threshold_test_with_low_watermark.c36 diag_mem_threshold_log_test("Going to waste memory 1\n"); in diag_threshold_test_with_low_watermark()
38 diag_mem_threshold_log_test("memory wasted #1\n"); in diag_threshold_test_with_low_watermark()
40 diag_mem_threshold_log_test("step #2\n"); in diag_threshold_test_with_low_watermark()
44 diag_mem_threshold_log_test("Giving up in wait, terminating\n"); in diag_threshold_test_with_low_watermark()
47diag_mem_threshold_log_test("Got first exception ensuring no false positives (timeout expected)\n"… in diag_threshold_test_with_low_watermark()
49 diag_mem_threshold_log_test("Got first exception wasting memory\n"); in diag_threshold_test_with_low_watermark()
54 diag_mem_threshold_log_test("Giving up in wait, terminating\n"); in diag_threshold_test_with_low_watermark()
58 diag_mem_threshold_log_test("Got second exception\n"); in diag_threshold_test_with_low_watermark()
H A Ddiag_threshold_test_with_high_watermark.c36 diag_mem_threshold_log_test("Going to waste memory 1\n"); in diag_threshold_test_with_high_watermark()
38 diag_mem_threshold_log_test("memory wasted #1\n"); in diag_threshold_test_with_high_watermark()
40 diag_mem_threshold_log_test("step #2\n"); in diag_threshold_test_with_high_watermark()
44 diag_mem_threshold_log_test("Giving up in wait, terminating\n"); in diag_threshold_test_with_high_watermark()
47diag_mem_threshold_log_test("Got first exception ensuring no false positives (timeout expected)\n"… in diag_threshold_test_with_high_watermark()
49 diag_mem_threshold_log_test("Got first exception wasting memory\n"); in diag_threshold_test_with_high_watermark()
54 diag_mem_threshold_log_test("Giving up in wait, terminating\n"); in diag_threshold_test_with_high_watermark()
58 diag_mem_threshold_log_test("Got second exception\n"); in diag_threshold_test_with_high_watermark()
H A Ddiag_threshold_test.c97 diag_mem_threshold_log_test("Semaphore done, exiting\n"); in diag_mem_threshold_wait_for_exception()
106 diag_mem_threshold_log_test("Waiting\n"); in diag_mem_threshold_wait_for_exception()
138 diag_mem_threshold_log_test("This system have %llu MB RAM\n", (this_system_ram_size >> 20ULL)); in execute_one_test()
171 diag_mem_threshold_log_test("Test success\n"); in execute_one_test()
173 diag_mem_threshold_log_test("Test failed\n"); in execute_one_test()
189 diag_mem_threshold_log_test("Startup of executor for test %s\n", info.test->short_name); in test_executor_thread()
321 diag_mem_threshold_log_test("Startup of exception handler for test %s\n", info.test->short_name); in exception_thread()
327 diag_mem_threshold_log_test("Exception arrived\n"); in exception_thread()
343 diag_mem_threshold_log_test("Set threshold limit to %d MB\n", limit_param >> 20); in set_memory_diagnostics_threshold_limits()
378 diag_mem_threshold_log_test("Going to waste memory (%d MB)\n", ammount >> 20); in diag_mem_threshold_waste_memory()
[all …]
H A Ddiag_threshold_test_watermark_and_threshold_same.c39 diag_mem_threshold_log_test("Get threshold limit"); in get_diagthreshold_limits()
68diag_mem_threshold_log_test("Modifying threshold limit,expecting threshold is automatically enable… in diag_threshold_test_watermark_and_threshold_same()
80diag_mem_threshold_log_test("Modifying threshold limit,expecting threshold is automatically enable… in diag_threshold_test_watermark_and_threshold_same()
87 diag_mem_threshold_log_test("Modifying jetsam limit,expecting threshold is automatically enabled"); in diag_threshold_test_watermark_and_threshold_same()
H A Ddiag_threshold_test_limit_and_threshold_same.c39 diag_mem_threshold_log_test("Get threshold limit"); in get_diagthreshold_limits()
69diag_mem_threshold_log_test("Modifying threshold limit,expecting threshold is automatically enable… in diag_threshold_test_limit_and_threshold_same()
82diag_mem_threshold_log_test("Modifying threshold limit,expecting threshold is automatically enable… in diag_threshold_test_limit_and_threshold_same()
90 diag_mem_threshold_log_test("Modifying jetsam limit,expecting threshold is automatically enabled"); in diag_threshold_test_limit_and_threshold_same()
H A Ddiag_threshold_test_double_limit.c37 diag_mem_threshold_log_test("Giving up in wait, terminating\n"); in double_limit_test_execution()
44diag_mem_threshold_log_test("First exception seen, reloading limits and preparing second exception… in double_limit_test_execution()
46 diag_mem_threshold_log_test("Finished wasting memory, existing\n"); in double_limit_test_execution()
H A Ddiag_threshold_test_no_retrigger.c39 diag_mem_threshold_log_test("Giving up in wait, terminating\n"); in diag_threshold_test_no_retrigger_execution()
45 diag_mem_threshold_log_test("First exception seen, consuming again and not expecting exception\n"); in diag_threshold_test_no_retrigger_execution()
47 diag_mem_threshold_log_test("Finished wasting memory, existing\n"); in diag_threshold_test_no_retrigger_execution()
H A Ddiag_threshold_test_logging.c63 diag_mem_threshold_log_test("I am logging from a thread %f seconds ", difftime(time(NULL), t)); in logger_thread()
106 diag_mem_threshold_log_test("Logging from a signal handler"); in signal_handler()
H A Ddiag_threshold_test.h86 void diag_mem_threshold_log_test(const char *fmt, ...);