summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/parse-options.c
AgeCommit message (Expand)Author
2015-03-19perf report: Don't allow empty argument for '-t'.Wang Nan
2015-02-27perf tools: Remove the '--(null)' long_name for --list-optsYunlong Song
2015-02-27perf list: Avoid confusion of perf output and the next command promptYunlong Song
2015-02-13perf tools: Fix a bug of segmentation faultYunlong Song
2015-01-21perf tools: Allow use of an exclusive option more than onceNamhyung Kim
2014-10-29perf tools: Add support for exclusive optionNamhyung Kim
2014-10-29perf tools: Add PARSE_OPT_DISABLED flagNamhyung Kim
2014-03-14perf kvm: introduce --list-cmds for use by scriptsRamkumar Ramachandra
2013-11-27perf tools: Add option macro OPT_BOOLEAN_SETAdrian Hunter
2013-11-27perf tools: Allow '--inherit' as the negation of '--no-inherit'Adrian Hunter
2013-11-04perf stat: Enhance option parse error messageNamhyung Kim
2013-11-04perf tools: Show single option when failed to parseNamhyung Kim
2012-10-02perf tools: Long option completion support for each subcommandsNamhyung Kim
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea
2012-08-03perf tool: Save cmdline from user in file header vs what is passed to recordDavid Ahern
2010-05-17perf options: Type check all the remaining OPT_ variantsArnaldo Carvalho de Melo
2010-05-17perf options: Introduce OPT_UINTEGERArnaldo Carvalho de Melo
2010-05-17perf options: Introduce OPT_U64Arnaldo Carvalho de Melo
2010-04-14perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce ...Ian Munsie
2010-03-22perf tools: Exit browser before printing usage when unkown option passedArnaldo Carvalho de Melo
2009-12-10perf tools: Align long options which have no short formsLi Zefan
2009-08-16perf: Enable more compiler warningsIngo Molnar
2009-07-02perf_counter tools: Add new OPT_CALLBACK_DEFAULT optionFrederic Weisbecker
2009-07-01perf_counter tools: Add more warnings and fix/annotate themIngo Molnar
2009-06-06perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/Ingo Molnar