X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=rts%2Feventlog%2FEventLog.h;h=602ac2c87b7eb23dfbbbdf9865b641ed1c667542;hp=116b532c1f760f2c3cab67c2151a96516c8e461d;hb=b2524b3960999fffdb3767900f58825903f6560f;hpb=43c7d555c8d7eea6ba0d76bce33be8d25a01c6fd diff --git a/rts/eventlog/EventLog.h b/rts/eventlog/EventLog.h index 116b532..602ac2c 100644 --- a/rts/eventlog/EventLog.h +++ b/rts/eventlog/EventLog.h @@ -54,6 +54,21 @@ void postCapsetModifyEvent (EventTypeNum tag, EventCapsetID capset, StgWord32 other); +/* + * Post a capability set event with a string payload + */ +void postCapsetStrEvent (EventTypeNum tag, + EventCapsetID capset, + char *msg); + +/* + * Post a capability set event with several strings payload + */ +void postCapsetVecEvent (EventTypeNum tag, + EventCapsetID capset, + int argc, + char *msg[]); + #else /* !TRACING */ INLINE_HEADER void postSchedEvent (Capability *cap STG_UNUSED,