Home
last modified time | relevance | path

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

/xnu-11215.81.4/libsyscall/wrappers/
H A Dstackshot.c44 stackshot_config_t *s_config; in stackshot_config_create() local
46 s_config = malloc(sizeof(stackshot_config_t)); in stackshot_config_create()
47 if (s_config == NULL) { in stackshot_config_create()
51 s_config->sc_pid = -1; in stackshot_config_create()
52 s_config->sc_flags = 0; in stackshot_config_create()
53 s_config->sc_delta_timestamp = 0; in stackshot_config_create()
54 s_config->sc_buffer = 0; in stackshot_config_create()
55 s_config->sc_size = 0; in stackshot_config_create()
56 s_config->sc_pagetable_mask = 0; in stackshot_config_create()
58 return s_config; in stackshot_config_create()
[all …]