Commit fd8d5a3b authored by Arnaldo Carvalho de Melo's avatar Arnaldo Carvalho de Melo
Browse files

perf tests: Add missing event.h include



It uses things like perf_event__name() but were not including event.h,
where its prototype lives, fix it.

Signed-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
parent cde56712
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
#include <perf/cpumap.h>

#include "debug.h"
#include "event.h"
#include "evlist.h"
#include "evsel.h"
#include "thread_map.h"
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@

#include <sched.h>
#include <perf/mmap.h>
#include "event.h"
#include "evlist.h"
#include "evsel.h"
#include "debug.h"