]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
perf auxtrace: Add missing 'struct perf_sample' forward declaration
authorArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 18 Sep 2019 13:12:07 +0000 (10:12 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 20 Sep 2019 12:19:22 +0000 (09:19 -0300)
Its needed, was being obtained indirectly, fix it.

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-c3k1il7sm28old4e22nwlm7l@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/auxtrace.h

index 37e70dc01436f4aa2fabc347510a59fe60b8e3cb..1ed902a24a390b6994366fbc41dba75e9f301d49 100644 (file)
@@ -24,6 +24,7 @@ struct perf_session;
 struct evlist;
 struct perf_tool;
 struct perf_mmap;
+struct perf_sample;
 struct option;
 struct record_opts;
 struct perf_record_auxtrace_info;