commit | 7129fb75a868aaa69217e38ee1b3e6dad682b625 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <maz@kernel.org> | Thu Apr 07 14:23:55 2022 +0100 |
committer | Marc Zyngier <maz@kernel.org> | Thu Apr 07 15:01:21 2022 +0100 |
tree | 91783c5ffec546d36c2a92bb506b2512bf7af0a3 | |
parent | 3123109284176b1532874591f7c81f3837bbdc17 [diff] |
KVM: arm64: Advertise tracepoint constant strings as tracepoint_string() As it turns out, directly passing strings to a tracepoint is slightly frowned upon, and it is expected that callers would wrap such strings with tracepoint_string(). In turn, the strings appear in printk_formats, where tooling can pick them up. Reported-by: Primiano Tucci <primiano@google.com> Signed-off-by: Marc Zyngier <maz@kernel.org>