Lazy provider registration
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 19 Feb 2013 15:43:10 +0000 (10:43 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 19 Feb 2013 15:43:10 +0000 (10:43 -0500)
commit6715d7d1c61b3ffdae9d50aa8875c627900a857f
tree17456b178979bab67da3d54e418a5a5a9f67b93c
parentac69b35b4ffe0eed59e56070ad3de8c4a2d7ddba
Lazy provider registration

Register probe providers lazily, so process startup time is not impacted
by the number of events (especially for large number of events) as long
as no UST tracing session is active.

Refs #446

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/lttng/ust-events.h
liblttng-ust/lttng-events.c
liblttng-ust/lttng-probes.c
This page took 0.024512 seconds and 4 git commands to generate.