From: Steven Rostedt Date: Tue, 24 Mar 2015 13:57:54 +0000 (-0400) Subject: tools lib traceevent: Make plugin options either string or boolean X-Git-Tag: omap-for-v4.2/o2_dc~146^2~57^2~6 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5dbcfd930e430b33fb4dfded9c1af0cf432772b9;p=pandora-kernel.git tools lib traceevent: Make plugin options either string or boolean When a plugin option is defined, by default it is a boolean (true or false). If the option is something else, then it needs to set its "value" field to a default string other than NULL (can be just ""). If the value is not set then the option is considered boolean, and the updating of the option value will be handled accordingly. Signed-off-by: Steven Rostedt Cc: Andrew Morton Cc: Jiri Olsa Cc: Namhyung Kim Link: http://lkml.kernel.org/r/20150324135923.308372986@goodmis.org Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed