speedscope/sample/profiles/trace-event
Jamie Wong 5ae9abcf1d
Trace event: Prevent event re-ordering from generating incorrect flamegraphs (#252)
The code to import trace formatted events intentionally re-orders events in order to make it easier at flamegraph construction time to order the pushes and pops of frames.

It turns out that this re-ordering results in incorrect flamegraphs being generated as shown in #251.

This PR fixes this by avoiding re-ordering in situations where it isn't necessary.
2020-01-15 22:03:23 -08:00
..
multiprocess.json Fix importing of Trace Event Format files with no ts field on M events (#198) 2019-01-22 21:51:23 -08:00
must-retain-original-order.json Trace event: Prevent event re-ordering from generating incorrect flamegraphs (#252) 2020-01-15 22:03:23 -08:00
simple-object.json Support basic import of profiles in the "Trace Event Format" (#197) 2019-01-21 20:49:25 -08:00
simple-partial-trailing-comma.json Support importing unterminated JSON in simple cases (#208) 2019-02-17 18:32:26 -08:00
simple-partial-whitespace.json Support importing unterminated JSON in simple cases (#208) 2019-02-17 18:32:26 -08:00
simple-partial.json Support importing unterminated JSON in simple cases (#208) 2019-02-17 18:32:26 -08:00
simple.json Support basic import of profiles in the "Trace Event Format" (#197) 2019-01-21 20:49:25 -08:00
too-many-end-events.json Support import from trace event format event when there are too many "E" events. (#222) 2019-06-06 00:03:08 -07:00