perf scripting python: Add missing util/perf_regs.h include to get perf_reg_name...
authorArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 25 Oct 2022 20:33:04 +0000 (17:33 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 27 Oct 2022 19:37:26 +0000 (16:37 -0300)
commit06bf28cbc63287c69fe834b527127a56b65de2d7
tree693ce2d68395acbbaf3ab86abb1dd3449fca827e
parent6bc13cab5798bd9b049694983ae5702666d24e83
perf scripting python: Add missing util/perf_regs.h include to get perf_reg_name() prototype

It was getting it via event.h, that doesn't need that include anymore
and will drop it.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/scripting-engines/trace-event-python.c