Re: [PATCH 0/4] tracing: Improve error messages for histogram sorting

2019-06-28 Thread Tom Zanussi
Hi Masami, On Fri, 2019-06-28 at 15:16 +0900, Masami Hiramatsu wrote: > On Thu, 27 Jun 2019 10:35:15 -0500 > Tom Zanussi wrote: > > > Hi, > > > > These patches add some improvements for histogram sorting, > > addressing > > some shortcomings pointed out by Masami. > > > > In order to address t

Re: [PATCH 0/4] tracing: Improve error messages for histogram sorting

2019-06-27 Thread Masami Hiramatsu
On Thu, 27 Jun 2019 10:35:15 -0500 Tom Zanussi wrote: > Hi, > > These patches add some improvements for histogram sorting, addressing > some shortcomings pointed out by Masami. > > In order to address the specific problem pointed out by Masami, as > well as add additional related error messages

[PATCH 0/4] tracing: Improve error messages for histogram sorting

2019-06-27 Thread Tom Zanussi
Hi, These patches add some improvements for histogram sorting, addressing some shortcomings pointed out by Masami. In order to address the specific problem pointed out by Masami, as well as add additional related error messages, the first patch does some simplification of assignment parsing. The