git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@310777
91177308-0d34-0410-b5e6-
96231b3b80d8
If we want to get a textual representation of the raw trace we can use the
``llvm-xray convert`` tool to get YAML output. The first few lines of that
-ouput for an example trace would look like the following:
+output for an example trace would look like the following:
::
The file has a header followed by a sequence of discriminated record types.
-The endianess of byte fields matches the endianess of the platform which
+The endianness of byte fields matches the endianess of the platform which
produced the trace file.