From: Tom Zanussi Date: Mon, 6 Jan 2014 19:44:19 +0000 (-0600) Subject: tracing/kprobes: Add trace event trigger invocations X-Git-Tag: v3.14-rc1~133^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0641d368f206f2fe7725c9fa5f1461229ef8010f;p=pandora-kernel.git tracing/kprobes: Add trace event trigger invocations Add code to the kprobe/kretprobe event functions that will invoke any event triggers associated with a probe's ftrace_event_file. The code to do this is very similar to the invocation code already used to invoke the triggers associated with static events and essentially replaces the existing soft-disable checks with a superset that preserves the original behavior but adds the bits needed to support event triggers. Link: http://lkml.kernel.org/r/f2d49f157b608070045fdb26c9564d5a05a5a7d0.1389036657.git.tom.zanussi@linux.intel.com Acked-by: Masami Hiramatsu Signed-off-by: Tom Zanussi Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed