mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
bfc49182c6
commit
430482c2e3
|
@ -32,6 +32,7 @@
|
|||
#include <linux/time64.h>
|
||||
|
||||
#include "../../perf.h"
|
||||
#include "../counts.h"
|
||||
#include "../debug.h"
|
||||
#include "../callchain.h"
|
||||
#include "../evsel.h"
|
||||
|
|
Loading…
Reference in New Issue