From 3c3588a3c7f12b172e3fc90edcdfcf60f63a62b9 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Thu, 3 Sep 2015 20:15:11 -0400 Subject: [PATCH] Use new SVG ring buffer API Signed-off-by: Philippe Proulx --- .../channel-overwrite-mode-vs-discard-mode.md | 9 ++++++--- .../channel/channel-subbuf-size-vs-subbuf-count.md | 14 +++++++++----- .../core-concepts/channel/channel-timers.md | 7 ++++--- 3 files changed, 19 insertions(+), 11 deletions(-) diff --git a/contents/understanding-lttng/core-concepts/channel/channel-overwrite-mode-vs-discard-mode.md b/contents/understanding-lttng/core-concepts/channel/channel-overwrite-mode-vs-discard-mode.md index c46e4c2..2879bf2 100644 --- a/contents/understanding-lttng/core-concepts/channel/channel-overwrite-mode-vs-discard-mode.md +++ b/contents/understanding-lttng/core-concepts/channel/channel-overwrite-mode-vs-discard-mode.md @@ -13,14 +13,14 @@ events. The marked sub-buffer will be consumed eventually by a consumer daemon (returns to white). diff --git a/contents/understanding-lttng/core-concepts/channel/channel-subbuf-size-vs-subbuf-count.md b/contents/understanding-lttng/core-concepts/channel/channel-subbuf-size-vs-subbuf-count.md index c117517..45fdecb 100644 --- a/contents/understanding-lttng/core-concepts/channel/channel-subbuf-size-vs-subbuf-count.md +++ b/contents/understanding-lttng/core-concepts/channel/channel-subbuf-size-vs-subbuf-count.md @@ -38,21 +38,21 @@ constant event throughput and using the overwrite mode, the two following configurations have the same ring buffer total size: diff --git a/contents/understanding-lttng/core-concepts/channel/channel-timers.md b/contents/understanding-lttng/core-concepts/channel/channel-timers.md index d98c0af..ab54115 100644 --- a/contents/understanding-lttng/core-concepts/channel/channel-timers.md +++ b/contents/understanding-lttng/core-concepts/channel/channel-timers.md @@ -10,7 +10,7 @@ may be used to ensure that event data is consumed and committed to trace files periodically in case of a low event throughput: -- 2.34.1