Lines Matching defs:scenario

120 struct scenario {  struct
136 quiet(struct scenario *scenario) argument
144 take_stackshot(struct scenario *scenario, bool compress_ok, void (^cb)(void *buf, size_t size)) argument
259 struct scenario scenario = { argument
286 struct scenario scenario = { argument
299 struct scenario scenario = { argument
312 get_stats(stackshot_stats_t *_Nonnull out)
341 struct scenario scenario = { argument
379 struct scenario scenario = { argument
394 struct scenario scenario = { argument
407 struct scenario scenario = { argument
436 struct scenario scenario = { argument
464 struct scenario scenario = { argument
503 struct scenario scenario = { argument
541 #define CACHEADDR_ENV "STACKSHOT_TEST_DYLDADDR"
542 T_HELPER_DECL(spawn_reslide_child, "child process to spawn with alternate slide")
567 T_DECL(shared_cache_flags, "tests stackshot's task_ss_flags for the shared cache")
635 …stackshot contains transitioning task info", T_META_BOOTARGS_SET("enable_proc_exit_lpexit_spin=1"))
720 static void *stuck_sysctl_thread(void *arg) {
730 T_HELPER_DECL(zombie_child, "child process to sample as a zombie")
748 T_DECL(zombie, "tests a stackshot of a zombie task with a thread stuck in the kernel")
831 T_HELPER_DECL(exec_child_preexec, "child process pre-exec")
859 T_HELPER_DECL(exec_child_postexec, "child process post-exec to sample")
867 T_DECL(exec, "test getting full task snapshots for a task that execs")
941 struct scenario scenario = { argument
969 #define __ptrauth_swift_async_context_parent \
971 #define __ptrauth_swift_async_context_resume \
974 #define __ptrauth_swift_async_context_parent
975 #define __ptrauth_swift_async_context_resume
978 …yncstack_frame(x) ((uintptr_t)(void *)ptrauth_strip((void *)(x), ptrauth_key_function_pointer) + 1)