]> git.karo-electronics.de Git - karo-tx-linux.git/commit
perf probe: Export init/exit_probe_symbol_maps()
authorNamhyung Kim <namhyung@kernel.org>
Thu, 10 Sep 2015 02:27:05 +0000 (11:27 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 15 Sep 2015 12:48:32 +0000 (09:48 -0300)
commit9bae1e8c3fe5359ce17309b894f54667fd563e98
treef86097af330f7a92c12bb4ffcbd7be9cd42f4641
parenta43aac299c3abc09eff856039f5b72166b780d35
perf probe: Export init/exit_probe_symbol_maps()

The init/exit_symbols_maps() functions are to setup and cleanup
necessary info for probe events.  But they need to be called from out of
the probe code now, so this patch exports them.

However the names are too generic, so change them to have 'probe'. :)

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>
Cc: Wang Nan <wangnan0@huawei.com>
Link: http://lkml.kernel.org/r/1441852026-28974-2-git-send-email-namhyung@kernel.org
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