summaryrefslogtreecommitdiffstats
path: root/src/intel/tools/aubinator.c
Commit message (Expand)AuthorAgeFilesLines
* intel/aubinator: Stop searching after a custom handler is foundJordan Justen2017-04-061-1/+3
* intel/gen_decoder: return -1 for unknown command formatsJordan Justen2017-04-061-3/+4
* aubinator/gen_decoder/i965: decode instructions from dword 0Lionel Landwerlin2017-04-031-3/+2
* aubinator: enable snb/ilk through --genLionel Landwerlin2017-03-311-0/+2
* intel: Move tools/decoder.[ch] to common/gen_decoder.[ch].Kenneth Graunke2017-03-211-1/+1
* aubinator: Move the guts of decode_group() to decoder.c.Kenneth Graunke2017-03-201-31/+3
* aubinator: Drop spec parameter to decode_group().Kenneth Graunke2017-03-201-13/+12
* aubinator: Make the iterator store a pointer to structure descriptions.Kenneth Graunke2017-03-201-26/+6
* aubinator: Track the current field's starting dword offset.Kenneth Graunke2017-03-201-22/+13
* aubinator: Drop decode_structure() helper.Kenneth Graunke2017-03-201-16/+9
* aubinator: Drop unused print_dword_headers flag.Kenneth Graunke2017-03-201-5/+4
* aubinator: Store enum textual name in iter->value.Kenneth Graunke2017-03-201-6/+1
* aubinator: Use fprintf for output.Kenneth Graunke2017-03-161-69/+73
* aubinator: Reuse decode_structure code for handling commandsKenneth Graunke2017-03-161-23/+16
* aubinator: Delete redundant NULL check.Kenneth Graunke2017-03-161-10/+3
* aubinator: Fix indentation.Kenneth Graunke2017-03-161-7/+6
* intel/aubinator: fix 32bit shift overflow warningGrazvydas Ignotas2016-12-111-1/+1
* intel/aubinator: Pull useful information from the AUB headerJason Ekstrand2016-11-281-2/+32
* intel/aubinator: Wait to setup decoders until we parse the aub headerJason Ekstrand2016-11-281-23/+28
* intel/aubinator: Rework handling of the --gen flagJason Ekstrand2016-11-281-20/+16
* intel/aubinator: Trust the packet size in the header for SUBOPCODE_HEADERJason Ekstrand2016-11-281-14/+4
* intel/aubinator: Add a get_offset helperJason Ekstrand2016-11-281-10/+19
* intel/aubinator: Fix the kernel start pointer for 3DSTATE_HSJason Ekstrand2016-11-281-2/+2
* intel/aubinator: Add a get_address helperJason Ekstrand2016-11-281-16/+31
* intel/aubinator: Properly handle batch buffer chainingJason Ekstrand2016-11-281-1/+19
* intel: aubinator: print field values if availableLionel Landwerlin2016-11-011-1/+6
* intel: aubinator: print boolean fields to true with colorsLionel Landwerlin2016-11-011-2/+4
* intel: aubinator: fix printing missing gen optionLionel Landwerlin2016-10-311-2/+2
* intel: aubinator: fix assumptions on amount of required dataLionel Landwerlin2016-10-311-1/+5
* intel: aubinator: don't print out blocks twiceLionel Landwerlin2016-10-311-1/+0
* intel: aubinator: use different colors to signal batch start/endLionel Landwerlin2016-10-171-5/+10
* intel: aubinator: enable loading dumps from standard inputLionel Landwerlin2016-10-081-36/+129
* intel: aubinator: enable loading xml files from a given directoryLionel Landwerlin2016-10-081-3/+15
* intel: aubinator: generate a standalone binaryLionel Landwerlin2016-10-081-19/+18
* intel: aubinator: use getopt to parse argumentsLionel Landwerlin2016-10-071-57/+33
* intel: aubinator: add missing return charactersLionel Landwerlin2016-10-061-5/+5
* intel: aubinator: pack supported generations into an arrayLionel Landwerlin2016-10-051-53/+35
* aubinator: use the correct format specifier for printing ptrdiff_t.Kenneth Graunke2016-10-041-1/+1
* aubinator: Use less -RS instead of -r for the implicit pager.Kenneth Graunke2016-10-041-4/+3
* intel: use the correct format specifier for printing uint64_tTimothy Arceri2016-10-041-8/+9
* aubinator: add a custom handler for immediate register loadLionel Landwerlin2016-09-201-1/+16
* aubinator: Remove bogus "end" parameter in gen_disasm_disassemble()Sirisha Gandikota2016-09-131-6/+6
* aubinator: Simplify print_dword_val() methodSirisha Gandikota2016-09-131-8/+4
* aubinator: rework print_help()Emil Velikov2016-09-121-12/+5
* aubinator: only use program_invocation_short_name with glibc/cygwinJonathan Gray2016-09-081-1/+7
* aubinator: include libgen.h for basename(3)Jonathan Gray2016-09-081-0/+1
* aubinator: stop using non portable error() functionJonathan Gray2016-09-081-16/+30
* aubinator: Style fixes.Kenneth Graunke2016-08-231-27/+35
* aubinator: Fix the tool to correctly decode the DWordsSirisha Gandikota2016-08-231-3/+101
* aubinator: Add a new tool called Aubinator to the src/intel/tools folder.Kristian Høgsberg Kristensen2016-08-231-0/+1066