1
0
Fork 0

perf scripting python: Add missing counts.h header

It is getting this via evsel.h, that don't strictly need counts.h, just
forward declarations for some structs, so add it here before we remove
it from there.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lkml.kernel.org/n/tip-6bxk3ltwkw91qcld2ot86bgg@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
alistair/sunxi64-5.4-dsi
Arnaldo Carvalho de Melo 2019-08-21 14:02:35 -03:00
parent bfc49182c6
commit 430482c2e3
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@
#include <linux/time64.h>
#include "../../perf.h"
#include "../counts.h"
#include "../debug.h"
#include "../callchain.h"
#include "../evsel.h"