aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatteo Bertolino (Huawei Technologies France) <matteo.bertolino@huawei.com>2022-06-29 18:18:45 +0200
committerSteven Rostedt (Google) <rostedt@goodmis.org>2022-07-08 14:41:25 -0400
commitdacbf23e744fb07603fdb44b9c6fd7d69af38cdb (patch)
tree93fdff9e2606d301e0e0a970187c3c56e28fa06c
parenteead01261322cb8b2fa14867f4047be58b6d4d20 (diff)
downloadtrace-cmd-dacbf23e744fb07603fdb44b9c6fd7d69af38cdb.tar.gz
trace-cmd: Fix description of a field in trace-cmd.dat.v7.5.txt doc
Paragraph "Format of Section Header" states to write the size of a section on 4 bytes, but the actual size is 8 bytes (long long unsigned int). Link: https://lore.kernel.org/linux-trace-devel/20220629161845.2432-1-matteo.bertolino@huawei.com Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=216185 Signed-off-by: Matteo Bertolino (Huawei Technologies France) <matteo.bertolino@huawei.com> Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
-rw-r--r--Documentation/trace-cmd/trace-cmd.dat.v7.5.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/trace-cmd/trace-cmd.dat.v7.5.txt b/Documentation/trace-cmd/trace-cmd.dat.v7.5.txt
index e5bcac76..b19d2842 100644
--- a/Documentation/trace-cmd/trace-cmd.dat.v7.5.txt
+++ b/Documentation/trace-cmd/trace-cmd.dat.v7.5.txt
@@ -71,7 +71,7 @@ FORMAT OF THE SECTION HEADER
<2 bytes> unsigned short integer, section flags:
1 = the section is compressed.
<4 bytes> ID of a string, description of the section.
- <4 bytes> unsigned integer, size of the section in the file.
+ <8 bytes> long long unsigned integer, size of the section in the file.
If the section is compressed, the above is the compressed size.
The section must be uncompressed on reading. The described format of