From: Steven Rostedt Date: Wed, 3 Dec 2008 20:36:58 +0000 (-0500) Subject: ftrace: use task struct trace flag to filter on pid X-Git-Tag: v2.6.29-rc1~586^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ef8cde56ab92ab3f65221246dc1622c6b5068b3;p=pandora-kernel.git ftrace: use task struct trace flag to filter on pid Impact: clean up Use the new task struct trace flags to determine if a process should be traced or not. Note: this moves the searching of the pid to the slow path of setting the pid field. This needs to be converted to the pid name space. Signed-off-by: Steven Rostedt Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed