1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-07 12:40:19 +02:00

Doc rewording

This commit is contained in:
Andy Wingo 2025-02-14 12:34:17 +01:00
parent e19bf100b9
commit c410992d55

View file

@ -96,10 +96,11 @@ profiler](https://profiler.firefox.com) and
work with CTF directly, so we instead need to run a trace converter. work with CTF directly, so we instead need to run a trace converter.
Oddly, there is no trace converter that can read CTF and write something Oddly, there is no trace converter that can read CTF and write something
that Perfetto (e.g.) can read. However there is a JSON-based tracing that Perfetto (e.g.) can read. However there is a [JSON-based tracing
format that Perfetto can read, and [Python bindings for Babeltrace, a format that these tools can
library that works with CTF](https://babeltrace.org/), so that's what we read](https://docs.google.com/document/d/1CvAClvFfyA5R-PhYUmn5OOQtYMH4h6I0nSsKchNAySU/preview?tab=t.0#heading=h.yr4qxyxotyw),
do: and [Python bindings for Babeltrace, a library that works with
CTF](https://babeltrace.org/), so that's what we do:
``` ```
$ python3 ctf_to_json.py ~/lttng-traces/auto-20250214-091153 > trace.json $ python3 ctf_to_json.py ~/lttng-traces/auto-20250214-091153 > trace.json