summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-top.c
Commit message (Expand)AuthorAgeFilesLines
* perf top: Fix potential NULL pointer dereference detected by the smatch toolLeo Yan2019-07-091-2/+6
* tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo2019-06-261-1/+1
* perf string: Move 'dots' and 'graph_dotted_line' out of sane_ctype.hArnaldo Carvalho de Melo2019-06-251-0/+1
* Merge branch 'x86/cpu' into perf/core, to pick up dependent changesIngo Molnar2019-06-171-2/+1Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 251Thomas Gleixner2019-06-051-2/+1Star
* | perf top: Lower message level for failure on synthesizing events for pre-exis...Arnaldo Carvalho de Melo2019-05-281-1/+1
* | perf top: Add --namespaces optionNamhyung Kim2019-05-281-0/+5
|/
* perf top: Always sample time to satisfy needs of use of ordered queuingJiri Olsa2019-04-161-0/+1
* perf tools: Save bpf_prog_info and BTF of new BPF programsSong Liu2019-03-211-0/+3
* perf evlist: Introduce side band threadSong Liu2019-03-211-0/+9
* perf top: Add option --no-bpf-eventSong Liu2019-03-191-0/+1
* perf bpf: Make synthesize_bpf_events() receive perf_session pointer instead o...Song Liu2019-03-191-1/+1
* perf top: Fix error handling in cmd_top()Changbin Du2019-03-191-2/+3
* perf top: Delete the evlist before perf_session, fixing heap-use-after-free i...Changbin Du2019-03-191-23/+19Star
* perf pmu: Remove set_drv_config APIMathieu Poirier2019-02-061-13/+0Star
* pref tools: Add missing map.h includesArnaldo Carvalho de Melo2019-02-061-0/+1
* perf hist: Use cached rbtreesDavidlohr Bueso2019-01-251-1/+1
* perf top: Synthesize BPF events for pre-existing loaded BPF programsArnaldo Carvalho de Melo2019-01-211-0/+7
* perf top: Lift restriction on using callchains without "sym" in --sortArnaldo Carvalho de Melo2019-01-081-6/+1Star
* perf top: Move perf_top__reset_sample_counters() to after counts displayJiri Olsa2018-12-171-4/+0Star
* perf top: Display slow reader warning when droping samplesJiri Olsa2018-12-171-1/+1
* perf top: Save and display the drop count statsJiri Olsa2018-12-171-1/+4
* perf top: Drop samples which are behind the refresh rateJiri Olsa2018-12-171-3/+22
* perf top: Set the 'session_done' volatile variable when exitingJiri Olsa2018-12-171-3/+9
* perf top: Use cond variable instead of a lockJiri Olsa2018-12-171-7/+17
* perf top: Add processing threadJiri Olsa2018-12-171-61/+141
* perf top: Move lost events warning to helplineJiri Olsa2018-12-171-11/+5Star
* perf top: Save and display the lost count statsJiri Olsa2018-12-171-0/+27
* perf tools: Allow specifying proc-map-timeout in config fileMark Drayton2018-12-171-3/+1Star
* perf tools: Fix diverse comment typosIngo Molnar2018-12-171-1/+1
* perf top: Allow passing a kallsyms fileArnaldo Carvalho de Melo2018-12-171-0/+2
* perf top: Display the LBR stats in callchain entryJin Yao2018-11-051-0/+3
* perf top: Start display thread earlierDavid Miller2018-10-311-5/+5
* perf top: Do not use overwrite mode by defaultArnaldo Carvalho de Melo2018-10-311-2/+9
* perf top: Allow disabling the overwrite modeArnaldo Carvalho de Melo2018-10-301-0/+2
* perf hists: Clarify callchain disabling when availableArnaldo Carvalho de Melo2018-07-241-1/+1
* perf annotate: Move objdump_path to struct annotation_optionsArnaldo Carvalho de Melo2018-06-041-3/+4
* perf hists browser: Pass annotation_options from tool to browserArnaldo Carvalho de Melo2018-06-041-1/+2
* perf annotate: Move disassembler_style global to annotation_optionsArnaldo Carvalho de Melo2018-06-041-1/+1
* perf annotate: Adopt anotation options from symbol_confArnaldo Carvalho de Melo2018-06-041-2/+2
* perf annotate: Pass annotation_options to symbol__annotate()Arnaldo Carvalho de Melo2018-06-041-1/+1
* perf annotate stdio: Use annotation_options consistentlyArnaldo Carvalho de Melo2018-06-041-6/+8
* perf tools: Ditch the symbol_conf.nr_events globalArnaldo Carvalho de Melo2018-06-041-2/+0Star
* perf annotate: Replace symbol__alloc_hists() with symbol__hists()Arnaldo Carvalho de Melo2018-06-041-7/+1Star
* perf annotate: Pass perf_evsel instead of just evsel->idxArnaldo Carvalho de Melo2018-06-041-3/+3
* perf tools: No need to unconditionally read the max_stack sysctlsArnaldo Carvalho de Melo2018-05-171-1/+1
* perf map: Introduce map__has_symbols()Arnaldo Carvalho de Melo2018-04-261-3/+2Star
* perf dso: Add dso__has_symbols() methodArnaldo Carvalho de Melo2018-04-261-2/+2
* perf top: Use __map__is_kernel()Arnaldo Carvalho de Melo2018-04-261-2/+2
* perf annotate: Move the default annotate options to the libraryArnaldo Carvalho de Melo2018-03-211-0/+2