From: Jérémie Galarneau Date: Thu, 24 Feb 2022 19:05:16 +0000 (-0500) Subject: Tests: test_kernel: add comments regarding the filling of buffers X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=dcab38776573ef1a59f79f6d4b77825451e9cb62 Tests: test_kernel: add comments regarding the filling of buffers Signed-off-by: Jérémie Galarneau Change-Id: I3a8652d7dd95c015d6978349d166e8f291c9a5f3 --- diff --git a/tests/regression/tools/snapshots/test_kernel b/tests/regression/tools/snapshots/test_kernel index d77ed220a..02cf98d94 100755 --- a/tests/regression/tools/snapshots/test_kernel +++ b/tests/regression/tools/snapshots/test_kernel @@ -129,6 +129,7 @@ function test_kernel_local_snapshot_discard () rm -rf $TRACE_PATH + # Fill CPU 0's buffer and overwrite previous contents generate_filter_events_cpu0 10000 # Take 2nd snapshot, compare first line. In discard mode, they @@ -172,6 +173,7 @@ function test_kernel_local_snapshot_overwrite_small_buffers () rm -rf $TRACE_PATH + # Fill CPU 0's buffer and overwrite previous contents generate_filter_events_cpu0 10000 # Take 2nd snapshot, compare first line. In overwrite mode, they