git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea4e2bc
)
ftrace: use task struct trace flag to filter on pid
author
Steven Rostedt
<srostedt@redhat.com>
Wed, 3 Dec 2008 20:36:58 +0000
(15:36 -0500)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 4 Dec 2008 08:09:35 +0000
(09:09 +0100)
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>
No differences found