summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-help.c
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Rename HAVE_SYSCALL_TABLE to HAVE_SYSCALL_TABLE_SUPPORTJin Yao2018-04-121-1/+1
* perf trace: Remove audit-libs dependency if syscall tables are presentHendrik Brueckner2018-01-231-1/+1
* perf help: Fix a bug during strstart() conversionNamhyung Kim2017-11-161-2/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* tools include: Adopt strstarts() from the kernelArnaldo Carvalho de Melo2017-07-201-3/+3
* perf tools: Replace error() with pr_err()Arnaldo Carvalho de Melo2017-06-271-3/+5
* perf help: Use pr_warning()Arnaldo Carvalho de Melo2017-06-271-2/+2
* perf help: Elliminate dup code for reportingArnaldo Carvalho de Melo2017-06-271-6/+8
* perf help: Introduce exec_failed() to avoid code duplicationArnaldo Carvalho de Melo2017-06-271-13/+9
* perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo2017-04-241-0/+4
* perf tools: Include errno.h where neededArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Remove FLEX_ARRAY definitionArnaldo Carvalho de Melo2017-04-191-2/+2
* perf tools: Remove support for command aliasesArnaldo Carvalho de Melo2017-03-281-13/+0
* perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo2017-03-271-1/+1
* perf tools: Propagate perf_config() errorsArnaldo Carvalho de Melo2017-01-271-2/+4
* perf kallsyms: Introduce tool to look for extended symbol information on the ...Arnaldo Carvalho de Melo2017-01-111-1/+1
* 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