Re: [PATCH] perf probe: print an enum type variable in "enum variable-name" format when showing accessible variables

2012-09-27 Thread Masami Hiramatsu
(2012/09/27 11:36), Hyeoncheol Lee wrote: > When showing accessible variables, an enum type variable was > printed in "variable-name" format. Change this format into > "enum variable-name". Right, and even if the enum has a type name, it shows only "type-name variable-name", this should show

Re: [PATCH] perf probe: print an enum type variable in enum variable-name format when showing accessible variables

2012-09-27 Thread Masami Hiramatsu
(2012/09/27 11:36), Hyeoncheol Lee wrote: When showing accessible variables, an enum type variable was printed in variable-name format. Change this format into enum variable-name. Right, and even if the enum has a type name, it shows only type-name variable-name, this should show enum

[PATCH] perf probe: print an enum type variable in "enum variable-name" format when showing accessible variables

2012-09-26 Thread Hyeoncheol Lee
When showing accessible variables, an enum type variable was printed in "variable-name" format. Change this format into "enum variable-name". Cc: Masami Hiramatsu Signed-off-by: Hyeoncheol Lee --- tools/perf/util/dwarf-aux.c |2 ++ 1 file changed, 2 insertions(+) diff --git

[PATCH] perf probe: print an enum type variable in enum variable-name format when showing accessible variables

2012-09-26 Thread Hyeoncheol Lee
When showing accessible variables, an enum type variable was printed in variable-name format. Change this format into enum variable-name. Cc: Masami Hiramatsu masami.hiramatsu...@hitachi.com Signed-off-by: Hyeoncheol Lee hyc@gmail.com --- tools/perf/util/dwarf-aux.c |2 ++ 1 file