Messages in this thread |  | | | Date | Thu, 04 Dec 2008 00:26:38 -0500 | | From | Steven Rostedt <> | | Subject | [PATCH 0/3] ftrace: clean ups for tip |
| |
Ingo,
The following patches are to have ftrace use the pid struct for filtering on pids.
The following patches are in:
git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git
branch: tip/devel
Steven Rostedt (3): fix the do_each_pid_task macro ftrace: use struct pid ftrace: add ability to only trace swapper tasks
---- include/linux/pid.h | 4 +- kernel/trace/ftrace.c | 128 ++++++++++++++++++++++++++++++++++++------------ kernel/trace/trace.h | 4 +- 3 files changed, 100 insertions(+), 36 deletions(-) --
|  |