lib: add namespace property to event classes
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 7 May 2024 20:01:42 +0000 (16:01 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Wed, 4 Sep 2024 19:05:14 +0000 (15:05 -0400)
commit07c465ea11e26b26af7e0c8baec2bfd05ece5946
treea1bfa9fd9e655872f6be6fc4ad638b5e4e8db868
parent2341f81f296cdc770238174970a59af071fc8eb5
lib: add namespace property to event classes

Add the namespace property to event classes, with the intent to support
namespace properties on event record classes in CTF2‑SPEC‑2.0 [1].

Copy everything from the existing name property, and rename it to
"namespace."

Both new public functions have a `MIP >= 1` pre-condition check.

Philippe updated the documentation.

[1] https://diamon.org/ctf/CTF2-SPEC-2.0.html

Change-Id: I644446087b6071f2ccc70027b079615f3a33a2a7
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/7381
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/12689
doc/api/libbabeltrace2/Doxyfile.in
include/babeltrace2/trace-ir/event-class.h
src/lib/assert-cond.h
src/lib/lib-logging.c
src/lib/trace-ir/event-class.c
src/lib/trace-ir/event-class.h
This page took 0.025206 seconds and 4 git commands to generate.