writer: create event classes lazily
authorJulien Desfossez <jdesfossez@efficios.com>
Wed, 15 Feb 2017 19:10:46 +0000 (14:10 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 28 May 2017 16:57:39 +0000 (12:57 -0400)
commitaf34e87528eb67bd9f42c47bfdc0d60092b109bb
treee30a053fdffa3af309e391ea6dddb1db6a993d6f
parent0f29db567e5be7be7567443fb08b2d34c04715f7
writer: create event classes lazily

Instead of copying all the event classes when we copy the stream
classes, we now create them only when needed. That way, we can use this
plugin in live where new events can get created after the trace has
already been opened.

Signed-off-by: Julien Desfossez <jdesfossez@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
plugins/writer/write.c
This page took 0.024074 seconds and 4 git commands to generate.