aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-help.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-31perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo1-0/+4
2019-08-29perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo1-1/+0
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo1-0/+1
2019-07-09perf tools: Add missing headers, mostly stdlib.hArnaldo Carvalho de Melo1-0/+1
2018-12-17perf help: Remove needless use of strncpy()Arnaldo Carvalho de Melo1-1/+1
2018-04-12perf tools: Rename HAVE_SYSCALL_TABLE to HAVE_SYSCALL_TABLE_SUPPORTJin Yao1-1/+1
2018-01-23perf trace: Remove audit-libs dependency if syscall tables are presentHendrik Brueckner1-1/+1
2017-11-16perf help: Fix a bug during strstart() conversionNamhyung Kim1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-20tools include: Adopt strstarts() from the kernelArnaldo Carvalho de Melo1-3/+3
2017-06-27perf tools: Replace error() with pr_err()Arnaldo Carvalho de Melo1-3/+5
2017-06-27perf help: Use pr_warning()Arnaldo Carvalho de Melo1-2/+2
2017-06-27perf help: Elliminate dup code for reportingArnaldo Carvalho de Melo1-6/+8
2017-06-27perf help: Introduce exec_failed() to avoid code duplicationArnaldo Carvalho de Melo1-13/+9
2017-04-24perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo1-0/+4
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Remove FLEX_ARRAY definitionArnaldo Carvalho de Melo1-2/+2
2017-03-28perf tools: Remove support for command aliasesArnaldo Carvalho de Melo1-13/+0
2017-03-27perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo1-1/+1
2017-01-27perf tools: Propagate perf_config() errorsArnaldo Carvalho de Melo1-2/+4
2017-01-11perf kallsyms: Introduce tool to look for extended symbol information on the running kernelArnaldo Carvalho de Melo1-1/+1
2016-07-12tools: Introduce str_error_r()Arnaldo Carvalho de Melo1-4/+4
2016-06-23perf config: Move config declarations from util/cache.h to util/config.hTaeung Song1-1/+1
2016-05-10perf help: Make check_emacsclient_version to check strbuf APIsMasami Hiramatsu1-8/+10
2016-03-23perf help: Use asprintf instead of adhoc equivalentsArnaldo Carvalho de Melo1-38/+31
2016-02-26perf config: Bring perf_default_config to the very beginning at main()Wang Nan1-1/+1
2016-02-23perf help: No need to use strbuf_remove()Arnaldo Carvalho de Melo1-2/+1
2015-12-17perf subcmd: Create subcmd libraryJosh Poimboeuf1-4/+4
2015-12-16perf tools: Remove 'perf' from subcmd function and variable namesJosh Poimboeuf1-1/+1
2015-10-19perf help: Change 'usage' to 'Usage' for consistencyYunlong Song1-1/+1
2015-03-19perf tools: Add the bash completion for listing subsubcommands of perf helpYunlong Song1-3/+14
2014-08-15perf help: Use strerror_r instead of strerrorMasami Hiramatsu1-4/+16
2014-07-17perf tools: Move pr_* debug macros into debug objectJiri Olsa1-0/+1
2012-10-22perf help: Fix --help for builtinsNamhyung Kim1-1/+1
2012-10-02perf help: Don't use globals where not needed toArnaldo Carvalho de Melo1-20/+20
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea1-1/+1
2012-09-05perf help: Remove use of die and handle errorsDavid Ahern1-14/+34
2010-05-17perf options: Type check all the remaining OPT_ variantsArnaldo Carvalho de Melo1-3/+3
2010-04-14perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce OPT_INCR()Ian Munsie1-1/+1
2010-01-13perf: Make cmd_to_page() function more compactWenji Huang1-2/+0
2009-12-28perf: Use format string of printf to align stringsAmerigo Wang1-2/+1
2009-11-24perf tools: Introduce zalloc() for the common calloc(1, N) caseArnaldo Carvalho de Melo1-2/+2
2009-11-03perf: Clean up trivial style issues in builtin-help.cThiago Farina1-7/+5
2009-08-16perf: Enable more compiler warningsIngo Molnar1-0/+1
2009-07-01perf_counter tools: Add more warnings and fix/annotate themIngo Molnar1-2/+4
2009-06-06perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/Ingo Molnar1-0/+461