summaryrefslogtreecommitdiff
path: root/src/intel/tools/aubinator.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-06intel: aubinator: fix read the context/ringLionel Landwerlin1-2/+2
2018-07-05intel/tools/aubinator: aubinate ppgtt aubsScott D Phillips1-1/+72
2018-07-05intel: aubinator: handle GGTT mappingsLionel Landwerlin1-13/+244
2018-07-05intel: aubinator: drop the 1Tb GTT mappingLionel Landwerlin1-55/+75
2018-07-05intel: aubinator: rework register writes handlingLionel Landwerlin1-28/+54
2018-07-05intel: aubinator: remove standard input processing optionLionel Landwerlin1-90/+12
2018-07-05intel: aubinator: remove unused variablesLionel Landwerlin1-5/+0
2018-06-20intel/aubinator: drop unused functionsEric Engestrom1-16/+0
2018-06-15intel/aubinator: Use int to store getopt_long flags.Rafael Antognolli1-2/+2
2018-05-02intel: aubinator: add an option to limit the number of decoded VBO linesLionel Landwerlin1-16/+23
2018-05-02intel: fix aubinator includeLionel Landwerlin1-1/+1
2018-05-02intel: Give the batch decoder a callback to ask about state size.Kenneth Graunke1-1/+1
2018-03-22intel/tools/aubinator: Drop platform list from print_help()Matt Turner1-1/+1
2018-03-21intel/tools: aubinator: Catch gen11 "enhanced execlist" submissionScott D Phillips1-6/+20
2018-02-27intel/tools: Use gen_device_name_to_pci_device_id in aubinatorJordan Justen1-24/+6
2018-01-08aubinator: add support for aubinating memtrace aubsScott D Phillips1-35/+83
2018-01-08aubinator: extract aubinator_init() out of the header handler functionScott D Phillips1-16/+23
2018-01-08aubinator: honor --color option when printing the headerScott D Phillips1-1/+5
2017-12-14intel/tools: Convert aubinator over to the common frameworkJason Ekstrand1-689/+30
2017-12-14intel/disasm: Take a devinfo in gen_disasm_createJason Ekstrand1-1/+1
2017-12-14intel/decoder: Take a bit offset in gen_print_groupJason Ekstrand1-1/+1
2017-07-13aubinator: don't leak fd of opened aubfileLionel Landwerlin1-0/+2
2017-06-22aubinator: Dump sampler state pointers on gen6 too.Rafael Antognolli1-0/+11
2017-06-09i965/cnl: Add cnl bits in aubinatorAnuj Phogat1-3/+5
2017-06-06intel: gen-decoder: rework how we handle groupsLionel Landwerlin1-18/+0
2017-04-24intel/aubinator: Correctly read variable length structs.Rafael Antognolli1-0/+19
2017-04-06intel/aubinator: Stop searching after a custom handler is foundJordan Justen1-1/+3
2017-04-06intel/gen_decoder: return -1 for unknown command formatsJordan Justen1-3/+4
2017-04-03aubinator/gen_decoder/i965: decode instructions from dword 0Lionel Landwerlin1-3/+2
2017-03-31aubinator: enable snb/ilk through --genLionel Landwerlin1-0/+2
2017-03-21intel: Move tools/decoder.[ch] to common/gen_decoder.[ch].Kenneth Graunke1-1/+1
2017-03-20aubinator: Move the guts of decode_group() to decoder.c.Kenneth Graunke1-31/+3
2017-03-20aubinator: Drop spec parameter to decode_group().Kenneth Graunke1-13/+12
2017-03-20aubinator: Make the iterator store a pointer to structure descriptions.Kenneth Graunke1-26/+6
2017-03-20aubinator: Track the current field's starting dword offset.Kenneth Graunke1-22/+13
2017-03-20aubinator: Drop decode_structure() helper.Kenneth Graunke1-16/+9
2017-03-20aubinator: Drop unused print_dword_headers flag.Kenneth Graunke1-5/+4
2017-03-20aubinator: Store enum textual name in iter->value.Kenneth Graunke1-6/+1
2017-03-16aubinator: Use fprintf for output.Kenneth Graunke1-69/+73
2017-03-16aubinator: Reuse decode_structure code for handling commandsKenneth Graunke1-23/+16
2017-03-16aubinator: Delete redundant NULL check.Kenneth Graunke1-10/+3
2017-03-16aubinator: Fix indentation.Kenneth Graunke1-7/+6
2016-12-11intel/aubinator: fix 32bit shift overflow warningGrazvydas Ignotas1-1/+1
2016-11-28intel/aubinator: Pull useful information from the AUB headerJason Ekstrand1-2/+32
2016-11-28intel/aubinator: Wait to setup decoders until we parse the aub headerJason Ekstrand1-23/+28
2016-11-28intel/aubinator: Rework handling of the --gen flagJason Ekstrand1-20/+16
2016-11-28intel/aubinator: Trust the packet size in the header for SUBOPCODE_HEADERJason Ekstrand1-14/+4
2016-11-28intel/aubinator: Add a get_offset helperJason Ekstrand1-10/+19
2016-11-28intel/aubinator: Fix the kernel start pointer for 3DSTATE_HSJason Ekstrand1-2/+2
2016-11-28intel/aubinator: Add a get_address helperJason Ekstrand1-16/+31