Tests: lttngctl.py: allow the creation of per-pid buffers
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 15 Jun 2023 16:09:05 +0000 (12:09 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 15 Jun 2023 16:09:05 +0000 (12:09 -0400)
commita631186c95826a55d870eca56c801de93441b900
treedbec3c308d005133c8e7ed72325f20cb9d896658
parentc661f2f4c022314efcdc76b18f084cb42275370b
Tests: lttngctl.py: allow the creation of per-pid buffers

Add BufferSharingPolicy which can be used with the add_channel method of
a Session to create per-pid channels.

This is done to allow tests for the per-pid buffer sharing mode to be
written using the python utils.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: Ice3b5d3a8db69c95aaa632c45f42069ab2be590c
tests/utils/lttngtest/lttng.py
tests/utils/lttngtest/lttngctl.py
This page took 0.024862 seconds and 4 git commands to generate.