From ae4415b9487d24942aa0e91052d4b897a3cf2f2e Mon Sep 17 00:00:00 2001 From: Matthew Pickering Date: Tue, 2 Jul 2019 10:38:13 +0100 Subject: eventlog: Add biographical and retainer profiling traces This patch adds a new eventlog event which indicates the start of a biographical profiler sample. These are different to normal events as they also include the timestamp of when the census took place. This is because the LDV profiler only emits samples at the end of the run. Now all the different profiling modes emit consumable events to the eventlog. --- includes/rts/EventLogFormat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'includes') diff --git a/includes/rts/EventLogFormat.h b/includes/rts/EventLogFormat.h index 462e036d90..ad983e70b3 100644 --- a/includes/rts/EventLogFormat.h +++ b/includes/rts/EventLogFormat.h @@ -179,6 +179,7 @@ #define EVENT_HEAP_PROF_SAMPLE_COST_CENTRE 163 #define EVENT_HEAP_PROF_SAMPLE_STRING 164 #define EVENT_HEAP_PROF_SAMPLE_END 165 +#define EVENT_HEAP_BIO_PROF_SAMPLE_BEGIN 166 #define EVENT_USER_BINARY_MSG 181 -- cgit v1.2.1