From: Li Zefan Date: Tue, 8 Dec 2009 03:17:29 +0000 (+0800) Subject: tracing: Change event->profile_count to be int type X-Git-Tag: v2.6.33-rc1~52^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e00bf2ec60605eb95687b7a0c3b83c87c48541dc;p=pandora-kernel.git tracing: Change event->profile_count to be int type Like total_profile_count, struct ftrace_event_call::profile_count is protected by event_mutex, so it doesn't need to be atomic_t. Signed-off-by: Li Zefan Acked-by: Steven Rostedt Cc: Jason Baron Cc: Masami Hiramatsu Cc: Peter Zijlstra LKML-Reference: <4B1DC549.5010705@cn.fujitsu.com> Signed-off-by: Frederic Weisbecker --- Reading git-diff-tree failed