commit | 978f3a45d9499c7a447ca7615455cefb63d44165 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Thu Dec 04 00:26:40 2008 -0500 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Dec 04 09:09:37 2008 +0100 |
tree | 13a59046c8fe7ae3a095444515cd50c0a57727b3 | |
parent | 5ef6476190d24419a9a537baa0b5641845136989 [diff] |
ftrace: use struct pid Impact: clean up, extend PID filtering to PID namespaces Eric Biederman suggested using the struct pid for filtering on pids in the kernel. This patch is based off of a demonstration of an implementation that Eric sent me in an email. Signed-off-by: Steven Rostedt <srostedt@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>