From: Arnaldo Carvalho de Melo Date: Mon, 11 Jul 2016 13:14:08 +0000 (-0300) Subject: perf tools: event.h needs asm/perf_regs.h X-Git-Tag: v4.9.8~1712^2~5^2~32 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e083a21fcac9311ca425e600a15332f4792c56cc;p=platform%2Fkernel%2Flinux-rpi3.git perf tools: event.h needs asm/perf_regs.h As it uses PERF_REGS_MAX, fix it. Cc: Adrian Hunter Cc: David Ahern Cc: Jiri Olsa Cc: Namhyung Kim Cc: Wang Nan Link: http://lkml.kernel.org/n/tip-2t232w0kcqu97xod8t2at2h0@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/perf/util/event.h b/tools/perf/util/event.h index 8d363d5..b32464b 100644 --- a/tools/perf/util/event.h +++ b/tools/perf/util/event.h @@ -8,6 +8,7 @@ #include "map.h" #include "build-id.h" #include "perf_regs.h" +#include struct mmap_event { struct perf_event_header header;