Re: [PATCH v4 2/9] perf annotate: Initialize proper width for first column

2017-07-27 Thread Arnaldo Carvalho de Melo
Em Fri, Jul 28, 2017 at 01:15:56AM +0900, Taeung Song escreveu: > When using --show-total-period or not, > set the width value for first column. > > Suggested-by: Arnaldo Carvalho de Melo > Cc: Namhyung Kim > Cc: Jiri Olsa > Signed-off-by: Taeung Song > --- > tools/perf/util/annotate.c | 4 ++

[PATCH v4 2/9] perf annotate: Initialize proper width for first column

2017-07-27 Thread Taeung Song
When using --show-total-period or not, set the width value for first column. Suggested-by: Arnaldo Carvalho de Melo Cc: Namhyung Kim Cc: Jiri Olsa Signed-off-by: Taeung Song --- tools/perf/util/annotate.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/perf/util/