Home
last modified time | relevance | path

Searched hist:aadf9dcef9d4cd68c73a4ab934f93319c4becc47 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/include/trace/events/
H A Drxrpc.hdiff aadf9dcef9d4cd68c73a4ab934f93319c4becc47 Wed Jun 17 16:50:33 CDT 2020 David Howells <dhowells@redhat.com> rxrpc: Fix trace string

The trace symbol printer (__print_symbolic()) ignores symbols that map to
an empty string and prints the hex value instead.

Fix the symbol for rxrpc_cong_no_change to " -" instead of "" to avoid
this.

Fixes: b54a134a7de4 ("rxrpc: Fix handling of enums-to-string translation in tracing")
Signed-off-by: David Howells <dhowells@redhat.com>