Re: trace point symbols

2023-01-13 Thread Jerin Jacob
l. -- The RTE_TRACE_POINT_REGISTER defines the placeholder for the rte_trace_point_t tracepoint object. The user must export a __ symbol in the library .map file for this tracepoint to be used out of the library, in shared builds. For example, __app_trace_string will be the exported symbol in the abo

trace point symbols

2023-01-12 Thread Morten Brørup
direct access to trace point (option 1), > I > > > would be OK to remove that option to not expose all these trace > point > > > objects. > > > > Looks good to me. > > I would like to see a policy regarding trace symbols. > If we decide option 1 is not