aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-top.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-05perf top: Display the LBR stats in callchain entryJin Yao1-0/+3
2018-10-31perf top: Start display thread earlierDavid Miller1-5/+5
2018-10-31perf top: Do not use overwrite mode by defaultArnaldo Carvalho de Melo1-2/+9
2018-10-30perf top: Allow disabling the overwrite modeArnaldo Carvalho de Melo1-0/+2
2018-07-24perf hists: Clarify callchain disabling when availableArnaldo Carvalho de Melo1-1/+1
2018-06-04perf annotate: Move objdump_path to struct annotation_optionsArnaldo Carvalho de Melo1-3/+4
2018-06-04perf hists browser: Pass annotation_options from tool to browserArnaldo Carvalho de Melo1-1/+2
2018-06-04perf annotate: Move disassembler_style global to annotation_optionsArnaldo Carvalho de Melo1-1/+1
2018-06-04perf annotate: Adopt anotation options from symbol_confArnaldo Carvalho de Melo1-2/+2
2018-06-04perf annotate: Pass annotation_options to symbol__annotate()Arnaldo Carvalho de Melo1-1/+1
2018-06-04perf annotate stdio: Use annotation_options consistentlyArnaldo Carvalho de Melo1-6/+8
2018-06-04perf tools: Ditch the symbol_conf.nr_events globalArnaldo Carvalho de Melo1-2/+0
2018-06-04perf annotate: Replace symbol__alloc_hists() with symbol__hists()Arnaldo Carvalho de Melo1-7/+1
2018-06-04perf annotate: Pass perf_evsel instead of just evsel->idxArnaldo Carvalho de Melo1-3/+3
2018-05-17perf tools: No need to unconditionally read the max_stack sysctlsArnaldo Carvalho de Melo1-1/+1
2018-04-26perf map: Introduce map__has_symbols()Arnaldo Carvalho de Melo1-3/+2
2018-04-26perf dso: Add dso__has_symbols() methodArnaldo Carvalho de Melo1-2/+2
2018-04-26perf top: Use __map__is_kernel()Arnaldo Carvalho de Melo1-2/+2
2018-03-21perf annotate: Move the default annotate options to the libraryArnaldo Carvalho de Melo1-0/+2
2018-03-16perf top: Fix top.call-graph config option readingYisheng Xie1-2/+4
2018-03-08perf mmap: Simplify perf_mmap__read_init()Kan Liang1-2/+1
2018-03-08perf mmap: Simplify perf_mmap__read_event()Kan Liang1-1/+1
2018-03-08perf mmap: Simplify perf_mmap__consume()Kan Liang1-1/+1
2018-03-05perf top: Allow asking for the maximum allowed sample rateArnaldo Carvalho de Melo1-1/+3
2018-02-26perf top: Fix annoying fallback message on older kernelsKan Liang1-1/+1
2018-02-15perf top: Check the latency of perf_top__mmap_read()Kan Liang1-0/+9
2018-02-15perf top: Switch default mode to overwrite modeKan Liang1-9/+25
2018-02-15perf top: Remove lost events checkingKan Liang1-3/+5
2018-02-15perf hists browser: Add parameter to disable lost event warningKan Liang1-1/+1
2018-02-15perf top: Add overwrite fall backKan Liang1-0/+36
2018-02-15perf top: Check per-event overwrite termKan Liang1-0/+73
2017-12-27perf annotate: Get the cpuid from evsel->evlist->env in symbol__annotate()Arnaldo Carvalho de Melo1-1/+1
2017-12-05perf evlist: Remove 'overwrite' parameter from perf_evlist__mmapWang Nan1-1/+1
2017-11-17perf top: Fix crash when annotating symbolJiri Olsa1-1/+2
2017-11-17perf top: Use signal interface for SIGWINCH handlerJiri Olsa1-12/+3
2017-11-17perf top: Fix window dimensions change handlingJiri Olsa1-3/+12
2017-11-16perf top: Ignore kptr_restrict when not sampling the kernelArnaldo Carvalho de Melo1-3/+5
2017-11-16perf top: Remove a duplicate wordSihyeon Jang1-1/+1
2017-11-16perf annotate: Remove disasm__calc_percent() from disasm_line__print()Jiri Olsa1-0/+3
2017-11-13perf annotate: Add symbol__annotate functionJiri Olsa1-1/+1
2017-10-03perf top: Add option to set the number of thread for event synthesizeKan Liang1-3/+8
2017-10-03perf top: Implement multithreading for perf_event__synthesize_threadsKan Liang1-1/+7
2017-07-25perf top: Support lookup of symbols in other mount namespaces.Krister Johansen1-0/+15
2017-07-21perf hists: Pass perf_sample to __symbol__inc_addr_samples()Taeung Song1-2/+3
2017-07-18perf annotate: Check for fused instructionsJin Yao1-1/+1
2017-06-27perf tools: Replace error() with pr_err()Arnaldo Carvalho de Melo1-1/+1
2017-06-19perf annotate: Return arch from symbol__disassemble() and save it in browserJin Yao1-1/+1
2017-04-25perf tools: Move event prototypes from util.h to event.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: Don't include terminal handling headers in util.hArnaldo Carvalho de Melo1-0/+1