summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-top.c
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Move event synthesizing routines to separate headerArnaldo Carvalho de Melo2019-09-201-0/+1
* perf tools: Remove needless thread_map.h include directivesArnaldo Carvalho de Melo2019-08-311-1/+0
* perf tools: Remove needless thread.h include directivesArnaldo Carvalho de Melo2019-08-311-1/+0
* perf tools: Remove needless sort.h include directivesArnaldo Carvalho de Melo2019-08-311-0/+1
* perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo2019-08-311-0/+1
* perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo2019-08-311-0/+1
* perf top: Fix event group with more than two eventsNamhyung Kim2019-08-281-0/+6
* perf top: Decay all events in the evlistNamhyung Kim2019-08-281-25/+13
* perf evlist: Remove needless util.h from evlist.hArnaldo Carvalho de Melo2019-08-281-0/+1
* perf tools: Warn that perf_event_paranoid can restrict kernel symbolsIgor Lubashev2019-08-281-1/+1
* perf top: Add --switch-on/--switch-off eventsArnaldo Carvalho de Melo2019-08-151-1/+9
* perf top: Collapse and resort all evsels in a groupArnaldo Carvalho de Melo2019-08-121-4/+26
* perf top: Set display thread COMM to help with debuggingArnaldo Carvalho de Melo2019-08-121-0/+4
* libperf: Adopt xyarray class from perfJiri Olsa2019-07-291-1/+0
* libperf: Add threads to struct perf_evlistJiri Olsa2019-07-291-2/+2
* libperf: Add cpus to struct perf_evlistJiri Olsa2019-07-291-1/+1
* libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa2019-07-291-1/+1
* libperf: Add nr_entries to struct perf_evlistJiri Olsa2019-07-291-6/+6
* perf evlist: Rename perf_evlist__enable() to evlist__enable()Jiri Olsa2019-07-291-1/+1
* perf evsel: Rename perf_evsel__open() to evsel__open()Jiri Olsa2019-07-291-1/+1
* perf evlist: Rename perf_evlist__delete() to evlist__delete()Jiri Olsa2019-07-291-1/+1
* perf evlist: Rename perf_evlist__new() to evlist__new()Jiri Olsa2019-07-291-1/+1
* perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa2019-07-291-7/+7
* perf evsel: Rename struct perf_evsel to struct evselJiri Olsa2019-07-291-15/+15
* 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-251-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/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 251Thomas Gleixner2019-06-051-2/+1
* | 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/+19
* perf pmu: Remove set_drv_config APIMathieu Poirier2019-02-061-13/+0
* 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/+1
* perf top: Move perf_top__reset_sample_counters() to after counts displayJiri Olsa2018-12-171-4/+0
* 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