uprobes/tracing: Kill uprobe_trace_consumer, embed uprobe_consumer into trace_uprobe
authorOleg Nesterov <oleg@redhat.com>
Thu, 31 Jan 2013 18:47:23 +0000 (19:47 +0100)
committerOleg 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