aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/perf.c
AgeCommit message (Expand)Author
2017-04-25perf tools: Move event prototypes from util.h to event.hArnaldo Carvalho de Melo
2017-04-24perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo
2017-04-24perf tools: Remove stale prototypes from builtin.hArnaldo Carvalho de Melo
2017-04-20perf tools: Add signal.h to places using its definitionsArnaldo Carvalho de Melo
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo
2017-04-19perf tools: Ditch unused PATH_SEP, STRIP_EXTENSIONArnaldo Carvalho de Melo
2017-04-19perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo
2017-04-04perf tools: Remove die() callArnaldo Carvalho de Melo
2017-03-28perf tools: Remove support for command aliasesArnaldo Carvalho de Melo
2017-03-27perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo
2017-01-27perf tools: Propagate perf_config() errorsArnaldo Carvalho de Melo
2017-01-26perf ftrace: Introduce new 'ftrace' toolNamhyung Kim
2017-01-17perf tools: Move two variables usied in libperf from perf.cSoramichi AKIYAMA
2017-01-11perf kallsyms: Introduce tool to look for extended symbol information on the ...Arnaldo Carvalho de Melo
2016-10-19perf c2c: Add c2c commandJiri Olsa
2016-07-15perf tools: Just pr_debug() about not being able to read cacheline_sizeArnaldo Carvalho de Melo
2016-07-12perf tools: Fallback to reading sysfs to get cacheline sizeArnaldo Carvalho de Melo
2016-07-12tools: Introduce str_error_r()Arnaldo Carvalho de Melo
2016-06-23perf config: Introduce new init() and exit()Taeung Song
2016-06-23perf config: Move config declarations from util/cache.h to util/config.hTaeung Song
2016-06-21perf tools: Remove --perf-dir and --work-dirArnaldo Carvalho de Melo
2016-05-16perf tools: Separate accounting of contexts and real addresses in a stack traceperf-core-for-mingo-20160516Arnaldo Carvalho de Melo
2016-05-10perf tools: Make alias handler to check return value of strbufMasami Hiramatsu
2016-04-27perf tools: Set the maximum allowed stack from /proc/sys/kernel/perf_event_ma...perf-core-for-mingo-20160427Arnaldo Carvalho de Melo
2016-03-30perf config: Remove duplicated set_buildid_dir callsTaeung Song
2016-02-26perf config: Bring perf_default_config to the very beginning at main()Wang Nan
2016-02-25perf tools: Use asprintf() for simple string formatting/allocationArnaldo Carvalho de Melo
2016-02-16perf tools: Initialize libapi debug outputJiri Olsa
2016-01-08perf report: Show random usage tip on the help lineNamhyung Kim
2015-12-17perf subcmd: Create subcmd libraryJosh Poimboeuf
2015-12-16perf tools: Remove 'perf' from subcmd function and variable namesJosh Poimboeuf
2015-12-16perf tools: Provide subcmd configuration at runtimeJosh Poimboeuf
2015-12-09perf tools: Save cmdline arguments earlierJosh Poimboeuf
2015-11-23perf tools: Add 'perf config' commandTaeung Song
2015-10-28perf tools: Enable passing bpf object file to --eventWang Nan
2015-10-05perf tools: Handle -h and -v optionsJiri Olsa
2015-09-14perf env: Introduce read_cpu_topology_map() methodArnaldo Carvalho de Melo
2015-09-04tools lib api fs: Move tracing_path interface into api/fs/tracing_path.cJiri Olsa
2015-09-02perf tools: Move tracing_path stuff under same namespaceJiri Olsa
2015-09-02perf tools: Remove mountpoint arg from perf_debugfs_mountJiri Olsa
2015-08-28perf tools: Do not change lib/api/fs/debugfs directlyJiri Olsa
2015-02-27perf tools: Fix the bash completion problem of 'perf --*'Yunlong Song
2015-02-27perf list: Avoid confusion of perf output and the next command promptYunlong Song
2015-02-25perf tools: Add new 'perf data' commandJiri Olsa
2014-12-09perf tools: Add --buildid-dir option to set cache directoryJiri Olsa
2014-08-15perf: Use strerror_r instead of strerrorMasami Hiramatsu
2014-07-28perf tools: Fix perf usage string leftoverJiri Olsa
2014-07-17perf tools: Add --debug optionto set debug variableJiri Olsa
2014-06-09perf tools: Add support to dynamically get cacheline sizeDon Zickus
2014-06-03perf trace: Warn the user when not availableArnaldo Carvalho de Melo