aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/perf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-25libperf: Merge libperf_set_print() into libperf_init()Jiri Olsa1-1/+7
2019-09-25libperf: Move 'page_size' global variable to libperfJiri Olsa1-3/+4
2019-09-20perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo1-1/+1
2019-08-31perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo1-1/+1
2019-08-31perf event: Remove needless include directives from event.hArnaldo Carvalho de Melo1-0/+1
2019-08-31perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo1-0/+2
2019-08-29perf tools: Remove needless perf.h include directive from headersArnaldo Carvalho de Melo1-0/+1
2019-08-29perf tools: Move everything related to sys_perf_event_open() to perf-sys.hArnaldo Carvalho de Melo1-0/+1
2019-08-28perf tools: Remove needless util.h include from builtin.hArnaldo Carvalho de Melo1-0/+1
2019-08-12perf config: Honour $PERF_CONFIG env var to specify alternate .perfconfigArnaldo Carvalho de Melo1-0/+3
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo1-1/+1
2019-06-25perf tools: Add missing util.h to pick up 'page_size' variableArnaldo Carvalho de Melo1-0/+1
2019-03-19perf bpf: Save bpf_prog_info in a rbtree in perf_envSong Liu1-0/+1
2018-06-04perf tools: Remove dead quote.[ch] codeArnaldo Carvalho de Melo1-1/+0
2018-05-17perf tools: No need to unconditionally read the max_stack sysctlsArnaldo Carvalho de Melo1-7/+0
2018-05-17perf tools: Read the cache line size lazilyArnaldo Carvalho de Melo1-11/+0
2018-05-16tools lib api: Unexport 'tracing_path' variableArnaldo Carvalho de Melo1-4/+1
2018-05-16perf config: Call perf_config__init() lazilyArnaldo Carvalho de Melo1-1/+0
2018-04-12perf tools: Rename HAVE_SYSCALL_TABLE to HAVE_SYSCALL_TABLE_SUPPORTJin Yao1-2/+2
2018-04-02perf tools: Add 'perf -vv' as an alias to 'perf version --build-options'Jin Yao1-0/+6
2018-01-23perf trace: Remove audit-libs dependency if syscall tables are presentHendrik Brueckner1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-12perf tools: Support running perf binaries with a dash in their nameMilian Wolff1-4/+10
2017-07-20tools include: Adopt strstarts() from the kernelArnaldo Carvalho de Melo1-8/+8
2017-04-25perf tools: Move event prototypes from util.h to event.hArnaldo Carvalho de Melo1-0/+1
2017-04-24perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo1-0/+3
2017-04-24perf tools: Remove stale prototypes from builtin.hArnaldo Carvalho de Melo1-1/+1
2017-04-20perf tools: Add signal.h to places using its definitionsArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Ditch unused PATH_SEP, STRIP_EXTENSIONArnaldo Carvalho de Melo1-10/+0
2017-04-19perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo1-0/+1
2017-04-04perf tools: Remove die() callArnaldo Carvalho de Melo1-1/+2
2017-03-28perf tools: Remove support for command aliasesArnaldo Carvalho de Melo1-90/+7
2017-03-27perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo1-8/+3
2017-01-27perf tools: Propagate perf_config() errorsArnaldo Carvalho de Melo1-5/+10
2017-01-26perf ftrace: Introduce new 'ftrace' toolNamhyung Kim1-0/+1
2017-01-17perf tools: Move two variables usied in libperf from perf.cSoramichi AKIYAMA1-3/+0
2017-01-11perf kallsyms: Introduce tool to look for extended symbol information on the running kernelArnaldo Carvalho de Melo1-0/+1
2016-10-19perf c2c: Add c2c commandJiri Olsa1-0/+1
2016-07-15perf tools: Just pr_debug() about not being able to read cacheline_sizeArnaldo Carvalho de Melo1-1/+1
2016-07-12perf tools: Fallback to reading sysfs to get cacheline sizeArnaldo Carvalho de Melo1-1/+11
2016-07-12tools: Introduce str_error_r()Arnaldo Carvalho de Melo1-3/+3
2016-06-23perf config: Introduce new init() and exit()Taeung Song1-0/+2
2016-06-23perf config: Move config declarations from util/cache.h to util/config.hTaeung Song1-1/+1
2016-06-21perf tools: Remove --perf-dir and --work-dirArnaldo Carvalho de Melo1-36/+0
2016-05-16perf tools: Separate accounting of contexts and real addresses in a stack traceArnaldo Carvalho de Melo1-0/+3
2016-05-10perf tools: Make alias handler to check return value of strbufMasami Hiramatsu1-3/+5
2016-04-27perf tools: Set the maximum allowed stack from /proc/sys/kernel/perf_event_max_stackArnaldo Carvalho de Melo1-0/+5
2016-03-30perf config: Remove duplicated set_buildid_dir callsTaeung Song1-2/+1
2016-02-26perf config: Bring perf_default_config to the very beginning at main()Wang Nan1-0/+2