]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - tools/perf/util/session.h
perf session: Add hooks to allow transparent decoding of AUX area tracing data
[mirror_ubuntu-artful-kernel.git] / tools / perf / util / session.h
index d5fa7b7916ef40dd5216e533a5ce04bfdfc8a7d2..8a69d3bfafdf131210b0e7c18413a115ab95b1b3 100644 (file)
 struct ip_callchain;
 struct thread;
 
+struct auxtrace;
+
 struct perf_session {
        struct perf_header      header;
        struct machines         machines;
        struct perf_evlist      *evlist;
+       struct auxtrace         *auxtrace;
        struct trace_event      tevent;
        bool                    repipe;
        bool                    one_mmap;