mesa/src/intel/tools
Lionel Landwerlin 2a9069eb97 intel: tools: dump: make dump tool reliable under gdb
The problem with passing the configuration of the dump lib through a
file descriptor is that it can be read only once. But under gdb you
might want to rerun your program multiple times.

This change hands the configuration through a temporary file that is
deleted once the command line passes to intel_dump_gpu has exited.

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Rafael Antognolli <rafael.antognolli@intel.com>
2018-07-20 17:36:37 +01:00
..
.gitignore intel: tools: add aubinator_error_decode tool 2017-04-04 21:22:26 +01:00
aub_write.c intel: tools: aubwrite: fix invalid frees on finish 2018-07-19 20:11:56 +01:00
aub_write.h intel/tools: Break aub file writing into a helper 2018-07-18 08:42:50 -07:00
aubinator.c intel/tools/aubinator: aubinate ppgtt aubs 2018-07-05 11:57:45 +01:00
aubinator_error_decode.c intel/aubinator_error_decode: Allow for more sections 2018-07-09 16:40:54 -07:00
error2aub.c intel/tools: Add an error state to aub translator 2018-07-18 08:42:53 -07:00
intel_aub.h intel: intel_dump_gpu: use simulator id in captures 2018-07-05 11:57:45 +01:00
intel_dump_gpu.c intel: tools: dump: make dump tool reliable under gdb 2018-07-20 17:36:37 +01:00
intel_dump_gpu.in intel: tools: dump: make dump tool reliable under gdb 2018-07-20 17:36:37 +01:00
intel_sanitize_gpu.c intel/tools: new intel_sanitize_gpu tool 2018-04-05 13:52:49 -07:00
intel_sanitize_gpu.in intel/tools: new intel_sanitize_gpu tool 2018-04-05 13:52:49 -07:00
meson.build intel/tools: Rename error2aub to intel_error2aub 2018-07-18 09:03:05 -07:00