]> git.baikalelectronics.ru Git - kernel.git/commit
perf/x86: Add list of register names
authorStephane Eranian <eranian@google.com>
Mon, 31 Aug 2015 16:41:11 +0000 (18:41 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 31 Aug 2015 20:56:37 +0000 (17:56 -0300)
commit7e5e49163be5bfc845fb786b1bfcffb7048a79fe
tree2b9c3ae2a63f6b8d38d21aa6eb9ffa517e58f1a6
parentf395888a1746f789eca6b0038b03b12a8a42f21b
perf/x86: Add list of register names

This patch adds a way to locate a register identifier (PERF_X86_REG_*)
based on its name, e.g., AX.

This will be used by a subsequent patch to improved flexibility of perf
record.

Signed-off-by: Stephane Eranian <eranian@google.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Kan Liang <kan.liang@intel.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/1441039273-16260-3-git-send-email-eranian@google.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/arch/x86/util/Build
tools/perf/arch/x86/util/perf_regs.c [new file with mode: 0644]
tools/perf/util/perf_regs.h