Home
last modified time | relevance | path

Searched hist:"7 ce28b5b5b320e26ac6a0e352d5005bce3530e05" (Results 1 – 1 of 1) sorted by relevance

/linux/tools/perf/util/
H A Dprobe-finder.cdiff 7ce28b5b5b320e26ac6a0e352d5005bce3530e05 Tue Sep 11 09:57:28 CEST 2012 Hyeoncheol Lee <hyc.lee@gmail.com> perf probe: Allow of casting an array of char to string

Before casting a type of a variable to string, convert_variable_type()
confirms that the type is a pointer or an array. then if it is a pointer
to char, it is casted to string. but in case of an array of char, it
isn't

Signed-off-by: H.C. Lee <hyc.lee@gmail.com>
Acked-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Srikar Dronamraju <srikar@linux.vnet.ibm.com>
Link: http://lkml.kernel.org/r/CANFS6bb75e8a_UtyAD9yF73hfXDy0N8tSjDz=a+Vna=Y8ORMHg@mail.gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>