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>
2 files changed