perf probe: Trivial typo fix for --demangle
authorMasami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Mon, 27 Oct 2014 20:31:24 +0000 (16:31 -0400)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 29 Oct 2014 12:30:18 +0000 (10:30 -0200)
commit4cdcc33db2f0455f297b4e14e434ba311ec5ca06
treec3aca74a97cab950e7e39f71bd940f362feed1c0
parent288a4b91fc0dc7c0ce3509339e8dec7b590a4d73
perf probe: Trivial typo fix for --demangle

Replace "Disable" with "Enable", since --demangle option enables symbol
demangling, not disable it.

perf probe has --demangle and --no-demangle options, but the
command-line help (--help) shows only --demangle option. So it should
explain about --demangle.

Signed-off-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Cc: Hemant Kumar <hemant@linux.vnet.ibm.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Srikar Dronamraju <srikar@linux.vnet.ibm.com>
Link: http://lkml.kernel.org/r/20141027203124.21219.68278.stgit@localhost.localdomain
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-probe.c