https://github.com/torvalds/linux
Revision adb2da82fcf99b6006fbaf3e3cd12649365fc967 authored by Joe Perches on 26 February 2021, 01:21:50 UTC, committed by Linus Torvalds on 26 February 2021, 17:41:04 UTC
Prefer using ftrace over function entry/exit logging messages.

Warn with various function entry/exit only logging that only
use __func__ with or without descriptive decoration.

Link: https://lkml.kernel.org/r/47c01081533a417c99c9a80a4cd537f8c308503f.camel@perches.com
Signed-off-by: Joe Perches <joe@perches.com>
Cc: Dan Carpenter <dan.carpenter@oracle.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent ea7dbab
History
Tip revision: adb2da82fcf99b6006fbaf3e3cd12649365fc967 authored by Joe Perches on 26 February 2021, 01:21:50 UTC
checkpatch: prefer ftrace over function entry/exit printks
Tip revision: adb2da8

back to top