Home
last modified time | relevance | path

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

/xnu-12377.61.12/libsyscall/wrappers/
H A Dstackshot.c51 s_config->sc_pid = -1; in stackshot_config_create()
80 s_config->sc_pid = pid; in stackshot_config_set_pid()
/xnu-12377.61.12/bsd/sys/
H A Dstackshot.h38 int sc_pid; /* PID to trace, or -1 for the entire system */ member
/xnu-12377.61.12/bsd/kern/
H A Dstackshot.c627 config.sc_pid = -1; in kern_stack_snapshot_with_reason()
/xnu-12377.61.12/tests/
H A Dstackshot_accuracy.m156 target_pid = ((struct stackshot_config*)stackshot_config)->sc_pid;
/xnu-12377.61.12/osfmk/kern/
H A Dkern_stackshot.c2396 snapshot_args.pid = config->sc_pid; in kern_stack_snapshot_internal()