perf tools: Allow TSC conversion on any arch
authorAdrian Hunter <adrian.hunter@intel.com>
Mon, 14 Jul 2014 10:03:03 +0000 (13:03 +0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 17 Jul 2014 15:59:00 +0000 (12:59 -0300)
commit0b437860818dc717f6a9e8a5089223a8414f5fff
tree4953f7eca477e011aa9e16cdb236220ed9cec4be
parentff527bccd469067a64f4ae9747b9045914667d34
perf tools: Allow TSC conversion on any arch

It is possible to record a perf.data file on one architecture and
process it on another.

Consequently, TSC conversion functions need to be moved out of the arch
directory.

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/1405332185-4050-40-git-send-email-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Makefile.perf
tools/perf/arch/x86/util/tsc.c
tools/perf/arch/x86/util/tsc.h
tools/perf/tests/perf-time-to-tsc.c
tools/perf/util/tsc.c [new file with mode: 0644]
tools/perf/util/tsc.h [new file with mode: 0644]