On Sat, Apr 18, 2015 at 05:50:18PM +0200, Jiri Olsa wrote: > Introduce an 'alias' field to 'struct format_field' to be able > to use alternative name for the field. > > It is initialized with same string pointer as 'name' field. > The free logic checks the 'alias' pointer being reset by user > and frees it. > > This will be handy when converting data into CTF, where each > field within event needs to have a unique name (while this > is not required for tracepoint). Converter can easily assign > unique name into the format_field struct. > > Suggested-by: Steven Rostedt <[email protected]> > Link: http://lkml.kernel.org/n/[email protected] > Signed-off-by: Jiri Olsa <[email protected]>
Acke-by: Steven Rostedt <[email protected]> -- Steve -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

