Revert "Reland "Perfetto: Optimization to avoid string table lookup for _END events""
This reverts commit c9720564. Reverting this; looks like the increased bytes used due to stringtable indices being hashes rather than sequential numbering is causing the trace chunks to fill up quicker and negates the optimization. BUG=903762 Original change's description: > Reland "Perfetto: Optimization to avoid string table lookup for _END events" > > This reverts commit 7acd0b52. > > Reason for revert: Re-landing with crashfix > > Original change's description: > > Revert "Perfetto: Optimization to avoid string table lookup for _END events" > > > > This reverts commit a7afe430. > > > > Reason for revert: I suspect this may have caused crashes on https://ci.chromium.org/p/chrome/builders/luci.chrome.ci/linux-perf-fyi# > > > > Original change's description: > > > Perfetto: Optimization to avoid string table lookup for _END events > > > > > > If we're emitting an _END trace event, we know that the string > > > table entries for the name and the categories have already been > > > emitted and so we don't need to check the string table in this > > > case. > > > > > > R=primiano@chromium.org,skyostil@chromium.org > > > > > > Change-Id: I9107bffb0b48f7b71d0a42961a78a3861ffcb76f > > > Reviewed-on: https://chromium-review.googlesource.com/c/1258043 > > > Commit-Queue: oysteine <oysteine@chromium.org> > > > Reviewed-by: Sami Kyöstilä <skyostil@chromium.org> > > > Cr-Commit-Position: refs/heads/master@{#600183} > > > > TBR=primiano@chromium.org,oysteine@chromium.org,skyostil@chromium.org > > > > # Not skipping CQ checks because original CL landed > 1 day ago. > > > > Change-Id: Ia460750fcaf338c4bf24ee7317d58b7aeede9520 > > Reviewed-on: https://chromium-review.googlesource.com/c/1293612 > > Reviewed-by: Christian Biesinger <cbiesinger@chromium.org> > > Commit-Queue: Christian Biesinger <cbiesinger@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#601586} > > TBR=cbiesinger@chromium.org,primiano@chromium.org,oysteine@chromium.org,skyostil@chromium.org > > # Not skipping CQ checks because original CL landed > 1 day ago. > > Change-Id: I8f3b5c21494d66fe9e6c25363627ec156f5abf12 > Reviewed-on: https://chromium-review.googlesource.com/c/1325077 > Commit-Queue: oysteine <oysteine@chromium.org> > Reviewed-by: oysteine <oysteine@chromium.org> > Cr-Commit-Position: refs/heads/master@{#606308} TBR=cbiesinger@chromium.org,primiano@chromium.org,oysteine@chromium.org,skyostil@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Change-Id: I4719cde108d34cee7223615861c1f7cfac31bcd0 Reviewed-on: https://chromium-review.googlesource.com/c/1334199Reviewed-by:oysteine <oysteine@chromium.org> Commit-Queue: oysteine <oysteine@chromium.org> Cr-Commit-Position: refs/heads/master@{#607747}
Showing
Please register or sign in to comment