You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should parse the content of /sys/kernel/debug/tracing/events/<category>/<name>/format at runtime instead of hard coding the tracepoint memory layout. This would make Orbit more adaptable to different architectures/kernels.
See src/LinuxTracing/KernelTracepoints.h
The text was updated successfully, but these errors were encountered:
We should parse the content of
/sys/kernel/debug/tracing/events/<category>/<name>/format
at runtime instead of hard coding the tracepoint memory layout. This would make Orbit more adaptable to different architectures/kernels.See
src/LinuxTracing/KernelTracepoints.h
The text was updated successfully, but these errors were encountered: