Skip to content

Commit

Permalink
perf powerpc kvm-stat: Add missing evlist.h header
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Arnaldo Carvalho de Melo committed Feb 6, 2019
1 parent 5691903 commit 5afbb37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/perf/arch/powerpc/util/kvm-stat.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5afbb37

Please sign in to comment.