From: Jiri Olsa Date: Thu, 11 Aug 2011 14:25:48 +0000 (+0200) Subject: tracing/filter: Simplify tracepoint event lookup X-Git-Tag: v3.2-rc1~163^2~28^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f78f935e7fec3067b7990f9e4d324e1de70f79c;p=pandora-kernel.git tracing/filter: Simplify tracepoint event lookup We dont need to perform lookup through the ftrace_events list, instead we can use the 'tp_event' field. Each perf_event contains tracepoint event field 'tp_event', which got initialized during the tracepoint event initialization. Signed-off-by: Jiri Olsa Link: http://lkml.kernel.org/r/1313072754-4620-5-git-send-email-jolsa@redhat.com Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed