diff options
author | 2024-06-10 12:35:52 +0200 | |
---|---|---|
committer | 2024-07-03 21:32:55 +0200 | |
commit | 59dbee7d4d59425658b1d86238732c575216b718 (patch) | |
tree | abce868ec02162d894b492ba246f88ce699ec4a8 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | x86/vdso: Remove unused include (diff) | |
download | wireguard-linux-59dbee7d4d59425658b1d86238732c575216b718.tar.xz wireguard-linux-59dbee7d4d59425658b1d86238732c575216b718.zip |
tick/sched: Combine WARN_ON_ONCE and print_once
When the WARN_ON_ONCE() triggers, the printk() of the additional
information related to the warning will not happen in print level
"warn". When reading dmesg with a restriction to level "warn", the
information published by the printk_once() will not show up there.
Transform WARN_ON_ONCE() and printk_once() into a WARN_ONCE().
Signed-off-by: Anna-Maria Behnsen <anna-maria@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Frederic Weisbecker <frederic@kernel.org>
Link: https://lore.kernel.org/r/20240610103552.25252-1-anna-maria@linutronix.de
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions