+4
−0
+11
−0
+1
−1
+4
−4
+1
−0
Loading
Expose `app_setup_trace()` as public. This enables standalone SPDK applications to set up tracing using the unified framework, including support for group and individual tracepoint selection via `spdk_app_opts`. This approach is chosen instead of refactoring standalone tools to use the full SPDK Application Framework, which would add unnecessary complexity and dependencies. By making only the trace setup function public, we provide feature parity for tracing while keeping utilities lightweight, simple, and compatible with existing workflows. Change-Id: I550b0a99849e71197b3af352c2ecf8f2cbd9affa Signed-off-by:Avri Altman <avri.altman@sandisk.com> Reviewed-on: https://review.spdk.io/c/spdk/spdk/+/26440 Reviewed-by:
Jacek Kalwas <jacek.kalwas@nutanix.com> Reviewed-by:
Jim Harris <jim.harris@nvidia.com> Community-CI: Mellanox Build Bot Reviewed-by:
Ankit Kumar <ankit.kumar@samsung.com> Tested-by:
SPDK Automated Test System <spdkbot@gmail.com>