summaryrefslogtreecommitdiffstats
path: root/src/intel/tools
Commit message (Expand)AuthorAgeFilesLines
* intel: tools: add aubinator viewerLionel Landwerlin2018-08-225-0/+2784
* intel: tools: import ImGuiLionel Landwerlin2018-08-2217-1/+31676
* intel: tools: aub_mem: reuse already mapped ppgtt buffersLionel Landwerlin2018-08-221-5/+11
* intel: tools: aubmem: map gtt data to aub fileLionel Landwerlin2018-08-222-0/+35
* intel: tools: create libaubLionel Landwerlin2018-08-221-2/+12
* intel: tools: aubwrite: wrap function declarations for c++Lionel Landwerlin2018-08-221-0/+8
* intel: tools: split memory management out of aubinatorLionel Landwerlin2018-08-224-353/+491
* intel: tools: split aub parsing from aubinatorLionel Landwerlin2018-08-224-279/+458
* intel/tools: initialise bo_addr to 0 in mainKai Wasserbäch2018-08-201-1/+1
* intel: aubinator: mark ftruncate_res as MAYBE_UNUSED in ensure_phys_memKai Wasserbäch2018-08-201-1/+1
* intel/aubinator_error_decode: mark ret as MAYBE_UNUSED in mainKai Wasserbäch2018-08-201-1/+1
* intel/tools: add missing variable initialisationEric Engestrom2018-08-091-1/+1
* intel: don't build tools without -Dtools=intelLionel Landwerlin2018-08-071-14/+12
* intel: tools: simplify meson buildLionel Landwerlin2018-08-041-46/+50
* intel: aubinator: simplify decodingLionel Landwerlin2018-08-041-10/+5
* intel: tools: aubwrite: reuse canonical address helperLionel Landwerlin2018-08-041-17/+2
* intel: aubinator: fix read the context/ringLionel Landwerlin2018-08-041-2/+2
* intel: tools: aubwrite: split gen[89] from gen10+Lionel Landwerlin2018-08-015-186/+416
* intel: tools: dump: only store device id on successLionel Landwerlin2018-07-251-2/+2
* intel: tools: dump: protect against multiple calls on destructorLionel Landwerlin2018-07-201-3/+16
* intel: tools: dump: make dump tool reliable under gdbLionel Landwerlin2018-07-202-4/+9
* intel: tools: dump: remove mentions of intel_aubdumpLionel Landwerlin2018-07-191-15/+15
* intel: tools: aubwrite: fix invalid frees on finishLionel Landwerlin2018-07-191-4/+9
* intel: tools: dump: trace memory writesLionel Landwerlin2018-07-191-13/+32
* intel: tools: dump: remove command execution featureLionel Landwerlin2018-07-192-119/+29
* intel/tools: add missing include for stdarg.hCaio Marcelo de Oliveira Filho2018-07-181-0/+1
* intel/tools: Rename error2aub to intel_error2aubJason Ekstrand2018-07-181-1/+1
* intel/tools: Add an error state to aub translatorJason Ekstrand2018-07-182-0/+343
* intel/tools: Break aub file writing into a helperJason Ekstrand2018-07-184-762/+862
* intel/tools: Refactor aub dumping to remove singletonsJason Ekstrand2018-07-181-211/+287
* intel/dump_gpu: Fix corner cases in PPGTT range calculationsJason Ekstrand2018-07-181-6/+6
* intel: tools: Fix uninitialized variable warnings in intel_dump_gpu.Eric Anholt2018-07-161-0/+2
* intel/tools/dump_gpu: Add option to print ppgtt mappings.Rafael Antognolli2018-07-102-1/+30
* intel/aubinator_error_decode: Allow for more sectionsJason Ekstrand2018-07-091-11/+13
* intel: tools: dump_gpu: fix ppgtt mappingLionel Landwerlin2018-07-091-23/+23
* intel: tools: remove drm-uapi definesLionel Landwerlin2018-07-051-29/+1
* intel: intel_dump_gpu: use simulator id in capturesLionel Landwerlin2018-07-052-2/+2
* intel: tools: dump-gpu: dump 48-bit addressesScott D Phillips2018-07-052-167/+151
* intel: tools: import intel_aubdumpLionel Landwerlin2018-07-053-0/+1438
* intel: tools: update intel_aub.hLionel Landwerlin2018-07-051-0/+26
* intel/tools/aubinator: aubinate ppgtt aubsScott D Phillips2018-07-051-1/+72
* intel: aubinator: handle GGTT mappingsLionel Landwerlin2018-07-051-13/+244
* intel: aubinator: drop the 1Tb GTT mappingLionel Landwerlin2018-07-051-55/+75
* intel: aubinator: rework register writes handlingLionel Landwerlin2018-07-051-28/+54
* intel: aubinator: remove standard input processing optionLionel Landwerlin2018-07-051-90/+12
* intel: aubinator: remove unused variablesLionel Landwerlin2018-07-051-5/+0
* intel/aubinator: drop unused functionsEric Engestrom2018-06-201-16/+0
* intel/aubinator: Use int to store getopt_long flags.Rafael Antognolli2018-06-151-2/+2
* intel: aubinator: add an option to limit the number of decoded VBO linesLionel Landwerlin2018-05-021-16/+23
* intel: fix aubinator includeLionel Landwerlin2018-05-021-1/+1