Re: [PATCH 07/13 v4] perf tools: restrict visibility of functions

2020-11-17 Thread James Clark
On 15/11/2020 23:17, Jiri Olsa wrote: > On Fri, Nov 13, 2020 at 07:26:48PM +0200, James Clark wrote: >> These cpu_aggr_map refcounting functions are only used in >> builtin-stat.c so their visibilty can be reduced to just >> that file. >> >> No functional changes. >> >> Signed-off-by: James Clar

Re: [PATCH 07/13 v4] perf tools: restrict visibility of functions

2020-11-15 Thread Jiri Olsa
On Fri, Nov 13, 2020 at 07:26:48PM +0200, James Clark wrote: > These cpu_aggr_map refcounting functions are only used in > builtin-stat.c so their visibilty can be reduced to just > that file. > > No functional changes. > > Signed-off-by: James Clark > Cc: Peter Zijlstra > Cc: Ingo Molnar > Cc

[PATCH 07/13 v4] perf tools: restrict visibility of functions

2020-11-13 Thread James Clark
These cpu_aggr_map refcounting functions are only used in builtin-stat.c so their visibilty can be reduced to just that file. No functional changes. Signed-off-by: James Clark Cc: Peter Zijlstra Cc: Ingo Molnar Cc: Arnaldo Carvalho de Melo Cc: Mark Rutland Cc: Alexander Shishkin Cc: Jiri Ol