| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-15 | perf top: Use evlist__new_default when no events specified | Ian Rogers | 1 | -3/+5 |
| 2025-07-25 | perf sort: Use perf_env to set arch sort keys and header | Ian Rogers | 1 | -11/+11 |
| 2025-07-25 | perf top: Make perf_env locally scoped | Ian Rogers | 1 | -13/+28 |
| 2025-07-25 | perf evlist: Change env variable to session | Ian Rogers | 1 | -1/+1 |
| 2025-07-25 | perf session: Add accessor for session->header.env | Ian Rogers | 1 | -2/+3 |
| 2025-06-26 | perf top: populate PMU capabilities data in perf_env | Thomas Falcon | 1 | -0/+8 |
| 2025-06-09 | perf top: Switch user option to use BPF filter | Ian Rogers | 1 | -10/+12 |
| 2025-05-14 | perf evlist: Make uniquifying counter names consistent | Ian Rogers | 1 | -1/+6 |
| 2025-04-25 | perf hist: Remove formats in hierarchy when cancel children | Namhyung Kim | 1 | -1/+1 |
| 2025-03-13 | perf annotate: Pass hist_entry to annotate functions | Namhyung Kim | 1 | -1/+1 |
| 2025-03-02 | perf tools: Skip BPF sideband event for userspace profiling | Namhyung Kim | 1 | -0/+3 |
| 2025-02-12 | perf sample: Make user_regs and intr_regs optional | Ian Rogers | 1 | -2/+6 |
| 2025-01-18 | perf annotate: Prefer passing evsel to evsel->core.idx | Ian Rogers | 1 | -2/+2 |
| 2025-01-08 | perf top: Don't complain about lack of vmlinux when not resolving some kernel... | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2024-08-19 | perf map: API clean up | Ian Rogers | 1 | -1/+1 |
| 2024-08-14 | perf annotate: Save branch counters for each block | Kan Liang | 1 | -2/+2 |
| 2024-08-12 | perf tool: Constify tool pointers | Ian Rogers | 1 | -1/+1 |
| 2024-08-01 | perf bpf-filter: Pass 'target' to perf_bpf_filter__prepare() | Namhyung Kim | 1 | -1/+1 |
| 2024-05-30 | perf top: Allow filters on events | Ian Rogers | 1 | -0/+9 |
| 2024-05-06 | perf dso: Add reference count checking and accessor functions | Ian Rogers | 1 | -2/+2 |
| 2024-02-12 | Merge branch 'perf-tools' into perf-tools-next | Namhyung Kim | 1 | -1/+1 |
| 2024-01-26 | perf top: Remove needless malloc(0) call that triggers -Walloc-size | Sun Haiyong | 1 | -1/+1 |
| 2024-01-25 | perf tools: Add -H short option for --hierarchy | Namhyung Kim | 1 | -1/+1 |
| 2023-12-14 | perf top: Uniform the event name for the hybrid machine | Kan Liang | 1 | -0/+1 |
| 2023-12-14 | perf top: Use evsel's cpus to replace user_requested_cpus | Kan Liang | 1 | -2/+2 |
| 2023-12-07 | perf annotate: Ensure init/exit for global options | Namhyung Kim | 1 | -4/+4 |
| 2023-12-07 | perf ui/browser/annotate: Use global annotation_options | Namhyung Kim | 1 | -2/+1 |
| 2023-12-07 | perf annotate: Use global annotation_options | Namhyung Kim | 1 | -2/+2 |
| 2023-12-07 | perf top: Convert to the global annotation_options | Namhyung Kim | 1 | -22/+22 |
| 2023-12-06 | perf evsel: Fallback to "task-clock" when not system wide | Ian Rogers | 1 | -1/+1 |
| 2023-08-17 | perf top: Don't pass an ERR_PTR() directly to perf_session__delete() | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2023-06-20 | perf annotation: Switch lock from a mutex to a sharded_mutex | Ian Rogers | 1 | -7/+7 |
| 2023-06-12 | perf top: Add exit routine for main thread | Ian Rogers | 1 | -1/+10 |
| 2023-06-12 | perf addr_location: Add init/exit/copy functions | Ian Rogers | 1 | -2/+4 |
| 2023-06-12 | perf thread: Add accessor functions for thread | Ian Rogers | 1 | -1/+1 |
| 2023-05-27 | perf evlist: Remove __evlist__add_default | Ian Rogers | 1 | -4/+6 |
| 2023-05-15 | perf parse-events: Add pmu filter | Ian Rogers | 1 | -1/+4 |
| 2023-04-19 | perf map: Add set_ methods for map->{start,end,pgoff,pgoff,reloc,erange_warne... | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2023-04-12 | perf top: Expand the range of multithreaded phase | Hangliang Lai | 1 | -2/+2 |
| 2023-04-06 | tools: Rename __fallthrough to fallthrough | Liam Howlett | 1 | -1/+1 |
| 2023-04-04 | perf map: Add accessor for start and end | Ian Rogers | 1 | -1/+1 |
| 2023-04-04 | perf map: Add accessor for dso | Ian Rogers | 1 | -4/+7 |
| 2023-04-04 | perf top: Add --branch-history option | Adrian Hunter | 1 | -0/+17 |
| 2023-04-04 | perf symbol: Add command line support for addr2line path | Ian Rogers | 1 | -2/+8 |
| 2023-04-04 | perf annotate: Own objdump_path and disassembler_style strings | Ian Rogers | 1 | -2/+15 |
| 2023-04-04 | perf annotate: Add init/exit to annotation_options remove default | Ian Rogers | 1 | -1/+3 |
| 2022-12-14 | perf evlist: Remove group option. | Ian Rogers | 1 | -2/+0 |
| 2022-11-03 | perf top: Use sig_atomic_t to avoid undefined behaviour in a signal handler | Ian Rogers | 1 | -2/+2 |
| 2022-10-04 | perf top: Fix error code in cmd_top() | Shang XiaoJing | 1 | -0/+3 |
| 2022-10-04 | perf top: Fixes for thread safety analysis | Ian Rogers | 1 | -2/+3 |
| 2022-10-04 | perf top: Update use of pthread mutex | Ian Rogers | 1 | -9/+9 |
| 2022-10-04 | perf annotate: Update use of pthread mutex | Ian Rogers | 1 | -7/+7 |
| 2022-10-04 | perf hist: Update use of pthread mutex | Ian Rogers | 1 | -4/+4 |
| 2022-04-01 | perf evlist: Rename cpus to user_requested_cpus | Ian Rogers | 1 | -1/+1 |
| 2022-02-16 | perf top: Remove redundant 'err' variable | tangmeng | 1 | -3/+1 |
| 2022-02-15 | perf tui: Only support --tui with slang | Ian Rogers | 1 | -0/+4 |
| 2022-02-10 | perf report: Output data file name in raw trace dump | Alexey Bayduraev | 1 | -1/+1 |
| 2021-11-07 | perf tools: Check vmlinux/kallsyms arguments in all tools | James Clark | 1 | -0/+4 |
| 2021-09-17 | perf tools: Allow controlling synthesizing PERF_RECORD_ metadata events durin... | Namhyung Kim | 1 | -1/+1 |
| 2021-08-02 | perf tools: Remove repipe argument from perf_session__new() | Namhyung Kim | 1 | -1/+1 |
| 2021-07-09 | libperf: Move 'leader' from tools/perf to perf_evsel::leader | Jiri Olsa | 1 | -1/+1 |
| 2021-07-09 | libperf: Move 'idx' from tools/perf to perf_evsel::idx | Jiri Olsa | 1 | -4/+4 |
| 2021-06-24 | perf top: Add cgroup support for perf top (-G) | Joshua Martinez | 1 | -0/+8 |
| 2021-04-29 | perf top: Use evlist->events_stat to count events | Namhyung Kim | 1 | -12/+8 |
| 2021-03-23 | perf tools: Fix various typos in comments | Ingo Molnar | 1 | -1/+1 |
| 2020-11-30 | perf evlist: Use the right prefix for 'struct evlist' mmap pages parsing method | Arnaldo Carvalho de Melo | 1 | -2/+1 |
| 2020-11-30 | perf evlist: Use the right prefix for 'struct evlist' event attribute config ... | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2020-11-30 | perf evlist: Use the right prefix for 'struct evlist' create maps methods | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2020-11-30 | perf evlist: Use the right prefix for 'struct evlist' browser methods | Arnaldo Carvalho de Melo | 1 | -6/+3 |
| 2020-11-30 | perf evlist: Use the right prefix for 'struct evlist' sample id lookup methods | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2020-11-30 | perf evlist: Use the right prefix for 'struct evlist' sample parsing methods | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2020-11-30 | perf evlist: Use the right prefix for 'struct evlist' sideband thread methods | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2020-11-30 | perf evlist: Use the right prefix for 'struct evlist' 'toggle' methods | Arnaldo Carvalho de Melo | 1 | -3/+3 |
| 2020-08-21 | perf top: Skip side-band event setup if HAVE_LIBBPF_SUPPORT is not set | Tiezhu Yang | 1 | -0/+2 |
| 2020-06-22 | perf evlist: Fix the class prefix for 'struct evlist' 'add' evsel methods | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2020-05-29 | perf tools: Add optional support for libpfm4 | Stephane Eranian | 1 | -0/+6 |
| 2020-05-28 | perf evsel: Rename *perf_evsel__get_config_term() & friends to evsel__env() | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2020-05-28 | perf evsel: Rename perf_evsel__resort*() to evsel__resort*() | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2020-05-05 | perf evsel: Rename perf_evsel__group_idx() to evsel__group_idx() | Arnaldo Carvalho de Melo | 1 | -2/+1 |
| 2020-05-05 | perf evsel: Rename perf_evsel__fallback() to evsel__fallback() | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2020-05-05 | perf evsel: Rename perf_evsel__is_*() to evsel__is*() | Arnaldo Carvalho de Melo | 1 | -2/+1 |
| 2020-05-05 | perf evsel: Rename *perf_evsel__*name() to *evsel__*name() | Arnaldo Carvalho de Melo | 1 | -4/+4 |
| 2020-05-05 | perf bpf: Decouple creating the evlist from adding the SB event | Arnaldo Carvalho de Melo | 1 | -2/+13 |
| 2020-05-05 | perf top: Move sb_evlist to 'struct perf_top' | Arnaldo Carvalho de Melo | 1 | -4/+3 |
| 2020-04-18 | perf top: Add option to enable the LBR stitching approach | Kan Liang | 1 | -0/+11 |
| 2020-04-03 | perf top: Support hotkey to change sort order | Jin Yao | 1 | -2/+9 |
| 2020-04-03 | perf top: Support --group-sort-idx to change the sort order | Jin Yao | 1 | -0/+4 |
| 2020-04-03 | perf top: Add --all-cgroups option | Namhyung Kim | 1 | -0/+15 |
| 2020-03-06 | perf top: Fix stdio interface input handling with glibc 2.28+ | Tommi Rantala | 1 | -1/+3 |
| 2020-02-27 | perf annotate: Remove privsize from symbol__annotate() args | Ravi Bangoria | 1 | -1/+1 |
| 2020-02-27 | perf annotate: Make perf config effective | Ravi Bangoria | 1 | -1/+1 |
| 2020-01-14 | perf tools: Support --prefix/--prefix-strip | Andi Kleen | 1 | -0/+7 |
| 2019-12-11 | perf top: Do not bail out when perf_env__read_cpuid() returns ENOSYS | Arnaldo Carvalho de Melo | 1 | -3/+7 |
| 2019-11-12 | perf annotate: Pass a 'map_symbol' in places receiving a pair of 'map' and 's... | Arnaldo Carvalho de Melo | 1 | -3/+3 |
| 2019-11-07 | perf hist: Count the total cycles of all samples | Jin Yao | 1 | -1/+2 |
| 2019-10-10 | libperf: Adopt perf_mmap__read_event() from tools/perf | Jiri Olsa | 1 | -1/+1 |
| 2019-10-10 | libperf: Adopt perf_mmap__read_done() from tools/perf | Jiri Olsa | 1 | -1/+1 |
| 2019-10-10 | libperf: Adopt perf_mmap__read_init() from tools/perf | Jiri Olsa | 1 | -1/+1 |
| 2019-10-10 | libperf: Adopt perf_mmap__consume() function from tools/perf | Jiri Olsa | 1 | -1/+2 |
| 2019-10-07 | perf top: Initialize perf_env->cpuid, needed by the per arch annotation init ... | Arnaldo Carvalho de Melo | 1 | -0/+11 |
| 2019-09-25 | perf evsel: Move config terms to a separate header | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-09-25 | libperf: Add perf_evlist__poll() function | Jiri Olsa | 1 | -2/+2 |
| 2019-09-25 | libperf: Add perf_evlist__first()/last() functions | Jiri Olsa | 1 | -5/+5 |
| 2019-09-25 | libperf: Move 'nr_mmaps' from 'struct evlist' to 'struct perf_evlist' | Jiri Olsa | 1 | -1/+1 |
| 2019-09-25 | perf evlist: Adopt backwards ring buffer state enum | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-09-25 | perf tools: Rename perf_evlist__mmap() to evlist__mmap() | Jiri Olsa | 1 | -1/+1 |
| 2019-09-25 | perf tools: Rename 'struct perf_mmap' to 'struct mmap' | Jiri Olsa | 1 | -1/+1 |
| 2019-09-20 | perf session: Return error code for perf_session__new() function on failure | Mamatha Inamdar | 1 | -2/+3 |
| 2019-09-20 | perf tools: Move event synthesizing routines to separate header | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-08-31 | perf tools: Remove needless thread_map.h include directives | Arnaldo Carvalho de Melo | 1 | -1/+0 |
| 2019-08-31 | perf tools: Remove needless thread.h include directives | Arnaldo Carvalho de Melo | 1 | -1/+0 |
| 2019-08-31 | perf tools: Remove needless sort.h include directives | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-08-31 | perf dsos: Move the dsos struct and its methods to separate source files | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-08-31 | perf debug: Remove needless include directives from debug.h | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-08-28 | perf top: Fix event group with more than two events | Namhyung Kim | 1 | -0/+6 |
| 2019-08-28 | perf top: Decay all events in the evlist | Namhyung Kim | 1 | -25/+13 |
| 2019-08-28 | perf evlist: Remove needless util.h from evlist.h | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-08-28 | perf tools: Warn that perf_event_paranoid can restrict kernel symbols | Igor Lubashev | 1 | -1/+1 |
| 2019-08-15 | perf top: Add --switch-on/--switch-off events | Arnaldo Carvalho de Melo | 1 | -1/+9 |
| 2019-08-12 | perf top: Collapse and resort all evsels in a group | Arnaldo Carvalho de Melo | 1 | -4/+26 |
| 2019-08-12 | perf top: Set display thread COMM to help with debugging | Arnaldo Carvalho de Melo | 1 | -0/+4 |
| 2019-07-29 | libperf: Adopt xyarray class from perf | Jiri Olsa | 1 | -1/+0 |
| 2019-07-29 | libperf: Add threads to struct perf_evlist | Jiri Olsa | 1 | -2/+2 |
| 2019-07-29 | libperf: Add cpus to struct perf_evlist | Jiri Olsa | 1 | -1/+1 |
| 2019-07-29 | libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel | Jiri Olsa | 1 | -1/+1 |
| 2019-07-29 | libperf: Add nr_entries to struct perf_evlist | Jiri Olsa | 1 | -6/+6 |
| 2019-07-29 | perf evlist: Rename perf_evlist__enable() to evlist__enable() | Jiri Olsa | 1 | -1/+1 |
| 2019-07-29 | perf evsel: Rename perf_evsel__open() to evsel__open() | Jiri Olsa | 1 | -1/+1 |
| 2019-07-29 | perf evlist: Rename perf_evlist__delete() to evlist__delete() | Jiri Olsa | 1 | -1/+1 |
| 2019-07-29 | perf evlist: Rename perf_evlist__new() to evlist__new() | Jiri Olsa | 1 | -1/+1 |
| 2019-07-29 | perf evlist: Rename struct perf_evlist to struct evlist | Jiri Olsa | 1 | -7/+7 |
| 2019-07-29 | perf evsel: Rename struct perf_evsel to struct evsel | Jiri Olsa | 1 | -15/+15 |
| 2019-07-09 | perf top: Fix potential NULL pointer dereference detected by the smatch tool | Leo Yan | 1 | -2/+6 |
| 2019-06-25 | tools perf: Move from sane_ctype.h obtained from git to the Linux's original | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-06-25 | perf string: Move 'dots' and 'graph_dotted_line' out of sane_ctype.h | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-06-17 | Merge branch 'x86/cpu' into perf/core, to pick up dependent changes | Ingo Molnar | 1 | -2/+1 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 251 | Thomas Gleixner | 1 | -2/+1 |
| 2019-05-28 | perf top: Lower message level for failure on synthesizing events for pre-exis... | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-05-28 | perf top: Add --namespaces option | Namhyung Kim | 1 | -0/+5 |
| 2019-04-16 | perf top: Always sample time to satisfy needs of use of ordered queuing | Jiri Olsa | 1 | -0/+1 |
| 2019-03-21 | perf tools: Save bpf_prog_info and BTF of new BPF programs | Song Liu | 1 | -0/+3 |
| 2019-03-21 | perf evlist: Introduce side band thread | Song Liu | 1 | -0/+9 |
| 2019-03-19 | perf top: Add option --no-bpf-event | Song Liu | 1 | -0/+1 |
| 2019-03-19 | perf bpf: Make synthesize_bpf_events() receive perf_session pointer instead o... | Song Liu | 1 | -1/+1 |
| 2019-03-19 | perf top: Fix error handling in cmd_top() | Changbin Du | 1 | -2/+3 |
| 2019-03-19 | perf top: Delete the evlist before perf_session, fixing heap-use-after-free i... | Changbin Du | 1 | -23/+19 |
| 2019-02-06 | perf pmu: Remove set_drv_config API | Mathieu Poirier | 1 | -13/+0 |
| 2019-02-06 | pref tools: Add missing map.h includes | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-01-25 | perf hist: Use cached rbtrees | Davidlohr Bueso | 1 | -1/+1 |
| 2019-01-21 | perf top: Synthesize BPF events for pre-existing loaded BPF programs | Arnaldo Carvalho de Melo | 1 | -0/+7 |
| 2019-01-08 | perf top: Lift restriction on using callchains without "sym" in --sort | Arnaldo Carvalho de Melo | 1 | -6/+1 |
| 2018-12-17 | perf top: Move perf_top__reset_sample_counters() to after counts display | Jiri Olsa | 1 | -4/+0 |
| 2018-12-17 | perf top: Display slow reader warning when droping samples | Jiri Olsa | 1 | -1/+1 |
| 2018-12-17 | perf top: Save and display the drop count stats | Jiri Olsa | 1 | -1/+4 |
| 2018-12-17 | perf top: Drop samples which are behind the refresh rate | Jiri Olsa | 1 | -3/+22 |
| 2018-12-17 | perf top: Set the 'session_done' volatile variable when exiting | Jiri Olsa | 1 | -3/+9 |
| 2018-12-17 | perf top: Use cond variable instead of a lock | Jiri Olsa | 1 | -7/+17 |
| 2018-12-17 | perf top: Add processing thread | Jiri Olsa | 1 | -61/+141 |
| 2018-12-17 | perf top: Move lost events warning to helpline | Jiri Olsa | 1 | -11/+5 |
| 2018-12-17 | perf top: Save and display the lost count stats | Jiri Olsa | 1 | -0/+27 |
| 2018-12-17 | perf tools: Allow specifying proc-map-timeout in config file | Mark Drayton | 1 | -3/+1 |
| 2018-12-17 | perf tools: Fix diverse comment typos | Ingo Molnar | 1 | -1/+1 |
| 2018-12-17 | perf top: Allow passing a kallsyms file | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2018-11-05 | perf top: Display the LBR stats in callchain entry | Jin Yao | 1 | -0/+3 |
| 2018-10-31 | perf top: Start display thread earlier | David Miller | 1 | -5/+5 |
| 2018-10-31 | perf top: Do not use overwrite mode by default | Arnaldo Carvalho de Melo | 1 | -2/+9 |
| 2018-10-30 | perf top: Allow disabling the overwrite mode | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2018-07-24 | perf hists: Clarify callchain disabling when available | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2018-06-04 | perf annotate: Move objdump_path to struct annotation_options | Arnaldo Carvalho de Melo | 1 | -3/+4 |
| 2018-06-04 | perf hists browser: Pass annotation_options from tool to browser | Arnaldo Carvalho de Melo | 1 | -1/+2 |
| 2018-06-04 | perf annotate: Move disassembler_style global to annotation_options | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2018-06-04 | perf annotate: Adopt anotation options from symbol_conf | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2018-06-04 | perf annotate: Pass annotation_options to symbol__annotate() | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2018-06-04 | perf annotate stdio: Use annotation_options consistently | Arnaldo Carvalho de Melo | 1 | -6/+8 |
| 2018-06-04 | perf tools: Ditch the symbol_conf.nr_events global | Arnaldo Carvalho de Melo | 1 | -2/+0 |
| 2018-06-04 | perf annotate: Replace symbol__alloc_hists() with symbol__hists() | Arnaldo Carvalho de Melo | 1 | -7/+1 |
| 2018-06-04 | perf annotate: Pass perf_evsel instead of just evsel->idx | Arnaldo Carvalho de Melo | 1 | -3/+3 |
| 2018-05-17 | perf tools: No need to unconditionally read the max_stack sysctls | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2018-04-26 | perf map: Introduce map__has_symbols() | Arnaldo Carvalho de Melo | 1 | -3/+2 |
| 2018-04-26 | perf dso: Add dso__has_symbols() method | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2018-04-26 | perf top: Use __map__is_kernel() | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2018-03-21 | perf annotate: Move the default annotate options to the library | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2018-03-16 | perf top: Fix top.call-graph config option reading | Yisheng Xie | 1 | -2/+4 |
| 2018-03-08 | perf mmap: Simplify perf_mmap__read_init() | Kan Liang | 1 | -2/+1 |
| 2018-03-08 | perf mmap: Simplify perf_mmap__read_event() | Kan Liang | 1 | -1/+1 |
| 2018-03-08 | perf mmap: Simplify perf_mmap__consume() | Kan Liang | 1 | -1/+1 |
| 2018-03-05 | perf top: Allow asking for the maximum allowed sample rate | Arnaldo Carvalho de Melo | 1 | -1/+3 |
| 2018-02-26 | perf top: Fix annoying fallback message on older kernels | Kan Liang | 1 | -1/+1 |
| 2018-02-15 | perf top: Check the latency of perf_top__mmap_read() | Kan Liang | 1 | -0/+9 |
| 2018-02-15 | perf top: Switch default mode to overwrite mode | Kan Liang | 1 | -9/+25 |
| 2018-02-15 | perf top: Remove lost events checking | Kan Liang | 1 | -3/+5 |
| 2018-02-15 | perf hists browser: Add parameter to disable lost event warning | Kan Liang | 1 | -1/+1 |
| 2018-02-15 | perf top: Add overwrite fall back | Kan Liang | 1 | -0/+36 |
| 2018-02-15 | perf top: Check per-event overwrite term | Kan Liang | 1 | -0/+73 |
| 2017-12-27 | perf annotate: Get the cpuid from evsel->evlist->env in symbol__annotate() | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2017-12-05 | perf evlist: Remove 'overwrite' parameter from perf_evlist__mmap | Wang Nan | 1 | -1/+1 |
| 2017-11-17 | perf top: Fix crash when annotating symbol | Jiri Olsa | 1 | -1/+2 |
| 2017-11-17 | perf top: Use signal interface for SIGWINCH handler | Jiri Olsa | 1 | -12/+3 |
| 2017-11-17 | perf top: Fix window dimensions change handling | Jiri Olsa | 1 | -3/+12 |
| 2017-11-16 | perf top: Ignore kptr_restrict when not sampling the kernel | Arnaldo Carvalho de Melo | 1 | -3/+5 |