diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2019-02-05 23:04:47 +0100 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2019-02-06 14:00:39 +0100 |
commit | 5afbb37c68ab1ca9746e5c9ee2f61e9cae67da42 (patch) | |
tree | 6d84893f244dd4bfa7d50ff046b6799fb7651d90 /tools/perf/arch/powerpc/util/kvm-stat.c | |
parent | perf kvm stat: Replace kvm-stat.h includes with forward declarations (diff) | |
download | linux-5afbb37c68ab1ca9746e5c9ee2f61e9cae67da42.tar.xz linux-5afbb37c68ab1ca9746e5c9ee2f61e9cae67da42.zip |
perf powerpc kvm-stat: Add missing evlist.h header
This header was being obtained indirectly, by sheer luck, add it.
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Hemant Kumar <hemant@linux.vnet.ibm.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lkml.kernel.org/n/tip-c3h8oyav16iu5ivput8n4wt6@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to '')
-rw-r--r-- | tools/perf/arch/powerpc/util/kvm-stat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/arch/powerpc/util/kvm-stat.c b/tools/perf/arch/powerpc/util/kvm-stat.c index 86e64c47d8ea..f9db341c47b6 100644 --- a/tools/perf/arch/powerpc/util/kvm-stat.c +++ b/tools/perf/arch/powerpc/util/kvm-stat.c @@ -4,6 +4,7 @@ #include "util/parse-events.h" #include "util/debug.h" #include "util/evsel.h" +#include "util/evlist.h" #include "book3s_hv_exits.h" #include "book3s_hcalls.h" |