We were setting some events to be written in the data buffer of the
perf_event, but we don't need that.
Besides that, we don't need the data buffer to be larger than 1, so we
can reduce its size.
Differential D125850
[trace][intelpt] Support system-wide tracing [8] - Improve the single buffer perf_event configuration wallace on May 17 2022, 9:49 PM. Authored by
Details We were setting some events to be written in the data buffer of the Besides that, we don't need the data buffer to be larger than 1, so we
Diff Detail
Event Timeline
|
won't we need this in order to get timestamps in the context switching events? I agree we don't need it for the time being so maybe in the diff where you add context switch collection you will reintroduce it 🙂