aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/builtin-help.c
AgeCommit message (Expand)Author
2017-04-24perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo
2017-04-19perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo
2017-04-19perf tools: Remove FLEX_ARRAY definitionArnaldo Carvalho de Melo
2017-03-28perf tools: Remove support for command aliasesArnaldo Carvalho de Melo
2017-03-27perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo
2017-01-27perf tools: Propagate perf_config() errorsArnaldo Carvalho de Melo
2017-01-11perf kallsyms: Introduce tool to look for extended symbol information on the ...Arnaldo Carvalho de Melo
2016-07-12tools: Introduce str_error_r()Arnaldo Carvalho de Melo
2016-06-23perf config: Move config declarations from util/cache.h to util/config.hTaeung Song
2016-05-10perf help: Make check_emacsclient_version to check strbuf APIsMasami Hiramatsu
2016-03-23perf help: Use asprintf instead of adhoc equivalentsArnaldo Carvalho de Melo
2016-02-26perf config: Bring perf_default_config to the very beginning at main()Wang Nan
2016-02-23perf help: No need to use strbuf_remove()Arnaldo Carvalho de Melo
2015-12-17perf subcmd: Create subcmd libraryJosh Poimboeuf
2015-12-16perf tools: Remove 'perf' from subcmd function and variable namesJosh Poimboeuf
2015-10-19perf help: Change 'usage' to 'Usage' for consistencyYunlong Song
2015-03-19perf tools: Add the bash completion for listing subsubcommands of perf helpYunlong Song
2014-08-15perf help: Use strerror_r instead of strerrorMasami Hiramatsu
2014-07-17perf tools: Move pr_* debug macros into debug objectJiri Olsa
2012-10-22perf help: Fix --help for builtinsNamhyung Kim
2012-10-02perf help: Don't use globals where not needed toArnaldo Carvalho de Melo
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea
2012-09-05perf help: Remove use of die and handle errorsDavid Ahern
2010-05-17perf options: Type check all the remaining OPT_ variantsArnaldo Carvalho de Melo
2010-04-14perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce ...Ian Munsie
2010-01-13perf: Make cmd_to_page() function more compactWenji Huang
2009-12-28perf: Use format string of printf to align stringsAmerigo Wang
2009-11-24perf tools: Introduce zalloc() for the common calloc(1, N) caseArnaldo Carvalho de Melo
2009-11-03perf: Clean up trivial style issues in builtin-help.cThiago Farina
2009-08-16perf: Enable more compiler warningsIngo Molnar
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