From: Arnaldo Carvalho de Melo Date: Wed, 18 Sep 2019 13:12:07 +0000 (-0300) Subject: perf auxtrace: Add missing 'struct perf_sample' forward declaration X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=bd23ac11fe9312bab40e129b402757fd7a23dc8e;p=linux.git perf auxtrace: Add missing 'struct perf_sample' forward declaration Its needed, was being obtained indirectly, fix it. Cc: Adrian Hunter Cc: Jiri Olsa Cc: Namhyung Kim Link: https://lkml.kernel.org/n/tip-c3k1il7sm28old4e22nwlm7l@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/perf/util/auxtrace.h b/tools/perf/util/auxtrace.h index 37e70dc01436f..1ed902a24a390 100644 --- a/tools/perf/util/auxtrace.h +++ b/tools/perf/util/auxtrace.h @@ -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;