summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-top.c
AgeCommit message (Expand)Author
2018-03-21perf annotate: Move the default annotate options to the libraryArnaldo Carvalho de Melo
2018-03-16perf top: Fix top.call-graph config option readingYisheng Xie
2018-03-08perf mmap: Simplify perf_mmap__read_init()Kan Liang
2018-03-08perf mmap: Simplify perf_mmap__read_event()Kan Liang
2018-03-08perf mmap: Simplify perf_mmap__consume()Kan Liang
2018-03-05perf top: Allow asking for the maximum allowed sample rateArnaldo Carvalho de Melo
2018-02-26perf top: Fix annoying fallback message on older kernelsKan Liang
2018-02-15perf top: Check the latency of perf_top__mmap_read()Kan Liang
2018-02-15perf top: Switch default mode to overwrite modeKan Liang
2018-02-15perf top: Remove lost events checkingKan Liang
2018-02-15perf hists browser: Add parameter to disable lost event warningKan Liang
2018-02-15perf top: Add overwrite fall backKan Liang
2018-02-15perf top: Check per-event overwrite termKan Liang
2017-12-27perf annotate: Get the cpuid from evsel->evlist->env in symbol__annotate()Arnaldo Carvalho de Melo
2017-12-05perf evlist: Remove 'overwrite' parameter from perf_evlist__mmapWang Nan
2017-11-17perf top: Fix crash when annotating symbolJiri Olsa
2017-11-17perf top: Use signal interface for SIGWINCH handlerJiri Olsa
2017-11-17perf top: Fix window dimensions change handlingJiri Olsa
2017-11-16perf top: Ignore kptr_restrict when not sampling the kernelArnaldo Carvalho de Melo
2017-11-16perf top: Remove a duplicate wordSihyeon Jang
2017-11-16perf annotate: Remove disasm__calc_percent() from disasm_line__print()Jiri Olsa
2017-11-13perf annotate: Add symbol__annotate functionJiri Olsa
2017-10-03perf top: Add option to set the number of thread for event synthesizeKan Liang
2017-10-03perf top: Implement multithreading for perf_event__synthesize_threadsKan Liang
2017-07-25perf top: Support lookup of symbols in other mount namespaces.Krister Johansen
2017-07-21perf hists: Pass perf_sample to __symbol__inc_addr_samples()Taeung Song
2017-07-18perf annotate: Check for fused instructionsJin Yao
2017-06-27perf tools: Replace error() with pr_err()Arnaldo Carvalho de Melo
2017-06-19perf annotate: Return arch from symbol__disassemble() and save it in browserJin Yao
2017-04-25perf tools: Move event prototypes from util.h to event.hArnaldo Carvalho de Melo
2017-04-20perf tools: Add signal.h to places using its definitionsArnaldo Carvalho de Melo
2017-04-19perf tools: Don't include terminal handling headers in util.hArnaldo Carvalho de Melo
2017-04-19perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo
2017-03-27perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo
2017-02-20perf utils: Check verbose flag properlyNamhyung Kim
2017-02-13perf evsel: Inform how to make a sysctl setting permanentArnaldo Carvalho de Melo
2017-02-08perf top: Use __fallthroughArnaldo Carvalho de Melo
2017-01-27perf tools: Propagate perf_config() errorsArnaldo Carvalho de Melo
2016-11-17perf annotate: Start supporting cross arch annotationArnaldo Carvalho de Melo
2016-09-22perf tools: Add PMU configuration to toolsMathieu Poirier
2016-09-05perf top: Remove old kernel-only symbol filterArnaldo Carvalho de Melo
2016-09-05perf symbols: Mark if a symbol is idle in the libraryArnaldo Carvalho de Melo
2016-08-30perf symbols: Rename ->ignore to ->idleArnaldo Carvalho de Melo
2016-08-30perf annotate: Initialize the priv are in symbol__new()Arnaldo Carvalho de Melo
2016-08-23perf top: Use MSEC_PER_SECArnaldo Carvalho de Melo
2016-08-01perf annotate: Introduce strerror for handling symbol__disassemble() errorsArnaldo Carvalho de Melo
2016-08-01perf annotate: Rename symbol__annotate() to symbol__disassemble()Arnaldo Carvalho de Melo
2016-07-12tools: Introduce str_error_r()Arnaldo Carvalho de Melo
2016-06-23perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo
2016-06-23perf config: Move config declarations from util/cache.h to util/config.hTaeung Song