From: Steven Rostedt Date: Thu, 3 May 2012 18:57:28 +0000 (-0400) Subject: tracing: Separate open function from set_event and available_events X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~77^2~4^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15075cac423d634ddf39dac66f943b3bce847f87;p=pandora-kernel.git tracing: Separate open function from set_event and available_events The open function used by available_events is the same as set_event even though it uses different seq functions. This causes a side effect of writing into available_events clearing all events, even though available_events is suppose to be read only. There's no reason to keep a single function for just the open and have both use different functions for everything else. It is a little confusing and causes strange behavior. Just have each have their own function. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed