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>
Thu, 26 Mar 2020 23:07:45 +0000 (19:07 -0400)
commit3d4bdb304d11525af44553f9ad9be3569a435728
tree15678f67ddae45d213b6dbccd5bb66a0210baa62
parent6d86df12efce891f521d8bf835b6fac09c47800f
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.024918 seconds and 4 git commands to generate.