Re: [PATCH v2 02/14] perf util: take elf_name as const string in dso__demangle_sym

2017-08-07 Thread Arnaldo Carvalho de Melo
Em Sun, Aug 06, 2017 at 11:24:34PM +0200, Milian Wolff escreveu: > The input string is not modified and thus can be passed > in as a pointer to const data. Applied. - Arnaldo > Cc: Arnaldo Carvalho de Melo > Cc: David Ahern > Cc: Namhyung Kim

Re: [PATCH v2 02/14] perf util: take elf_name as const string in dso__demangle_sym

2017-08-07 Thread Arnaldo Carvalho de Melo
Em Sun, Aug 06, 2017 at 11:24:34PM +0200, Milian Wolff escreveu: > The input string is not modified and thus can be passed > in as a pointer to const data. Applied. - Arnaldo > Cc: Arnaldo Carvalho de Melo > Cc: David Ahern > Cc: Namhyung Kim > Cc: Peter Zijlstra > Cc: Yao Jin >

[PATCH v2 02/14] perf util: take elf_name as const string in dso__demangle_sym

2017-08-06 Thread Milian Wolff
The input string is not modified and thus can be passed in as a pointer to const data. Cc: Arnaldo Carvalho de Melo Cc: David Ahern Cc: Namhyung Kim Cc: Peter Zijlstra Cc: Yao Jin

[PATCH v2 02/14] perf util: take elf_name as const string in dso__demangle_sym

2017-08-06 Thread Milian Wolff
The input string is not modified and thus can be passed in as a pointer to const data. Cc: Arnaldo Carvalho de Melo Cc: David Ahern Cc: Namhyung Kim Cc: Peter Zijlstra Cc: Yao Jin Signed-off-by: Milian Wolff --- tools/perf/util/symbol-elf.c | 2 +- tools/perf/util/symbol-minimal.c | 2