perf record: Rename label 'out_symbol_exit'
authorAdrian Hunter <adrian.hunter@intel.com>
Fri, 23 Sep 2016 14:38:36 +0000 (17:38 +0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 29 Sep 2016 14:17:00 +0000 (11:17 -0300)
commit394c01ed8aafdf0f14fb18c6d320d8a783da243c
tree1e3675b2c87ea0f6d1d708953f5ebb39fbb910de
parente7a06a5353574cac3a34211bd4e514bb8d00d766
perf record: Rename label 'out_symbol_exit'

In preparation for fixing the error paths, rename label
'out_symbol_exit' to be 'out' because that error path can be used
irrespective of whether symbols (or anything else) has been initialized.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Mathieu Poirier <mathieu.poirier@linaro.org>
Link: http://lkml.kernel.org/r/1474641528-18776-5-git-send-email-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-record.c