summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-help.c
Commit message (Expand)AuthorAgeFilesLines
* tools: Introduce str_error_r()Arnaldo Carvalho de Melo2016-07-121-4/+4
* perf config: Move config declarations from util/cache.h to util/config.hTaeung Song2016-06-231-1/+1
* perf help: Make check_emacsclient_version to check strbuf APIsMasami Hiramatsu2016-05-101-8/+10
* perf help: Use asprintf instead of adhoc equivalentsArnaldo Carvalho de Melo2016-03-231-38/+31
* perf config: Bring perf_default_config to the very beginning at main()Wang Nan2016-02-261-1/+1
* perf help: No need to use strbuf_remove()Arnaldo Carvalho de Melo2016-02-231-2/+1
* perf subcmd: Create subcmd libraryJosh Poimboeuf2015-12-171-4/+4
* perf tools: Remove 'perf' from subcmd function and variable namesJosh Poimboeuf2015-12-161-1/+1
* perf help: Change 'usage' to 'Usage' for consistencyYunlong Song2015-10-191-1/+1
* perf tools: Add the bash completion for listing subsubcommands of perf helpYunlong Song2015-03-191-3/+14
* perf help: Use strerror_r instead of strerrorMasami Hiramatsu2014-08-151-4/+16
* perf tools: Move pr_* debug macros into debug objectJiri Olsa2014-07-171-0/+1
* perf help: Fix --help for builtinsNamhyung Kim2012-10-221-1/+1
* perf help: Don't use globals where not needed toArnaldo Carvalho de Melo2012-10-021-20/+20
* perf tools: Use __maybe_used for unused variablesIrina Tirdea2012-09-111-1/+1
* perf help: Remove use of die and handle errorsDavid Ahern2012-09-051-14/+34
* perf options: Type check all the remaining OPT_ variantsArnaldo Carvalho de Melo2010-05-171-3/+3
* perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce ...Ian Munsie2010-04-141-1/+1
* perf: Make cmd_to_page() function more compactWenji Huang2010-01-131-2/+0
* perf: Use format string of printf to align stringsAmerigo Wang2009-12-281-2/+1
* perf tools: Introduce zalloc() for the common calloc(1, N) caseArnaldo Carvalho de Melo2009-11-241-2/+2
* perf: Clean up trivial style issues in builtin-help.cThiago Farina2009-11-031-7/+5
* perf: Enable more compiler warningsIngo Molnar2009-08-161-0/+1
* perf_counter tools: Add more warnings and fix/annotate themIngo Molnar2009-07-011-2/+4
* perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/Ingo Molnar2009-06-061-0/+461
OpenPOWER on IntegriCloud