commit | 0ef8cde56ab92ab3f65221246dc1622c6b5068b3 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Wed Dec 03 15:36:58 2008 -0500 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Dec 04 09:09:35 2008 +0100 |
tree | 47bbb117a76146a5f5b949f00cf743dd3b31f873 | |
parent | ea4e2bc4d9f7370e57a343ccb5e7c0ad3222ec3c [diff] |
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 <srostedt@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>