diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2019-09-18 15:12:07 +0200 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2019-09-20 14:19:22 +0200 |
commit | bd23ac11fe9312bab40e129b402757fd7a23dc8e (patch) | |
tree | d14dd8b479e0e779d7edf0d66d4a67316eccfff0 /tools/perf/util/auxtrace.h | |
parent | perf sched: Add missing event.h include directive (diff) | |
download | linux-bd23ac11fe9312bab40e129b402757fd7a23dc8e.tar.xz linux-bd23ac11fe9312bab40e129b402757fd7a23dc8e.zip |
perf auxtrace: Add missing 'struct perf_sample' forward declaration
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>
Diffstat (limited to 'tools/perf/util/auxtrace.h')
-rw-r--r-- | tools/perf/util/auxtrace.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/auxtrace.h b/tools/perf/util/auxtrace.h index 37e70dc01436..1ed902a24a39 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; |