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
Event records in Ktrace are being stored in a temporary data file and later parsed in Python. This is rather slow and processing the events directly in the userspace ktrace C program should be much faster. However, we might need larger BPF ring buffer to offset the slower event processing compared to simply storing the events in a file.
This could apply to other profilers (tracer+eBPF, tracer+PIN)
The text was updated successfully, but these errors were encountered:
Event records in Ktrace are being stored in a temporary data file and later parsed in Python. This is rather slow and processing the events directly in the userspace
ktrace
C program should be much faster. However, we might need larger BPF ring buffer to offset the slower event processing compared to simply storing the events in a file.This could apply to other profilers (tracer+eBPF, tracer+PIN)
The text was updated successfully, but these errors were encountered: