summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-help.c
Commit message (Expand)AuthorAge
* perf tools: Rename HAVE_SYSCALL_TABLE to HAVE_SYSCALL_TABLE_SUPPORTJin Yao2018-04-12
* perf trace: Remove audit-libs dependency if syscall tables are presentHendrik Brueckner2018-01-23
* perf help: Fix a bug during strstart() conversionNamhyung Kim2017-11-16
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* tools include: Adopt strstarts() from the kernelArnaldo Carvalho de Melo2017-07-20
* perf tools: Replace error() with pr_err()Arnaldo Carvalho de Melo2017-06-27
* perf help: Use pr_warning()Arnaldo Carvalho de Melo2017-06-27
* perf help: Elliminate dup code for reportingArnaldo Carvalho de Melo2017-06-27
* perf help: Introduce exec_failed() to avoid code duplicationArnaldo Carvalho de Melo2017-06-27
* perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo2017-04-24
* perf tools: Include errno.h where neededArnaldo Carvalho de Melo2017-04-19
* perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo2017-04-19
* perf tools: Remove FLEX_ARRAY definitionArnaldo Carvalho de Melo2017-04-19
* perf tools: Remove support for command aliasesArnaldo Carvalho de Melo2017-03-28
* perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo2017-03-27
* perf tools: Propagate perf_config() errorsArnaldo Carvalho de Melo2017-01-27
* perf kallsyms: Introduce tool to look for extended symbol information on the ...Arnaldo Carvalho de Melo2017-01-11
* tools: Introduce str_error_r()Arnaldo Carvalho de Melo2016-07-12
* perf config: Move config declarations from util/cache.h to util/config.hTaeung Song2016-06-23
* perf help: Make check_emacsclient_version to check strbuf APIsMasami Hiramatsu2016-05-10
* perf help: Use asprintf instead of adhoc equivalentsArnaldo Carvalho de Melo2016-03-23
* perf config: Bring perf_default_config to the very beginning at main()Wang Nan2016-02-26
* perf help: No need to use strbuf_remove()Arnaldo Carvalho de Melo2016-02-23
* perf subcmd: Create subcmd libraryJosh Poimboeuf2015-12-17
* perf tools: Remove 'perf' from subcmd function and variable namesJosh Poimboeuf2015-12-16
* perf help: Change 'usage' to 'Usage' for consistencyYunlong Song2015-10-19
* perf tools: Add the bash completion for listing subsubcommands of perf helpYunlong Song2015-03-19
* perf help: Use strerror_r instead of strerrorMasami Hiramatsu2014-08-15
* perf tools: Move pr_* debug macros into debug objectJiri Olsa2014-07-17
* perf help: Fix --help for builtinsNamhyung Kim2012-10-22
* perf help: Don't use globals where not needed toArnaldo Carvalho de Melo2012-10-02
* perf tools: Use __maybe_used for unused variablesIrina Tirdea2012-09-11
* perf help: Remove use of die and handle errorsDavid Ahern2012-09-05
* perf options: Type check all the remaining OPT_ variantsArnaldo Carvalho de Melo2010-05-17
* perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce ...Ian Munsie2010-04-14
* perf: Make cmd_to_page() function more compactWenji Huang2010-01-13
* perf: Use format string of printf to align stringsAmerigo Wang2009-12-28
* perf tools: Introduce zalloc() for the common calloc(1, N) caseArnaldo Carvalho de Melo2009-11-24
* perf: Clean up trivial style issues in builtin-help.cThiago Farina2009-11-03
* perf: Enable more compiler warningsIngo Molnar2009-08-16
* perf_counter tools: Add more warnings and fix/annotate themIngo Molnar2009-07-01
* perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/Ingo Molnar2009-06-06