Searched refs:diag_mem_threshold_log_test (Results 1 – 9 of 9) sorted by relevance
| /xnu-10063.141.1/tests/vm/ |
| H A D | diag_threshold_test_with_low_watermark.c | 36 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() 47 …diag_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 D | diag_threshold_test_with_high_watermark.c | 36 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() 47 …diag_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 D | diag_threshold_test.c | 97 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 D | diag_threshold_test_watermark_and_threshold_same.c | 39 diag_mem_threshold_log_test("Get threshold limit"); in get_diagthreshold_limits() 68 …diag_mem_threshold_log_test("Modifying threshold limit,expecting threshold is automatically enable… in diag_threshold_test_watermark_and_threshold_same() 80 …diag_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 D | diag_threshold_test_limit_and_threshold_same.c | 39 diag_mem_threshold_log_test("Get threshold limit"); in get_diagthreshold_limits() 69 …diag_mem_threshold_log_test("Modifying threshold limit,expecting threshold is automatically enable… in diag_threshold_test_limit_and_threshold_same() 82 …diag_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 D | diag_threshold_test_double_limit.c | 37 diag_mem_threshold_log_test("Giving up in wait, terminating\n"); in double_limit_test_execution() 44 …diag_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 D | diag_threshold_test_no_retrigger.c | 39 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 D | diag_threshold_test_logging.c | 63 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 D | diag_threshold_test.h | 86 void diag_mem_threshold_log_test(const char *fmt, ...);
|