Skip to content

Commit a635bee

Browse files
Zheng YejianJonathan Corbet
authored andcommitted
tracing/histogram: Update document for KEYS_MAX size
After commit 4f36c2d ("tracing: Increase tracing map KEYS_MAX size"), 'keys' supports up to three fields. Signed-off-by: Zheng Yejian <[email protected]> Cc: [email protected] Acked-by: Masami Hiramatsu (Google) <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Corbet <[email protected]>
1 parent 9abf231 commit a635bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/trace/histogram.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Documentation written by Tom Zanussi
3939
will use the event's kernel stacktrace as the key. The keywords
4040
'keys' or 'key' can be used to specify keys, and the keywords
4141
'values', 'vals', or 'val' can be used to specify values. Compound
42-
keys consisting of up to two fields can be specified by the 'keys'
42+
keys consisting of up to three fields can be specified by the 'keys'
4343
keyword. Hashing a compound key produces a unique entry in the
4444
table for each unique combination of component keys, and can be
4545
useful for providing more fine-grained summaries of event data.

0 commit comments

Comments
 (0)