intel/perf: move oa_sample_buf structure to perf
authorMark Janes <mark.a.janes@intel.com>
Wed, 29 May 2019 22:31:58 +0000 (15:31 -0700)
committerMark Janes <mark.a.janes@intel.com>
Thu, 8 Aug 2019 04:33:55 +0000 (21:33 -0700)
commitb14e15e26a8749935a28a7988e6dcd52a9454dc5
tree0aa332a60867e7b1d5210360443a7b0d1c3b9e92
parente091f33990f9729bc4ccee7b3b04837f0d7b24b4
intel/perf: move oa_sample_buf structure to perf

oa_sample_buf holds the data provided by the kernel that will be
collated into performance metrics.  Since this functionality will be
implemented in perf, the struct needs to be defined there.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/intel/perf/gen_perf.h
src/mesa/drivers/dri/i965/brw_performance_query.c