[PATCH 04/64] tools lib traceevent: Add alias field to struct format_field

2015-04-28 Thread Arnaldo Carvalho de Melo
From: Jiri Olsa 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

[PATCH 04/64] tools lib traceevent: Add alias field to struct format_field

2015-04-28 Thread Arnaldo Carvalho de Melo
From: Jiri Olsa jo...@kernel.org 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