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:
b64b007
)
uprobes/tracing: Kill uprobe_trace_consumer, embed uprobe_consumer into trace_uprobe
author
Oleg Nesterov
<oleg@redhat.com>
Thu, 31 Jan 2013 18:47:23 +0000
(19:47 +0100)
committer
Oleg Nesterov
<oleg@redhat.com>
Fri, 8 Feb 2013 17:24:33 +0000
(18:24 +0100)
trace_uprobe->consumer and "struct uprobe_trace_consumer" add the
unnecessary indirection and complicate the code for no reason.
This patch simply embeds uprobe_consumer into "struct trace_uprobe",
all other changes only fix the compilation errors.
Signed-off-by: Oleg Nesterov <oleg@redhat.com>
No differences found