Merge "2.13: Cleanup duplicate paragraph" master
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 9 May 2024 18:46:57 +0000 (14:46 -0400)
committerGerrit Code Review <review@lttng.org>
Thu, 9 May 2024 18:46:57 +0000 (14:46 -0400)
1  2 
2.13/lttng-docs-2.13.txt

diff --combined 2.13/lttng-docs-2.13.txt
index fcc83a2ed9b4c4a018c6ec16dbec6318f5f2c4cf,680bb6777858401d6171bed8d1a01782305cea21..d395290c60b738d551f8c631f07e2f095b7288ba
@@@ -1236,7 -1236,7 +1236,7 @@@ Once you have completed the <<tracing-t
  kernel events>> and <<tracing-your-own-user-application,Record user
  application events>> tutorials, you can inspect the recorded events.
  
 -There are many tools you can use to read LTTng traces:
 +There are tools you can use to read LTTng traces:
  
  https://babeltrace.org/[Babeltrace{nbsp}2]::
      A rich, flexible trace manipulation toolkit which includes
@@@ -1255,6 -1255,11 +1255,6 @@@ http://tracecompass.org/[Trace Compass]
      A graphical user interface for viewing and analyzing any type of
      logs or traces, including those of LTTng.
  
 -https://github.com/lttng/lttng-analyses[LTTng analyses]::
 -    An experimental project which includes many high-level analyses of
 -    LTTng kernel traces, like scheduling statistics, interrupt
 -    frequency distribution, top CPU usage, and more.
 -
  NOTE: This section assumes that LTTng wrote the traces it recorded
  during the previous tutorials to their default location, in the
  dir:{$LTTNG_HOME/lttng-traces} directory. The env:LTTNG_HOME
@@@ -1876,10 -1881,6 +1876,6 @@@ consumes the marked sub-buffer, which r
  {note-no-anim}
  ====
  
- In an ideal world, sub-buffers are consumed faster than they're filled.
- In the real world, however, all sub-buffers can be full at some point,
- leaving no space to record the following events.
  In an ideal world, sub-buffers are consumed faster than they're filled,
  as it's the case in the previous animation. In the real world,
  however, all sub-buffers can be full at some point, leaving no space to
@@@ -7967,8 -7968,9 +7963,8 @@@ The LTTng kernel and user space tracer
  
  An analysis can use the state dump event records to set an initial state
  before it builds the rest of the state from the subsequent event
 -records. http://tracecompass.org/[Trace Compass] and
 -https://github.com/lttng/lttng-analyses[LTTng analyses] are notable
 -examples of applications which use the state dump of an LTTng trace.
 +records. http://tracecompass.org/[Trace Compass] is a notable
 +example of an application which uses the state dump of an LTTng trace.
  
  When you <<taking-a-snapshot,take a snapshot>>, it's possible that the
  state dump event records aren't included in the snapshot trace files
@@@ -8926,6 -8928,11 +8922,6 @@@ log level:
    project which you can use to send and receive control messages to and
    from a <<def-session-daemon,session daemon>>.
  
 -LTTng analyses::
 -  The https://github.com/lttng/lttng-analyses[LTTng analyses] project,
 -  which is a set of analyzing programs that you can use to obtain a
 -  higher level view of an <<def-lttng,LTTng>> <<def-trace,trace>>.
 -
  cmd:lttng-consumerd::
    The name of the <<def-consumer-daemon,consumer daemon>> program.
  
This page took 0.038856 seconds and 4 git commands to generate.