1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00
Commit Graph

13 Commits

Author SHA1 Message Date
Simon Cruanes dff6ea5821 import fuchsia: check bounds to handle truncated traces
the last record might be partially written so it's important to
check bounds and dump the last record if that happens.
2024-01-08 16:02:17 -05:00
Bartosz Taudul 426c8cef39 Merge pull request #706 from c-cube/fix-import-fuchsia-string-ref
fix import-fuchsia: handle string references properly
2024-01-01 13:53:40 +01:00
Simon Cruanes bafc86326a check for the presence of the initialization record 2023-12-31 22:52:13 -05:00
Simon Cruanes d2bdcc2e2c fix import-fuchsia: handle string references properly 2023-12-31 22:43:10 -05:00
Bartosz Taudul dfe126a7f3 TracyPrint.cpp is a dependency of TracyWorker.cpp now. 2023-12-31 14:29:32 +01:00
Simon Cruanes b558f65004 handle loc in import-fuchsia 2023-12-28 18:08:08 -05:00
Simon Cruanes c4b644ecf8 fix 2023-12-27 23:31:17 -05:00
Simon Cruanes a275f1a2e0 remove dead code 2023-12-27 17:14:17 -05:00
Simon Cruanes 90b2c986ee decode thread names 2023-12-27 17:13:46 -05:00
Simon Cruanes 7f40e6cda9 handle counter, begin/end duration events, and fix decoding of double arguments 2023-12-27 16:57:25 -05:00
Simon Cruanes 5ecd3a5e83 fix printing of arguments 2023-12-27 12:30:24 -05:00
Simon Cruanes bf75b9fab0 bugfix 2023-12-27 01:39:06 -05:00
Simon Cruanes 77d091bdc8 wip: import-fuchsia tool to import fuchsia traces
See:
https://fuchsia.dev/fuchsia-src/reference/tracing/trace-format
2023-12-27 01:18:41 -05:00