summaryrefslogtreecommitdiff
path: root/rts/Trace.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/Trace.h')
-rw-r--r--rts/Trace.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/rts/Trace.h b/rts/Trace.h
index d3bb226000..b7db0ca912 100644
--- a/rts/Trace.h
+++ b/rts/Trace.h
@@ -301,6 +301,10 @@ void traceHeapProfCostCentre(StgWord32 ccID,
StgBool is_caf);
void traceHeapProfSampleCostCentre(StgWord8 profile_id,
CostCentreStack *stack, StgWord residency);
+
+void traceProfSampleCostCentre(Capability *cap,
+ CostCentreStack *stack, StgWord ticks);
+void traceProfBegin(void);
#endif /* PROFILING */
void flushTrace(void);