aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-top.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-08perf top: Lift restriction on using callchains without "sym" in --sortArnaldo Carvalho de Melo1-6/+1
2018-12-17perf top: Move perf_top__reset_sample_counters() to after counts displayJiri Olsa1-4/+0
2018-12-17perf top: Display slow reader warning when droping samplesJiri Olsa1-1/+1
2018-12-17perf top: Save and display the drop count statsJiri Olsa1-1/+4
2018-12-17perf top: Drop samples which are behind the refresh rateJiri Olsa1-3/+22
2018-12-17perf top: Set the 'session_done' volatile variable when exitingJiri Olsa1-3/+9
2018-12-17perf top: Use cond variable instead of a lockJiri Olsa1-7/+17
2018-12-17perf top: Add processing threadJiri Olsa1-61/+141
2018-12-17perf top: Move lost events warning to helplineJiri Olsa1-11/+5
2018-12-17perf top: Save and display the lost count statsJiri Olsa1-0/+27
2018-12-17perf tools: Allow specifying proc-map-timeout in config fileMark Drayton1-3/+1
2018-12-17perf tools: Fix diverse comment typosIngo Molnar1-1/+1
2018-12-17perf top: Allow passing a kallsyms fileArnaldo Carvalho de Melo1-0/+2
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