summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-top.c
Commit message (Expand)AuthorAge
* perf tools: Warn that perf_event_paranoid can restrict kernel symbolsIgor Lubashev2019-08-28
* perf top: Add --switch-on/--switch-off eventsArnaldo Carvalho de Melo2019-08-15
* perf top: Collapse and resort all evsels in a groupArnaldo Carvalho de Melo2019-08-12
* perf top: Set display thread COMM to help with debuggingArnaldo Carvalho de Melo2019-08-12
* libperf: Adopt xyarray class from perfJiri Olsa2019-07-29
* libperf: Add threads to struct perf_evlistJiri Olsa2019-07-29
* libperf: Add cpus to struct perf_evlistJiri Olsa2019-07-29
* libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa2019-07-29
* libperf: Add nr_entries to struct perf_evlistJiri Olsa2019-07-29
* perf evlist: Rename perf_evlist__enable() to evlist__enable()Jiri Olsa2019-07-29
* perf evsel: Rename perf_evsel__open() to evsel__open()Jiri Olsa2019-07-29
* perf evlist: Rename perf_evlist__delete() to evlist__delete()Jiri Olsa2019-07-29
* perf evlist: Rename perf_evlist__new() to evlist__new()Jiri Olsa2019-07-29
* perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa2019-07-29
* perf evsel: Rename struct perf_evsel to struct evselJiri Olsa2019-07-29
* perf top: Fix potential NULL pointer dereference detected by the smatch toolLeo Yan2019-07-09
* tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo2019-06-25
* perf string: Move 'dots' and 'graph_dotted_line' out of sane_ctype.hArnaldo Carvalho de Melo2019-06-25
* Merge branch 'x86/cpu' into perf/core, to pick up dependent changesIngo Molnar2019-06-17
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 251Thomas Gleixner2019-06-05
* | perf top: Lower message level for failure on synthesizing events for pre-exis...Arnaldo Carvalho de Melo2019-05-28
* | perf top: Add --namespaces optionNamhyung Kim2019-05-28
|/
* perf top: Always sample time to satisfy needs of use of ordered queuingJiri Olsa2019-04-16
* perf tools: Save bpf_prog_info and BTF of new BPF programsSong Liu2019-03-21
* perf evlist: Introduce side band threadSong Liu2019-03-21
* perf top: Add option --no-bpf-eventSong Liu2019-03-19
* perf bpf: Make synthesize_bpf_events() receive perf_session pointer instead o...Song Liu2019-03-19
* perf top: Fix error handling in cmd_top()Changbin Du2019-03-19
* perf top: Delete the evlist before perf_session, fixing heap-use-after-free i...Changbin Du2019-03-19
* perf pmu: Remove set_drv_config APIMathieu Poirier2019-02-06
* pref tools: Add missing map.h includesArnaldo Carvalho de Melo2019-02-06
* perf hist: Use cached rbtreesDavidlohr Bueso2019-01-25
* perf top: Synthesize BPF events for pre-existing loaded BPF programsArnaldo Carvalho de Melo2019-01-21
* perf top: Lift restriction on using callchains without "sym" in --sortArnaldo Carvalho de Melo2019-01-08
* perf top: Move perf_top__reset_sample_counters() to after counts displayJiri Olsa2018-12-17
* perf top: Display slow reader warning when droping samplesJiri Olsa2018-12-17
* perf top: Save and display the drop count statsJiri Olsa2018-12-17
* perf top: Drop samples which are behind the refresh rateJiri Olsa2018-12-17
* perf top: Set the 'session_done' volatile variable when exitingJiri Olsa2018-12-17
* perf top: Use cond variable instead of a lockJiri Olsa2018-12-17
* perf top: Add processing threadJiri Olsa2018-12-17
* perf top: Move lost events warning to helplineJiri Olsa2018-12-17
* perf top: Save and display the lost count statsJiri Olsa2018-12-17
* perf tools: Allow specifying proc-map-timeout in config fileMark Drayton2018-12-17
* perf tools: Fix diverse comment typosIngo Molnar2018-12-17
* perf top: Allow passing a kallsyms fileArnaldo Carvalho de Melo2018-12-17
* perf top: Display the LBR stats in callchain entryJin Yao2018-11-05
* perf top: Start display thread earlierDavid Miller2018-10-31
* perf top: Do not use overwrite mode by defaultArnaldo Carvalho de Melo2018-10-31
* perf top: Allow disabling the overwrite modeArnaldo Carvalho de Melo2018-10-30