devlink: Fix TP_STRUCT_entry in trace of devlink health report
authorMoshe Shemesh <moshe@nvidia.com>
Tue, 14 Feb 2023 16:38:06 +0000 (18:38 +0200)
committerJakub Kicinski <kuba@kernel.org>
Thu, 16 Feb 2023 03:15:44 +0000 (19:15 -0800)
commitd0ab772c1f1558af84f3293a52e9e886e08e0754
treeba1a4db8271cda59da2294bfc67fde2cc8505238
parentc745cfb27ae3eec2d16e1f8643338f2067d4fef8
devlink: Fix TP_STRUCT_entry in trace of devlink health report

Fix a bug in trace point definition for devlink health report, as
TP_STRUCT_entry of reporter_name should get reporter_name and not msg.

Note no fixes tag as this is a harmless bug as both reporter_name and
msg are strings and TP_fast_assign for this entry is correct.

Signed-off-by: Moshe Shemesh <moshe@nvidia.com>
Reviewed-by: Jiri Pirko <jiri@nvidia.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/trace/events/devlink.h