[PATCH 08/57] perf tools: Make __hist_entry__snprintf function global

2016-09-22 Thread Jiri Olsa
Will be used from external places in following patches. Link: http://lkml.kernel.org/n/tip-uip4x9u74t3dcz8sh4mei...@git.kernel.org Signed-off-by: Jiri Olsa --- tools/perf/ui/stdio/hist.c | 4 ++-- tools/perf/util/hist.h | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/t

Re: [PATCH 08/57] perf tools: Make __hist_entry__snprintf function global

2016-09-22 Thread Arnaldo Carvalho de Melo
Em Thu, Sep 22, 2016 at 05:36:36PM +0200, Jiri Olsa escreveu: > Will be used from external places in following patches. > > Link: http://lkml.kernel.org/n/tip-uip4x9u74t3dcz8sh4mei...@git.kernel.org > Signed-off-by: Jiri Olsa Thanks, applied, - Arnaldo