Home
last modified time | relevance | path

Searched refs:sc_buffer (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.81.4/libsyscall/wrappers/
H A Dstackshot.c54 s_config->sc_buffer = 0; in stackshot_config_create()
140 if (s_config->sc_buffer != 0) { in stackshot_capture_with_config()
144 s_config->sc_out_buffer_addr = (uintptr_t)&s_config->sc_buffer; in stackshot_capture_with_config()
150 s_config->sc_buffer = 0; in stackshot_capture_with_config()
175 return (void *)s_config->sc_buffer; in stackshot_config_get_stackshot_buffer()
189 if (stackshot_config == NULL || (void *)stackshot_config->sc_buffer == NULL) { in stackshot_config_get_stackshot_size()
208 if (stackshot_config == NULL || (void *)stackshot_config->sc_buffer != NULL) { in stackshot_config_set_size_hint()
231 if (stackshot_config == NULL || (void *)stackshot_config->sc_buffer != NULL) { in stackshot_config_set_delta_timestamp()
260 if (stackshot_config == NULL || (void *)stackshot_config->sc_buffer != NULL) { in stackshot_config_set_pagetable_mask()
289 if (s_config->sc_size && s_config->sc_buffer) { in stackshot_config_dealloc_buffer()
[all …]
/xnu-11215.81.4/bsd/sys/
H A Dstackshot.h43 uint64_t sc_buffer; /* Pointer to stackshot buffer */ member