]> git.karo-electronics.de Git - linux-beck.git/commit
greybus: tracing: drop "greybus" prefix
authorAlex Elder <elder@linaro.org>
Wed, 8 Jun 2016 21:54:01 +0000 (16:54 -0500)
committerGreg Kroah-Hartman <gregkh@google.com>
Thu, 9 Jun 2016 19:12:43 +0000 (12:12 -0700)
commitc0b06a6d4e07902f7e1eef88d242901c0a1faf03
tree59362c0e47a5392ede5defe5336c167457c0cfc0
parent365d79fc20232dd730723801b7417cca9766dd79
greybus: tracing: drop "greybus" prefix

I posted this once before but it got rejected for fear it would
not be clear which messages were related to Greybus.

Every trace event currently defined for Greybus is recorded in a
function whose name begins with "gb_".  Every trace event reported
in /sys/kernel/debug/tracing/trace includes the name of the function
in which the event was recorded.

Get rid of the "greybus: " prefix in all of the Greybus trace
events.  It just takes up precious space and is not actually
helpful.  Anyone actually enabling individual trace events should
know enough about what they're doing to recognize which ones
are being enabled.

Signed-off-by: Alex Elder <elder@linaro.org>
Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/greybus_trace.h