Re: [PATCH v2] perf probe: convert_name_to_addr() allocated the wrong size buffers for names

2012-10-18 Thread Masami Hiramatsu
(2012/10/18 10:17), Hyeoncheol Lee wrote: > The function allocated wrong size buffers for names > > Cc: Masami Hiramatsu > Cc: Srikar Dronamraju > Signed-off-by: Hyeoncheol Lee Acked-by: Masami Hiramatsu Thanks! > --- > v2: - Added a comment for MAX_ADDRNAME_LEN > >

Re: [PATCH v2] perf probe: convert_name_to_addr() allocated the wrong size buffers for names

2012-10-18 Thread Masami Hiramatsu
(2012/10/18 10:17), Hyeoncheol Lee wrote: The function allocated wrong size buffers for names Cc: Masami Hiramatsu masami.hiramatsu...@hitachi.com Cc: Srikar Dronamraju sri...@linux.vnet.ibm.com Signed-off-by: Hyeoncheol Lee hyc@gmail.com Acked-by: Masami Hiramatsu

[PATCH v2] perf probe: convert_name_to_addr() allocated the wrong size buffers for names

2012-10-17 Thread Hyeoncheol Lee
The function allocated wrong size buffers for names Cc: Masami Hiramatsu Cc: Srikar Dronamraju Signed-off-by: Hyeoncheol Lee --- v2: - Added a comment for MAX_ADDRNAME_LEN tools/perf/util/probe-event.c | 17 + 1 file changed, 13 insertions(+), 4 deletions(-) diff --git

[PATCH v2] perf probe: convert_name_to_addr() allocated the wrong size buffers for names

2012-10-17 Thread Hyeoncheol Lee
The function allocated wrong size buffers for names Cc: Masami Hiramatsu masami.hiramatsu...@hitachi.com Cc: Srikar Dronamraju sri...@linux.vnet.ibm.com Signed-off-by: Hyeoncheol Lee hyc@gmail.com --- v2: - Added a comment for MAX_ADDRNAME_LEN tools/perf/util/probe-event.c | 17