OSDN Git Service

perf probe: Fix to add missed brace around if block
authorMasami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Wed, 12 Aug 2015 21:55:41 +0000 (06:55 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 13 Aug 2015 17:51:26 +0000 (14:51 -0300)
commit86a76027457633488b0a83d5e2bb944159885605
tree6652158525e2448114c4d1266b16654f09f35073
parent7aec51cbf0646cc15d719b08caea931576dc7f2a
perf probe: Fix to add missed brace around if block

The commit 75186a9b09e4 (perf probe: Fix to show lines of sys_ functions
correctly) introduced a bug by a missed brace around if block. This
fixes to add it.

Signed-off-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Fixes: 75186a9b09e4 ("perf probe: Fix to show lines of sys_ functions correctly")
Link: http://lkml.kernel.org/r/20150812215541.9088.62425.stgit@localhost.localdomain
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/dwarf-aux.c