[PATCH] tracing: Add register read and write tracing support

Greg KH gregkh at linuxfoundation.org
Mon Sep 28 01:20:05 EDT 2020


On Sun, Sep 27, 2020 at 05:34:50PM -0700, Prasad Sodagudi wrote:
> +config TRACE_RW
> +	bool "Register read/write tracing"
> +	select TRACING
> +	default n

n is always the default, no need to list it.

And you only did this for one arch, yet you made a generic kernel config
option, is that really wise?

thanks,

greg k-h



More information about the linux-arm-kernel mailing list