]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/kperf/callstack.h
xnu-6153.41.3.tar.gz
[apple/xnu.git] / osfmk / kperf / callstack.h
index a144a8b952bcfa1cd0890ae19370f67bc0f88cd4..e4a0cd5e0273de98b0251bf32ddddf29264b9bbd 100644 (file)
@@ -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) */