parse: dump option type when using --debug=parse
authorJens Axboe <axboe@kernel.dk>
Fri, 15 Dec 2017 15:41:03 +0000 (08:41 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 15 Dec 2017 15:41:03 +0000 (08:41 -0700)
commitc26438ad4a14ece7784c6952694d8984ce32bc1c
tree6856ebe5d67efabb03f5ebbf67eaaf896b709e59
parentdb37d89074ed204c9c2bd010e72f63dcf4725715
parse: dump option type when using --debug=parse

Currently we do things like:

parse    8731  __handle_option=dummy, type=10, ptr=1

for the debug parsing, and then you have to look up what that
option type is. Add names to them so we get the below instead:

parse    9170  __handle_option=dummy, type=OPT_STR_SET, ptr=1

Signed-off-by: Jens Axboe <axboe@kernel.dk>
compiler/compiler.h
fio.h
parse.c
parse.h