X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fplugins%2Flttng-utils%2Fdebug-info%2Ftrace-ir-data-copy.c;h=ee21026946768dabbc1f69519348ee95a7c5e60a;hb=1353b066072e6c389ff35853bac83f65597e7a6a;hp=6cac787f1e60fbd51aa58017f9b0490261294909;hpb=5b616db96266d25cb0749e472cfc78c4944675e2;p=babeltrace.git diff --git a/src/plugins/lttng-utils/debug-info/trace-ir-data-copy.c b/src/plugins/lttng-utils/debug-info/trace-ir-data-copy.c index 6cac787f..ee210269 100644 --- a/src/plugins/lttng-utils/debug-info/trace-ir-data-copy.c +++ b/src/plugins/lttng-utils/debug-info/trace-ir-data-copy.c @@ -20,7 +20,6 @@ #include "trace-ir-data-copy.h" -BT_HIDDEN enum debug_info_trace_ir_mapping_status copy_trace_content( const bt_trace *in_trace, bt_trace *out_trace, bt_logging_level log_level, bt_self_component *self_comp) @@ -108,7 +107,6 @@ end: return status; } -BT_HIDDEN enum debug_info_trace_ir_mapping_status copy_stream_content( const bt_stream *in_stream, bt_stream *out_stream, bt_logging_level log_level, bt_self_component *self_comp) @@ -147,7 +145,6 @@ end: return status; } -BT_HIDDEN enum debug_info_trace_ir_mapping_status copy_packet_content( const bt_packet *in_packet, bt_packet *out_packet, bt_logging_level log_level, bt_self_component *self_comp) @@ -181,7 +178,6 @@ end: return status; } -BT_HIDDEN enum debug_info_trace_ir_mapping_status copy_event_content( const bt_event *in_event, bt_event *out_event, bt_logging_level log_level, bt_self_component *self_comp) @@ -250,7 +246,6 @@ end: return status; } -BT_HIDDEN enum debug_info_trace_ir_mapping_status copy_field_content( const bt_field *in_field, bt_field *out_field, bt_logging_level log_level, bt_self_component *self_comp)