summaryrefslogtreecommitdiff
path: root/src/intel/tools/aubinator.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-28intel/aubinator: Properly handle batch buffer chainingJason Ekstrand1-1/+19
2016-11-01intel: aubinator: print field values if availableLionel Landwerlin1-1/+6
2016-11-01intel: aubinator: print boolean fields to true with colorsLionel Landwerlin1-2/+4
2016-10-31intel: aubinator: fix printing missing gen optionLionel Landwerlin1-2/+2
2016-10-31intel: aubinator: fix assumptions on amount of required dataLionel Landwerlin1-1/+5
2016-10-31intel: aubinator: don't print out blocks twiceLionel Landwerlin1-1/+0
2016-10-17intel: aubinator: use different colors to signal batch start/endLionel Landwerlin1-5/+10
2016-10-08intel: aubinator: enable loading dumps from standard inputLionel Landwerlin1-36/+129
2016-10-08intel: aubinator: enable loading xml files from a given directoryLionel Landwerlin1-3/+15
2016-10-08intel: aubinator: generate a standalone binaryLionel Landwerlin1-19/+18
2016-10-07intel: aubinator: use getopt to parse argumentsLionel Landwerlin1-57/+33
2016-10-06intel: aubinator: add missing return charactersLionel Landwerlin1-5/+5
2016-10-05intel: aubinator: pack supported generations into an arrayLionel Landwerlin1-53/+35
2016-10-04aubinator: use the correct format specifier for printing ptrdiff_t.Kenneth Graunke1-1/+1
2016-10-04aubinator: Use less -RS instead of -r for the implicit pager.Kenneth Graunke1-4/+3
2016-10-04intel: use the correct format specifier for printing uint64_tTimothy Arceri1-8/+9
2016-09-20aubinator: add a custom handler for immediate register loadLionel Landwerlin1-1/+16
2016-09-13aubinator: Remove bogus "end" parameter in gen_disasm_disassemble()Sirisha Gandikota1-6/+6
2016-09-13aubinator: Simplify print_dword_val() methodSirisha Gandikota1-8/+4
2016-09-12aubinator: rework print_help()Emil Velikov1-12/+5
2016-09-08aubinator: only use program_invocation_short_name with glibc/cygwinJonathan Gray1-1/+7
2016-09-08aubinator: include libgen.h for basename(3)Jonathan Gray1-0/+1
2016-09-08aubinator: stop using non portable error() functionJonathan Gray1-16/+30
2016-08-23aubinator: Style fixes.Kenneth Graunke1-27/+35
2016-08-23aubinator: Fix the tool to correctly decode the DWordsSirisha Gandikota1-3/+101
2016-08-23aubinator: Add a new tool called Aubinator to the src/intel/tools folder.Kristian Høgsberg Kristensen1-0/+1066