Hello, This series addresses a number of issues and limitations I have identified over time in the trace subsystem.
The main issue was with dynamically enabling trace points which was not working if no trace point had been enabled at rte_eal_init() time. This is 22.11 material. We may start thinking about marking this API stable, but this is another topic. -- David Marchand Changes since v1: - split patch 3, - addressed comments on (previously) patch 4, David Marchand (9): trace: fix mode for new trace point trace: fix mode change trace: fix leak with regexp trace: rework loop on trace points trace: fix dynamically enabling trace points trace: fix race in debug dump trace: fix metadata dump trace: remove limitation on trace point name trace: remove limitation on directory app/test/test_trace.c | 67 +++++++------- app/test/test_trace.h | 2 + doc/guides/prog_guide/trace_lib.rst | 14 ++- lib/eal/common/eal_common_trace.c | 111 +++++++++++------------- lib/eal/common/eal_common_trace_ctf.c | 3 - lib/eal/common/eal_common_trace_utils.c | 81 ++++++++--------- lib/eal/common/eal_trace.h | 11 +-- 7 files changed, 136 insertions(+), 153 deletions(-) -- 2.37.3