]> asedeno.scripts.mit.edu Git - linux.git/commit
perf trace beauty: Add the glue for the autogenerated x86 IRQ vector array
authorArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 15 Oct 2019 19:03:25 +0000 (16:03 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 15 Oct 2019 19:13:27 +0000 (16:13 -0300)
commit573ed8985d290214440e6d9866e5330b5ef064ca
tree935669fb369886e54cb1893d51c42a5a2a512222
parent97c2a7806f691f4124914623baa54223416a8cef
perf trace beauty: Add the glue for the autogenerated x86 IRQ vector array

We need to wrap this autogenerated string array with the
strarray__scnprintf() formatter and the strarray__strotul() lookup
method, do it.

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-bx2cjcyv6aerhyy3gvu3uwcy@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/trace/beauty/beauty.h
tools/perf/trace/beauty/tracepoints/Build
tools/perf/trace/beauty/tracepoints/x86_irq_vectors.c [new file with mode: 0644]