aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-top.c
AgeCommit message (Expand)Author
2019-07-31perf top: Fix potential NULL pointer dereference detected by the smatch toolLeo Yan
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 251Thomas Gleixner
2019-04-16perf top: Always sample time to satisfy needs of use of ordered queuingJiri Olsa
2019-03-21perf tools: Save bpf_prog_info and BTF of new BPF programsSong Liu
2019-03-21perf evlist: Introduce side band threadSong Liu
2019-03-19perf top: Add option --no-bpf-eventSong Liu
2019-03-19perf bpf: Make synthesize_bpf_events() receive perf_session pointer instead o...Song Liu
2019-03-19perf top: Fix error handling in cmd_top()Changbin Du
2019-03-19perf top: Delete the evlist before perf_session, fixing heap-use-after-free i...Changbin Du
2019-02-06perf pmu: Remove set_drv_config APIMathieu Poirier
2019-02-06pref tools: Add missing map.h includesArnaldo Carvalho de Melo
2019-01-25perf hist: Use cached rbtreesDavidlohr Bueso
2019-01-21perf top: Synthesize BPF events for pre-existing loaded BPF programsArnaldo Carvalho de Melo
2019-01-08perf top: Lift restriction on using callchains without "sym" in --sortArnaldo Carvalho de Melo
2018-12-17perf top: Move perf_top__reset_sample_counters() to after counts displayJiri Olsa
2018-12-17perf top: Display slow reader warning when droping samplesJiri Olsa
2018-12-17perf top: Save and display the drop count statsJiri Olsa
2018-12-17perf top: Drop samples which are behind the refresh rateJiri Olsa
2018-12-17perf top: Set the 'session_done' volatile variable when exitingJiri Olsa
2018-12-17perf top: Use cond variable instead of a lockJiri Olsa
2018-12-17perf top: Add processing threadJiri Olsa
2018-12-17perf top: Move lost events warning to helplineJiri Olsa
2018-12-17perf top: Save and display the lost count statsJiri Olsa
2018-12-17perf tools: Allow specifying proc-map-timeout in config fileMark Drayton
2018-12-17perf tools: Fix diverse comment typosIngo Molnar
2018-12-17perf top: Allow passing a kallsyms fileArnaldo Carvalho de Melo
2018-11-05perf top: Display the LBR stats in callchain entryJin Yao
2018-10-31perf top: Start display thread earlierDavid Miller
2018-10-31perf top: Do not use overwrite mode by defaultArnaldo Carvalho de Melo
2018-10-30perf top: Allow disabling the overwrite modeArnaldo Carvalho de Melo
2018-07-24perf hists: Clarify callchain disabling when availableArnaldo Carvalho de Melo
2018-06-04perf annotate: Move objdump_path to struct annotation_optionsArnaldo Carvalho de Melo
2018-06-04perf hists browser: Pass annotation_options from tool to browserArnaldo Carvalho de Melo
2018-06-04perf annotate: Move disassembler_style global to annotation_optionsArnaldo Carvalho de Melo
2018-06-04perf annotate: Adopt anotation options from symbol_confArnaldo Carvalho de Melo
2018-06-04perf annotate: Pass annotation_options to symbol__annotate()Arnaldo Carvalho de Melo
2018-06-04perf annotate stdio: Use annotation_options consistentlyArnaldo Carvalho de Melo
2018-06-04perf tools: Ditch the symbol_conf.nr_events globalArnaldo Carvalho de Melo
2018-06-04perf annotate: Replace symbol__alloc_hists() with symbol__hists()Arnaldo Carvalho de Melo
2018-06-04perf annotate: Pass perf_evsel instead of just evsel->idxArnaldo Carvalho de Melo
2018-05-17perf tools: No need to unconditionally read the max_stack sysctlsArnaldo Carvalho de Melo
2018-04-26perf map: Introduce map__has_symbols()Arnaldo Carvalho de Melo
2018-04-26perf dso: Add dso__has_symbols() methodArnaldo Carvalho de Melo
2018-04-26perf top: Use __map__is_kernel()Arnaldo Carvalho de Melo
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