mesa/src/intel/perf
Vinson Lee faa339e666 Switch from cElementTree to ElementTree.
The xml.etree.cElementTree module will be removed in Python 3.9. Since
Python 3.3 the xml.etree.cElementTree module has been deprecated, the
xml.etree.ElementTree module uses a fast implementation whenever
available.

Builds using Python 2.7 can still work but with the slower
implementation.

Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Acked-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5349>
2020-06-05 23:42:54 -07:00
..
gen_perf.c intel/perf: repurpose INTEL_DEBUG=no-oaconfig 2020-05-20 14:02:27 +03:00
gen_perf.h intel/perf: report whether the platform supported 2020-05-20 14:02:27 +03:00
gen_perf.py Switch from cElementTree to ElementTree. 2020-06-05 23:42:54 -07:00
gen_perf_mdapi.c intel/perf: Enable MDAPI queries for Gen12 2020-04-18 02:04:09 +03:00
gen_perf_mdapi.h intel/perf: move mdapi query definitions to their own file 2020-03-27 14:14:49 +00:00
gen_perf_private.h intel/perf: create a unique list of counters 2020-05-20 14:02:27 +03:00
gen_perf_query.c intel/perf: specify sseu configuration when supported 2020-04-23 15:55:59 +00:00
gen_perf_query.h
gen_perf_regs.h
meson.build meson: use gnu_symbol_visibility argument 2020-06-01 18:59:18 +00:00
oa-bdw.xml
oa-bxt.xml
oa-cflgt2.xml
oa-cflgt3.xml
oa-chv.xml
oa-cnl.xml
oa-glk.xml
oa-hsw.xml
oa-icl.xml
oa-kblgt2.xml
oa-kblgt3.xml
oa-lkf.xml
oa-sklgt2.xml
oa-sklgt3.xml
oa-sklgt4.xml
oa-tgl.xml