open-telemetry / opentelemetry-cpp-contrib

https://opentelemetry.io/
Apache License 2.0
121 stars 130 forks source link

[user_events exporter] Disable building samples and tools from LinuxTracepoint #305

Closed ThomsonTan closed 11 months ago

ThomsonTan commented 11 months ago

Some sample in LinuxTracepoint uses std::shared_ptr which can be implemented via pthreads, but it doesn't build with pthread which could cause build error in some environment. But anyway, the sample is not needed in this user_events exporter, so disable it in the build.

The submodule LinuxTracepoint is also updated to the latest.