lttng: list: replace domain headers with the official names
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 20 Mar 2020 21:27:00 +0000 (17:27 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 25 Mar 2020 15:32:26 +0000 (11:32 -0400)
commitac41e67e39946acd97752ce52b964976890c5e87
tree15678f67ddae45d213b6dbccd5bb66a0210baa62
parent74707e6e330aa611619319aeebc679ba9e7a8cf3
lttng: list: replace domain headers with the official names

The lttng-list command uses the following domain headers
when printing domain listings:
  - `Kernel`
  - `UST global`
  - `JUL (Java Util Logging)`
  - `LOG4j (Logging for Java)`
  - `Python (logging)`

Those don't match the official project names and/or names
used in the LTTng online documentation.

They are replaced by:
  - `Linux kernel`
  - `User space`
  - `java.util.logging (JUL)`
  - `log4j`
  - `Python logging`

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I549b309eebf0d00dfaacbed00e263f4e5e3d718b
src/bin/lttng/commands/list.c
This page took 0.025602 seconds and 4 git commands to generate.