[PATCH v3 0/4] Telemetry support for traces
David Marchand
david.marchand at redhat.com
Tue Oct 25 11:00:48 CEST 2022
This series is a continuation of the traces fixes series that is now
merged.
--
David Marchand
Changes since v1/v2:
- after some back and forth, the original patch has been split so that
telemetry changes are separate and to introduce the new rte_trace_save()
behavior,
David Marchand (4):
telemetry: support boolean type
telemetry: extend valid command characters
trace: enable trace operations via telemetry
trace: create new directory for each trace dump
app/test/test_telemetry_data.c | 88 +++++++++++++++++++++++-
doc/guides/prog_guide/trace_lib.rst | 39 +++++++++++
lib/eal/common/eal_common_trace.c | 82 +++++++++++++++++++++++
lib/eal/common/eal_common_trace_utils.c | 89 +++++++++++--------------
lib/eal/common/eal_trace.h | 1 +
lib/telemetry/rte_telemetry.h | 46 +++++++++++--
lib/telemetry/telemetry.c | 24 ++++++-
lib/telemetry/telemetry_data.c | 45 +++++++++++--
lib/telemetry/telemetry_data.h | 5 ++
lib/telemetry/telemetry_json.h | 34 ++++++++++
lib/telemetry/version.map | 10 +++
11 files changed, 401 insertions(+), 62 deletions(-)
--
2.37.3
More information about the dev
mailing list