Re: [PATCH v3 1/5] perf util: Cleanup and refactor block info functions

2019-10-23 Thread Jin, Yao
On 10/23/2019 7:37 PM, Jiri Olsa wrote: On Tue, Oct 22, 2019 at 04:07:06PM +0800, Jin Yao wrote: SNIP -static int filter_cb(struct hist_entry *he, void *arg __maybe_unused) -{ - /* Skip the calculation of column length in output_resort */ - he->filtered = true; - return

Re: [PATCH v3 1/5] perf util: Cleanup and refactor block info functions

2019-10-23 Thread Jiri Olsa
On Tue, Oct 22, 2019 at 04:07:06PM +0800, Jin Yao wrote: SNIP > > -static int filter_cb(struct hist_entry *he, void *arg __maybe_unused) > -{ > - /* Skip the calculation of column length in output_resort */ > - he->filtered = true; > - return 0; > -} please move this change into se