perf probe: Free perf_probe_event in cleanup_perf_probe_events()
authorNamhyung Kim <namhyung@kernel.org>
Thu, 10 Sep 2015 02:27:04 +0000 (11:27 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 15 Sep 2015 12:48:32 +0000 (09:48 -0300)
commita43aac299c3abc09eff856039f5b72166b780d35
treed62daeba1c6974f063881d5aa0c81eca755d3fa3
parent9059b284caecb628fac826c2c5cc8ee85708eec1
perf probe: Free perf_probe_event in cleanup_perf_probe_events()

The cleanup_perf_probe_events() frees all resources related to a perf
probe event.  However it only freed resources in trace probe events, not
perf probe events.  So call clear_perf_probe_event() too.

Reported-by: Wang Nan <wangnan0@huawei.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Acked-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1441852026-28974-1-git-send-email-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/probe-event.c