summaryrefslogtreecommitdiffstats
path: root/src/intel/tools
Commit message (Expand)AuthorAgeFilesLines
* i965/tools: 32bit compilation with mesonSergii Romantsov2018-09-071-1/+1
* Revert "i965/tools: 32bit compilation with meson"Lionel Landwerlin2018-09-061-1/+1
* i965/tools: 32bit compilation with mesonSergii Romantsov2018-09-061-1/+1
* intel: Introducing Amber Lake platformRodrigo Vivi2018-08-311-1/+1
* intel: aubinator: Adding missed platforms to the error message.Rodrigo Vivi2018-08-311-2/+3
* Revert "intel/tools/aubwrite: Always use physical addresses for traces."Kenneth Graunke2018-08-302-13/+11
* intel/tools: new i965_disasm toolSagar Ghuge2018-08-292-0/+193
* intel: tools: Fix aubinator_error's fprintf call (format-security)Kai Wasserbäch2018-08-251-1/+1
* intel/tools/aubwrite: Always use physical addresses for traces.Rafael Antognolli2018-08-222-11/+13
* intel/tools/aubwrite: Rename "legacy" to "Trace Block".Rafael Antognolli2018-08-221-1/+1
* intel: aubinator_viewer: add urb viewLionel Landwerlin2018-08-222-0/+171
* intel: aubinator_viewer: store urb state during decodingLionel Landwerlin2018-08-222-23/+153
* 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