perf tools: Expose 'addr' functions so they can be reused
authorAdrian Hunter <adrian.hunter@intel.com>
Tue, 22 Jul 2014 13:17:39 +0000 (16:17 +0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 25 Jul 2014 15:08:34 +0000 (12:08 -0300)
commit9b0d2d875d57d85fdfb35ac27f89951520a8b473
tree2b5007f4e01912ee107f28fa8e4fc16e4448db7f
parentf1dd1460a40894b00bbeacd753025e9251ec11bd
perf tools: Expose 'addr' functions so they can be reused

Move some functions and functionality related to the use of
'addr' out of builtin-script so they can be reused.

The moved functions are: is_bts_event() and sample_addr_correlates_sym()
and a new function perf_event__preprocess_sample_addr() is created from
bits of print_sample_addr().

perf_event__preprocess_sample_addr() is the equivalent of
perf_event__preprocess_sample() but for 'addr' instead of 'ip'.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@gmail.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/r/1406035081-14301-31-git-send-email-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-script.c
tools/perf/util/event.c
tools/perf/util/event.h