I am getting an error as follows on running my application :
LTTng-UST: Error (-17) while registering tracepoint probe. Duplicate registration of tracepoint probes having the same name is not allowed.
Based on error, looks like multiple components are trying to register with same tracepoint probes. I am trying to find which are those components. Is there any way to see who all are registering tracepoint probes?
Thanks, Kailas