Searched refs:testpoint (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215/osfmk/kern/ |
| H A D | exclaves_test_stackshot.c | 35 testpoint_name(tp_id_t testpoint) in testpoint_name() argument 37 switch (testpoint) { in testpoint_name() 98 switch (testpoint) { in tp_call_stackshot_long_upcall() 113 switch (testpoint) { in tp_call_stackshot_long_upcall() 118 tp_wait(testpoint); in tp_call_stackshot_long_upcall() 121 tp_relay(testpoint, TP_WAIT_START_STACKSHOT); in tp_call_stackshot_long_upcall() 185 switch (testpoint) { in tp_call_stackshot_upcall() 202 switch (testpoint) { in tp_call_stackshot_upcall() 207 tp_wait(testpoint); in tp_call_stackshot_upcall() 210 tp_relay(testpoint, TP_WAIT_START_STACKSHOT); in tp_call_stackshot_upcall() [all …]
|
| H A D | testpoints.c | 48 tp_block(tp_id_t testpoint) in tp_block() argument 50 tp_blocked_info[testpoint] = 1; in tp_block() 62 tp_wait(tp_id_t testpoint) in tp_wait() argument 65 while ((tp_blocked_info[testpoint]) && wr <= 0) { in tp_wait() 77 tp_block(testpoint); in tp_relay() 78 tp_wait(testpoint); in tp_relay() 83 tp_call(tp_id_t testpoint, tp_val_t val) in tp_call() argument 92 tp_call_stackshot_upcall(testpoint, val); in tp_call() 95 tp_call_stackshot_long_upcall(testpoint, val); in tp_call() 104 testpoint_handler(int64_t testpoint, int64_t *out) in testpoint_handler() argument [all …]
|
| H A D | testpoints.h | 82 tp_call(tp_id_t testpoint, tp_val_t val); 102 tp_block(tp_id_t testpoint); 110 tp_wait(tp_id_t testpoint); 114 tp_relay(tp_id_t testpoint, tp_id_t other_testpoint);
|
| H A D | exclaves_test_stackshot.h | 36 tp_call_stackshot_long_upcall(tp_id_t testpoint, tp_val_t __unused val); 39 tp_call_stackshot_upcall(tp_id_t testpoint, tp_val_t __unused val);
|