tracing: Fix some checker warnings
authorDavid Howells <dhowells@redhat.com>
Mon, 5 Dec 2022 10:21:52 +0000 (10:21 +0000)
committerSteven Rostedt (Google) <rostedt@goodmis.org>
Sat, 10 Dec 2022 18:36:05 +0000 (13:36 -0500)
commitbfd5a5e82d22da43afa0e2bb9fb72339aa79c6cc
treeb4bbc78429c8f1f6ae1236351a0cf31d726cc010
parentec370890f92ba8ad5476a34068655b06ba48def7
tracing: Fix some checker warnings

Fix some checker warnings in the trace code by adding __printf attributes
to a number of trace functions and their declarations.

Changes:
========
ver #2)
 - Dropped the fix for the unconditional tracing_max_lat_fops decl[1].

Link: https://lore.kernel.org/r/20221205180617.9b9d3971cbe06ee536603523@kernel.org/
Link: https://lore.kernel.org/r/166992525941.1716618.13740663757583361463.stgit@warthog.procyon.org.uk/
Link: https://lkml.kernel.org/r/167023571258.382307.15314866482834835192.stgit@warthog.procyon.org.uk
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
include/linux/trace_events.h
include/linux/trace_seq.h
kernel/trace/trace.h
kernel/trace/trace_output.c