Re: [RFC][PATCH 08/21] tracing: Make traceprobe parsing code reusable

2017-02-09 Thread Steven Rostedt
On Wed, 8 Feb 2017 11:25:04 -0600 Tom Zanussi wrote: > traceprobe_probes_write() and traceprobe_command() actually contain > nothing that ties them to kprobes - the code is generically useful for > similar types of parsing elsewhere, so separate it out and move it to > trace.c/trace.h. > > Othe

[RFC][PATCH 08/21] tracing: Make traceprobe parsing code reusable

2017-02-08 Thread Tom Zanussi
traceprobe_probes_write() and traceprobe_command() actually contain nothing that ties them to kprobes - the code is generically useful for similar types of parsing elsewhere, so separate it out and move it to trace.c/trace.h. Other than moving it, the only change is in naming: traceprobe_probes_wr