OSDN Git Service

tracing: Fix documentation about disabling options using trace_options
authorSrivatsa S. Bhat (VMware) <srivatsa@csail.mit.edu>
Tue, 29 Jan 2019 01:55:53 +0000 (17:55 -0800)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Wed, 8 May 2019 16:15:12 +0000 (12:15 -0400)
commitb9416997603ef7e17d4de10b6408f19da2feb72c
tree05cd1694d820a8cc2b6bcb14cff537ef64ca7392
parent8623b00676f16ed8972008095deca2c8e2b97a37
tracing: Fix documentation about disabling options using trace_options

To disable a tracing option using the trace_options file, the option
name needs to be prefixed with 'no', and not suffixed, as the README
states. Fix it.

Link: http://lkml.kernel.org/r/154872690031.47356.5739053380942044586.stgit@srivatsa-ubuntu
Signed-off-by: Srivatsa S. Bhat (VMware) <srivatsa@csail.mit.edu>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
kernel/trace/trace.c