]> git.baikalelectronics.ru Git - kernel.git/commit
perf probe: Release all dynamically allocated parameters
authorMasami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Thu, 16 Jan 2014 09:39:47 +0000 (09:39 +0000)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 16 Jan 2014 19:29:02 +0000 (16:29 -0300)
commit609eb76ce476cde28c6454cc5bddbf46b542e249
tree7dab9ad69098d2c33aba7f065fc6f540e4fa7b1c
parentd0526713df3c9b377ed4c219f55cd7f75371de2a
perf probe: Release all dynamically allocated parameters

To fix a memory leak, release all dynamically allocated
options/parameters in params data structure. This also
introduces/exports some init/clear routines.

Reported-by: David Ahern <dsahern@gmail.com>
Signed-off-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Cc: "David A. Long" <dave.long@linaro.org>
Cc: "Steven Rostedt (Red Hat)" <rostedt@goodmis.org>
Cc: David Ahern <dsahern@gmail.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Oleg Nesterov <oleg@redhat.com>
Cc: Srikar Dronamraju <srikar@linux.vnet.ibm.com>
Cc: yrl.pp-manager.tt@hitachi.com
Link: http://lkml.kernel.org/r/20140116093947.24403.80118.stgit@kbuild-fedora.novalocal
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-probe.c
tools/perf/util/probe-event.c
tools/perf/util/probe-event.h