tools arch x86: Grab a copy of the file containing the MSR numbers
authorArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 26 Sep 2019 18:26:39 +0000 (15:26 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 7 Oct 2019 15:22:18 +0000 (12:22 -0300)
commit444e2ff34df8f631cd83ae73bb56ef13cfb84b34
tree218cc4651ca8beafd450438a637a963b65bdb370
parentf11b2803bb88655d90b88c787710b53100913bff
tools arch x86: Grab a copy of the file containing the MSR numbers

We'll use it to generate a table and then convert the
msr:{read,write}_msr 'msr' option in things like perf trace, script,
etc.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lkml.kernel.org/n/tip-y1f4s0y1s43d4drh7pd2huzn@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/arch/x86/include/asm/msr-index.h [new file with mode: 0644]
tools/perf/check-headers.sh