perf evlist: Add missing util/event.h header
authorArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 27 Oct 2022 20:44:07 +0000 (17:44 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 31 Oct 2022 14:07:19 +0000 (11:07 -0300)
commit2e5a738abc69601a4ea4a3544ec29cab9189eaae
tree2ee104490b4644be253acce35a39a879591ec675
parent606f70ab7f5ace535514a5fa6f9ad62ae6e515eb
perf evlist: Add missing util/event.h header

Needed to get the event_attr_init() and perf_event_paranoid() prototypes
that were being obtained indirectly, by sheer luck.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/evlist.c