X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/cb3231590a3c94ab4375e2228bd5e86b0cf1ad7e..94ff46dc2849db4d43eaaf144872decc522aafb4:/osfmk/kperf/callstack.h diff --git a/osfmk/kperf/callstack.h b/osfmk/kperf/callstack.h index a144a8b95..e4a0cd5e0 100644 --- a/osfmk/kperf/callstack.h +++ b/osfmk/kperf/callstack.h @@ -70,7 +70,8 @@ void kperf_continuation_sample(struct kp_kcallstack *cs, struct kperf_context *) void kperf_backtrace_sample(struct kp_kcallstack *cs, struct kperf_context *context); void kperf_ucallstack_sample(struct kp_ucallstack *cs, struct kperf_context *); -int kperf_ucallstack_pend(struct kperf_context *, uint32_t depth); +int kperf_ucallstack_pend(struct kperf_context *, uint32_t depth, + unsigned int actionid); void kperf_ucallstack_log(struct kp_ucallstack *cs); #endif /* !defined(KPERF_CALLSTACK_H) */