ring buffer context: cpu number becomes an output of reserve
[lttng-ust.git] / libringbuffer / ringbuffer-config.h
index 0d33ace253ead62e70923d2de28a6fdc629817ea..badf7566cf0329756c689a5ea9ce921c9a4fbf2b 100644 (file)
@@ -96,9 +96,7 @@ struct lttng_ust_lib_ring_buffer_client_cb {
  * alloc/sync pairs:
  *
  * RING_BUFFER_ALLOC_PER_CPU and RING_BUFFER_SYNC_PER_CPU :
- *   Per-cpu buffers with per-cpu synchronization. Tracing must be performed
- *   with preemption disabled (lib_ring_buffer_get_cpu() and
- *   lib_ring_buffer_put_cpu()).
+ *   Per-cpu buffers with per-cpu synchronization.
  *
  * RING_BUFFER_ALLOC_PER_CPU and RING_BUFFER_SYNC_GLOBAL :
  *   Per-cpu buffer with global synchronization. Tracing can be performed with
This page took 0.022616 seconds and 4 git commands to generate.