aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-top.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-25tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo1-1/+1
2019-06-25perf string: Move 'dots' and 'graph_dotted_line' out of sane_ctype.hArnaldo Carvalho de Melo1-0/+1
2019-06-17Merge branch 'x86/cpu' into perf/core, to pick up dependent changesIngo Molnar1-2/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 251Thomas Gleixner1-2/+1
2019-05-28perf top: Lower message level for failure on synthesizing events for pre-existing BPF programsArnaldo Carvalho de Melo1-1/+1
2019-05-28perf top: Add --namespaces optionNamhyung Kim1-0/+5
2019-04-16perf top: Always sample time to satisfy needs of use of ordered queuingJiri Olsa1-0/+1
2019-03-21perf tools: Save bpf_prog_info and BTF of new BPF programsSong Liu1-0/+3
2019-03-21perf evlist: Introduce side band threadSong Liu1-0/+9
2019-03-19perf top: Add option --no-bpf-eventSong Liu1-0/+1
2019-03-19perf bpf: Make synthesize_bpf_events() receive perf_session pointer instead of perf_toolSong Liu1-1/+1
2019-03-19perf top: Fix error handling in cmd_top()Changbin Du1-2/+3
2019-03-19perf top: Delete the evlist before perf_session, fixing heap-use-after-free issueChangbin Du1-23/+19
2019-02-06perf pmu: Remove set_drv_config APIMathieu Poirier1-13/+0
2019-02-06pref tools: Add missing map.h includesArnaldo Carvalho de Melo1-0/+1
2019-01-25perf hist: Use cached rbtreesDavidlohr Bueso1-1/+1
2019-01-21perf top: Synthesize BPF events for pre-existing loaded BPF programsArnaldo Carvalho de Melo1-0/+7
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