From: Philippe Proulx Date: Fri, 4 Sep 2015 06:06:51 +0000 (-0400) Subject: event: remove diagram X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=a0272a532978c4db459e8d1ea488ad6850e74a25;p=lttng-docs.git event: remove diagram Signed-off-by: Philippe Proulx --- diff --git a/contents/understanding-lttng/core-concepts/event.md b/contents/understanding-lttng/core-concepts/event.md index 2154bfc..5526e27 100644 --- a/contents/understanding-lttng/core-concepts/event.md +++ b/contents/understanding-lttng/core-concepts/event.md @@ -32,16 +32,3 @@ when an event (1) happens in order to generate a recorded event (2): log level range specified when enabling the event. 3. **Optionally**, the occurring event must satisfy a custom expression, or _filter_, specified when enabling the event. - -The following illustration summarizes how tracing sessions, domains, -channels and events are related: - -
- - - -
- -This diagram also shows how events may be individually enabled/disabled -(green/grey) and how a given event may be registered to more than one -channel.