aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/builtin-help.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-31perf debug: Remove needless include directives from debug.hGravatar Arnaldo Carvalho de Melo 1-0/+4
2019-08-29perf tools: Remove perf.h from source files not needing itGravatar Arnaldo Carvalho de Melo 1-1/+0
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfGravatar Arnaldo Carvalho de Melo 1-0/+1
2019-07-09perf tools: Add missing headers, mostly stdlib.hGravatar Arnaldo Carvalho de Melo 1-0/+1
2018-12-17perf help: Remove needless use of strncpy()Gravatar Arnaldo Carvalho de Melo 1-1/+1
2018-04-12perf tools: Rename HAVE_SYSCALL_TABLE to HAVE_SYSCALL_TABLE_SUPPORTGravatar Jin Yao 1-1/+1
2018-01-23perf trace: Remove audit-libs dependency if syscall tables are presentGravatar Hendrik Brueckner 1-1/+1
2017-11-16perf help: Fix a bug during strstart() conversionGravatar Namhyung Kim 1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-07-20tools include: Adopt strstarts() from the kernelGravatar Arnaldo Carvalho de Melo 1-3/+3
2017-06-27perf tools: Replace error() with pr_err()Gravatar Arnaldo Carvalho de Melo 1-3/+5
2017-06-27perf help: Use pr_warning()Gravatar Arnaldo Carvalho de Melo 1-2/+2
2017-06-27perf help: Elliminate dup code for reportingGravatar Arnaldo Carvalho de Melo 1-6/+8
2017-06-27perf help: Introduce exec_failed() to avoid code duplicationGravatar Arnaldo Carvalho de Melo 1-13/+9
2017-04-24perf tools: Remove string.h, unistd.h and sys/stat.h from util.hGravatar Arnaldo Carvalho de Melo 1-0/+4
2017-04-19perf tools: Include errno.h where neededGravatar Arnaldo Carvalho de Melo 1-0/+1
2017-04-19perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedGravatar Arnaldo Carvalho de Melo 1-0/+1
2017-04-19perf tools: Remove FLEX_ARRAY definitionGravatar Arnaldo Carvalho de Melo 1-2/+2
2017-03-28perf tools: Remove support for command aliasesGravatar Arnaldo Carvalho de Melo 1-13/+0
2017-03-27perf tools: Remove unused 'prefix' from builtin functionsGravatar Arnaldo Carvalho de Melo 1-1/+1
2017-01-27perf tools: Propagate perf_config() errorsGravatar Arnaldo Carvalho de Melo 1-2/+4
2017-01-11perf kallsyms: Introduce tool to look for extended symbol information on the ...Gravatar Arnaldo Carvalho de Melo 1-1/+1
2016-07-12tools: Introduce str_error_r()Gravatar Arnaldo Carvalho de Melo 1-4/+4
2016-06-23perf config: Move config declarations from util/cache.h to util/config.hGravatar Taeung Song 1-1/+1
2016-05-10perf help: Make check_emacsclient_version to check strbuf APIsGravatar Masami Hiramatsu 1-8/+10
2016-03-23perf help: Use asprintf instead of adhoc equivalentsGravatar Arnaldo Carvalho de Melo 1-38/+31
2016-02-26perf config: Bring perf_default_config to the very beginning at main()Gravatar Wang Nan 1-1/+1
2016-02-23perf help: No need to use strbuf_remove()Gravatar Arnaldo Carvalho de Melo 1-2/+1
2015-12-17perf subcmd: Create subcmd libraryGravatar Josh Poimboeuf 1-4/+4
2015-12-16perf tools: Remove 'perf' from subcmd function and variable namesGravatar Josh Poimboeuf 1-1/+1
2015-10-19perf help: Change 'usage' to 'Usage' for consistencyGravatar Yunlong Song 1-1/+1
2015-03-19perf tools: Add the bash completion for listing subsubcommands of perf helpGravatar Yunlong Song 1-3/+14
2014-08-15perf help: Use strerror_r instead of strerrorGravatar Masami Hiramatsu 1-4/+16
2014-07-17perf tools: Move pr_* debug macros into debug objectGravatar Jiri Olsa 1-0/+1
2012-10-22perf help: Fix --help for builtinsGravatar Namhyung Kim 1-1/+1
2012-10-02perf help: Don't use globals where not needed toGravatar Arnaldo Carvalho de Melo 1-20/+20
2012-09-11perf tools: Use __maybe_used for unused variablesGravatar Irina Tirdea 1-1/+1
2012-09-05perf help: Remove use of die and handle errorsGravatar David Ahern 1-14/+34
2010-05-17perf options: Type check all the remaining OPT_ variantsGravatar Arnaldo Carvalho de Melo 1-3/+3
2010-04-14perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce ...Gravatar Ian Munsie 1-1/+1
2010-01-13perf: Make cmd_to_page() function more compactGravatar Wenji Huang 1-2/+0
2009-12-28perf: Use format string of printf to align stringsGravatar Amerigo Wang 1-2/+1
2009-11-24perf tools: Introduce zalloc() for the common calloc(1, N) caseGravatar Arnaldo Carvalho de Melo 1-2/+2
2009-11-03perf: Clean up trivial style issues in builtin-help.cGravatar Thiago Farina 1-7/+5
2009-08-16perf: Enable more compiler warningsGravatar Ingo Molnar 1-0/+1
2009-07-01perf_counter tools: Add more warnings and fix/annotate themGravatar Ingo Molnar 1-2/+4
2009-06-06perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/Gravatar Ingo Molnar 1-0/+461