Community
Participate
Working Groups
For performance reasons, the LTTng back-end instantiates a single LTTngEvent and updates it when parsing from the library. This allows for event "parsing on demand" and contributes greatly to the performance of the lib. Therefore, in the LTTng back-end, a single event is instantiates per LTTng trace and it is filled as we process the trace. One problem with this is that TMF has(had) a few constraints that forced the back-end to systematically parse the events read and thus lose some of the theoretical lib performance. This bug is about removing the TMF limitations and implement "single event".
Created attachment 180980 [details] Single event fix This patch provides the following changes: - implement LTTngEvent cloning - fixed a number of timestamp cloning issues (in the indexes) - HistogramView cosmetic adjustments - minor fixes
Patch committed in Helios and Indigo.
Delivered with 0.7