[PATCH 0/3] tracing/kprobes: trace_probe->files cleanups

From: Oleg Nesterov
Date: Sun Jun 16 2013 - 13:25:57 EST


Hello.

I simply can't understand why trace_kprobe.c uses
"struct ftrace_event_file **", the simple list_head looks much
more natural and simple.

And we do not want to copy-and-paste this code to trace_uprobe.c.
If there is a reason for array-of-pointers we should create the
helpers in the common trace_probe.c so that uprobes can use them
too.

Oleg.

kernel/trace/trace_kprobe.c | 171 ++++++++++++------------------------------
1 files changed, 49 insertions(+), 122 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/