summaryrefslogtreecommitdiffstats
path: root/src/intel/tools/aubinator.c
Commit message (Expand)AuthorAgeFilesLines
* 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