Skip to content

eventlog: Add trace events for LDV and retainer profiling modes

Matthew Pickering requested to merge wip/eventlog-retainer-biographical into master

This patch adds the trace events for LDV (biographical) and retainer profiling modes. Now all profiling events make it into the eventlog the path is laid for the .hp format to be deprecated.

I am unsure that the approach of passing an extra argument to printRetainerSetShort is idiomatic C but it was easier to implement than working out how to change the return type of printRetainerSetShort.

Merge request reports