| commit | a932b7381f81235530c3d0acbd3ba2c7537d78e5 | [log] [tgz] |
|---|---|---|
| author | Oleg Nesterov <oleg@redhat.com> | Thu Jan 31 19:47:23 2013 +0100 |
| committer | Oleg Nesterov <oleg@redhat.com> | Fri Feb 08 18:24:33 2013 +0100 |
| tree | 01fb4bbdd21cb67c63b6302ffbbbda22fdcbebcd | |
| parent | b64b007797c1e6d6b745c93c296ba1d5f4d72d86 [diff] |
uprobes/tracing: Kill uprobe_trace_consumer, embed uprobe_consumer into trace_uprobe 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>