aboutsummaryrefslogtreecommitdiffstats
path: root/parse.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-05fio: Some minor code cleanupsAvri Altman1-1/+1
2021-04-13parse: fix parse_is_percent() warningNiklas Cassel1-1/+1
2021-02-22zbd: support 'z' suffix for zone granularityAlexey Dobriyan1-1/+8
2021-02-22parse: simplify parse_is_percent()Alexey Dobriyan1-1/+1
2020-10-08td_var: avoid arithmetic on a pointer to void cast (#1096)Cheng Li1-1/+1
2020-09-07fio: cap io_size=N% at 100%, update man pageAlexey Dobriyan1-0/+5
2019-08-02parse: bump max value pairs supported from 24 to 32Jens Axboe1-1/+1
2019-07-01Increase maximum length of line in jobs file to 8192Nick Principe1-1/+1
2018-07-23Add support for >= 4G block sizesJeff Furlong1-2/+4
2018-04-17parse: add support for soft deprecated optionsJens Axboe1-0/+1
2018-04-04option parsing: Mark arguments that are not modified as 'const'Bart Van Assche1-9/+14
2018-04-04parse.h: Remove a superfluous castBart Van Assche1-1/+1
2017-12-15parse: dump option type when using --debug=parseJens Axboe1-1/+1
2017-07-12parse: enable options to be marked dont-freeJens Axboe1-0/+1
2017-01-19Change td_var() to take void* for the first argTomohiro Kusumi1-2/+1
2017-01-19Move options_mem_dupe() to parse.cTomohiro Kusumi1-0/+1
2016-08-18parse: fix void * pointer math complaintJens Axboe1-1/+1
2016-08-15Various cleanupsJens Axboe1-1/+0
2016-08-15parse: remove dead codeJens Axboe1-3/+0
2016-08-15parse: get rid of __td_var()Jens Axboe1-4/+6
2016-06-08parse: add support for unsupported optionsJens Axboe1-0/+1
2015-12-22parse: ensure that option group/category hold 64-bitJens Axboe1-2/+3
2015-12-17Ensure that command line options also end up in json outputJens Axboe1-1/+1
2015-12-15Rework 'dump_cmdline'Jens Axboe1-1/+7
2015-08-21parse: only print option mismatch help, if the distance is close enoughJens Axboe1-0/+1
2015-05-06Add support for options being a power-of-2Jens Axboe1-0/+1
2014-12-05parse: make suggestions for unknown optionsJens Axboe1-0/+2
2014-11-10Fixup some of the time (usec) based conversionsStephen M. Cameron1-2/+3
2014-06-18Add support for compiling for ESXJens Axboe1-0/+1
2014-02-21Unify the time handlingJens Axboe1-2/+3
2014-02-12Fix g++ warning about void* used in arithmeticDaniel Gollub1-1/+1
2014-02-12Make parse.h C++ safe by avoiding "or" keywordDaniel Gollub1-1/+1
2014-02-11parse: cleanup difference between profile and normal optionsJens Axboe1-1/+11
2014-02-11parse: get rid of raw option offsetsJens Axboe1-1/+1
2013-11-26init: escape description option stringJens Axboe1-1/+1
2013-04-24Add support for other ways of triggering intermediate result outputsJens Axboe1-0/+1
2012-11-14Merge branch 'master' into gfioJens Axboe1-7/+1
2012-11-06Add sample zipf distribution randomizerJens Axboe1-7/+1
2012-09-24Merge branch 'master' into gfioJens Axboe1-2/+4
2012-09-20parse: increase max option possible values to 24Jens Axboe1-1/+1
2012-09-14Add support for trim as a workload typeShaohua Li1-1/+3
2012-03-20options: add ->hide_on_setJens Axboe1-0/+1
2012-03-19Add support for inverse optionsJens Axboe1-0/+3
2012-03-19gfio: improve option editJens Axboe1-1/+3
2012-03-16Add hint on whether to hide a sub option if a parent isn't setJens Axboe1-0/+1
2012-03-16Allow options to specify intervalsJens Axboe1-0/+1
2012-03-16gfio: start of options view and editJens Axboe1-20/+1
2012-03-12Group options into categoriesJens Axboe1-0/+21
2011-11-09Private parameters for ioenginesSteven Lang1-1/+1
2011-10-28Cleanup option keyword/environment substitutionSteven Lang1-1/+1
2011-10-14Memory leak fixesJens Axboe1-0/+1
2011-09-07Revert "Fix parser bug with ranges"Jens Axboe1-1/+1
2011-09-07Fix parser bug with rangesJens Axboe1-1/+1
2011-08-30Add sub-option support (sort-of) and convert libaio_userspace_reapJens Axboe1-0/+1
2011-08-13stats: Add a function to report completion latency percentilesYu-ju Hong1-0/+4
2011-07-12Allow percentage setting for size=Jens Axboe1-0/+5
2010-03-09Allow OR'able option valuesJens Axboe1-0/+2
2010-03-05Allow the adding of 'posval' for dynamic options like 'profile'Jens Axboe1-1/+1
2010-03-05Cleanup profile supportJens Axboe1-4/+6
2010-03-04Add initial support for profile specific optionsJens Axboe1-1/+1
2010-03-04Add parser support for out-of-td option storageJens Axboe1-0/+1
2010-03-04Add support for registrering external optionsJens Axboe1-2/+5
2010-03-03Increase OPT_LEN_MAXZhang, Yanmin1-1/+1
2009-07-18A few more kb_base fixupsJens Axboe1-1/+1
2009-07-01Add verify hook to optionsJens Axboe1-0/+1
2009-06-09parser: get rid of FIO_OPT_STR_VAL_INTJens Axboe1-1/+0
2008-10-07Add environment-variable substitution to config optionsAaron Carroll1-0/+1
2008-06-10Add option prioritiesJens Axboe1-0/+2
2008-04-07Mark rwmixcycle option as deprecated in the option parserJens Axboe1-0/+1
2007-12-14Add support for 'bssplit' option, fine grained block size contrlJens Axboe1-0/+1
2007-07-31Be a little more clever in finding child optionsJens Axboe1-1/+0
2007-07-31Parent options didn't recurse properlyJens Axboe1-0/+1
2007-07-31Add parent link to optionsJens Axboe1-0/+1
2007-03-14Add suboption help textsJens Axboe1-0/+1
2007-03-01Improve friendliness of --cmdhelpJens Axboe1-0/+7
2007-02-23Move handling of possible values into the option parserJens Axboe1-1/+11
2007-01-11[PATCH] Change O_DIRECT vs buffered setupJens Axboe1-0/+1
2007-01-11[PATCH] Change timeout to runtime and rearrange option entriesJens Axboe1-0/+1
2007-01-10[PATCH] Option minval should be signedJens Axboe1-3/+3
2007-01-10[PATCH] Introduce bool option typeJens Axboe1-0/+2
2007-01-10[PATCH] Show allowed option values for string matchingJens Axboe1-0/+1
2007-01-10[PATCH] Fixup ratecycle optionJens Axboe1-1/+0
2007-01-10[PATCH] Add default option valuesJens Axboe1-6/+10
2007-01-09[PATCH] Add per-option helpJens Axboe1-0/+2
2006-11-07[PATCH] Warn on writable stringsJens Axboe1-1/+1
2006-11-06[PATCH] bs= and bsrange= takes both read and write sizesJens Axboe1-0/+2
2006-11-03[PATCH] Fix int vs long problems in parsing some optionsJens Axboe1-0/+1
2006-10-27[PATCH] Add full command line parameter supportJens Axboe1-1/+2
2006-10-27[PATCH] Abstract option handlingJens Axboe1-0/+46