Re: [PATCH v2] tools lib traceevent: Robustify do_generate_dynamic_list_file

2017-02-08 Thread David Carrillo-Cisneros
> bash has some shell opts to control some aspects of compatibility with string > comparisions that could have some default different from ubuntu and fedora, > I couldn't find one that looked related, sigh. The joys of batch scripting... > > Anyway, the difference in the order of the symbol

Re: [PATCH v2] tools lib traceevent: Robustify do_generate_dynamic_list_file

2017-02-08 Thread David Carrillo-Cisneros
> bash has some shell opts to control some aspects of compatibility with string > comparisions that could have some default different from ubuntu and fedora, > I couldn't find one that looked related, sigh. The joys of batch scripting... > > Anyway, the difference in the order of the symbol

Re: [PATCH v2] tools lib traceevent: Robustify do_generate_dynamic_list_file

2017-02-08 Thread Arnaldo Carvalho de Melo
Em Wed, Feb 08, 2017 at 09:44:50AM -0300, Arnaldo Carvalho de Melo escreveu: > Em Tue, Feb 07, 2017 at 09:28:40PM -0800, David Carrillo-Cisneros escreveu: > > v2: Accept "W" and "w" symbol options. > > > > The dynamic-list-file used to export dynamic symbols introduced in > > > > commit

Re: [PATCH v2] tools lib traceevent: Robustify do_generate_dynamic_list_file

2017-02-08 Thread Arnaldo Carvalho de Melo
Em Wed, Feb 08, 2017 at 09:44:50AM -0300, Arnaldo Carvalho de Melo escreveu: > Em Tue, Feb 07, 2017 at 09:28:40PM -0800, David Carrillo-Cisneros escreveu: > > v2: Accept "W" and "w" symbol options. > > > > The dynamic-list-file used to export dynamic symbols introduced in > > > > commit

Re: [PATCH v2] tools lib traceevent: Robustify do_generate_dynamic_list_file

2017-02-08 Thread Arnaldo Carvalho de Melo
Em Tue, Feb 07, 2017 at 09:28:40PM -0800, David Carrillo-Cisneros escreveu: > v2: Accept "W" and "w" symbol options. > > The dynamic-list-file used to export dynamic symbols introduced in > > commit e3d09ec8126f ("tools lib traceevent: Export dynamic symbols > used by traceevent plugins") > >

Re: [PATCH v2] tools lib traceevent: Robustify do_generate_dynamic_list_file

2017-02-08 Thread Arnaldo Carvalho de Melo
Em Tue, Feb 07, 2017 at 09:28:40PM -0800, David Carrillo-Cisneros escreveu: > v2: Accept "W" and "w" symbol options. > > The dynamic-list-file used to export dynamic symbols introduced in > > commit e3d09ec8126f ("tools lib traceevent: Export dynamic symbols > used by traceevent plugins") > >

[PATCH v2] tools lib traceevent: Robustify do_generate_dynamic_list_file

2017-02-07 Thread David Carrillo-Cisneros
v2: Accept "W" and "w" symbol options. The dynamic-list-file used to export dynamic symbols introduced in commit e3d09ec8126f ("tools lib traceevent: Export dynamic symbols used by traceevent plugins") is generated without any sort of error checking. I experienced problems due to an old

[PATCH v2] tools lib traceevent: Robustify do_generate_dynamic_list_file

2017-02-07 Thread David Carrillo-Cisneros
v2: Accept "W" and "w" symbol options. The dynamic-list-file used to export dynamic symbols introduced in commit e3d09ec8126f ("tools lib traceevent: Export dynamic symbols used by traceevent plugins") is generated without any sort of error checking. I experienced problems due to an old