From: Steven Rostedt (Red Hat) Date: Sat, 9 Mar 2013 13:56:43 +0000 (-0500) Subject: ftrace: Separate unlimited probes from count limited probes X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~134^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8380d24860e9d1659ab22896b86d7fe591c424fa;p=pandora-kernel.git ftrace: Separate unlimited probes from count limited probes The function tracing probes that trigger traceon or traceoff can be set to unlimited, or given a count of # of times to execute. By separating these two types of probes, we can then use the dynamic ftrace function filtering directly, and remove the brute force "check if this function called is my probe" routines in ftrace. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed