]> asedeno.scripts.mit.edu Git - linux.git/commit
tools arch x86: Grab a copy of the file containing the IRQ vector defines
authorArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 15 Oct 2019 18:40:23 +0000 (15:40 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 15 Oct 2019 18:42:01 +0000 (15:42 -0300)
commitd2b72b7280370aaddcbe93d00939bc7ec21dda48
tree7ae8a8cdbfc0b4649b97fbbb4e279b93f6f5a2c8
parent2b7847158120136c4b23684c768a82d571ee59bf
tools arch x86: Grab a copy of the file containing the IRQ vector defines

We'll use it to generate a table and then convert the irq_vectors:*
tracepoint 'vector' arg in things like perf trace, script, etc.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Luis Cláudio Gonçalves <lclaudio@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lkml.kernel.org/n/tip-z7gi058lzhnrm32slevg3xod@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/arch/x86/include/asm/irq_vectors.h [new file with mode: 0644]
tools/perf/check-headers.sh