Spdk/lib/trace/spdk_trace.map
Krzysztof Karas 70c171602a trace: enable adding relations between traces
Currently we do not have any way to connect traces from different
modules in SPDK. This change modifies our trace library
and app/trace to handle adding relations between trace points
and a trace object.

Additionally this patch adds classes and fields to structs
inside trace.py to prepare it for future patches implementing
printing relation information.

Change-Id: Ia09d01244d923957d589fd37e6d4c98f9f7bbd07
Signed-off-by: Krzysztof Karas <krzysztof.karas@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/9620
Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-by: Konrad Sztyber <konrad.sztyber@gmail.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com>
2021-10-21 17:57:33 +00:00

32 lines
716 B
Plaintext

{
global:
# public functions
_spdk_trace_record;
spdk_trace_get_tpoint_mask;
spdk_trace_set_tpoints;
spdk_trace_clear_tpoints;
spdk_trace_get_tpoint_group_mask;
spdk_trace_set_tpoint_group_mask;
spdk_trace_clear_tpoint_group_mask;
spdk_trace_init;
spdk_trace_cleanup;
spdk_trace_flags_init;
spdk_trace_register_owner;
spdk_trace_register_object;
spdk_trace_register_description;
spdk_trace_register_description_ext;
spdk_trace_get_first_register_fn;
spdk_trace_get_next_register_fn;
spdk_trace_enable_tpoint_group;
spdk_trace_disable_tpoint_group;
spdk_trace_mask_usage;
spdk_trace_add_register_fn;
spdk_trace_tpoint_register_relation;
# public variables
g_trace_histories;
local: *;
};