aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/builtin-top.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-15perf top: Use evlist__new_default when no events specifiedIan Rogers1-3/+5
2025-07-25perf sort: Use perf_env to set arch sort keys and headerIan Rogers1-11/+11
2025-07-25perf top: Make perf_env locally scopedIan Rogers1-13/+28
2025-07-25perf evlist: Change env variable to sessionIan Rogers1-1/+1
2025-07-25perf session: Add accessor for session->header.envIan Rogers1-2/+3
2025-06-26perf top: populate PMU capabilities data in perf_envThomas Falcon1-0/+8
2025-06-09perf top: Switch user option to use BPF filterIan Rogers1-10/+12
2025-05-14perf evlist: Make uniquifying counter names consistentIan Rogers1-1/+6
2025-04-25perf hist: Remove formats in hierarchy when cancel childrenNamhyung Kim1-1/+1
2025-03-13perf annotate: Pass hist_entry to annotate functionsNamhyung Kim1-1/+1
2025-03-02perf tools: Skip BPF sideband event for userspace profilingNamhyung Kim1-0/+3
2025-02-12perf sample: Make user_regs and intr_regs optionalIan Rogers1-2/+6
2025-01-18perf annotate: Prefer passing evsel to evsel->core.idxIan Rogers1-2/+2
2025-01-08perf top: Don't complain about lack of vmlinux when not resolving some kernel...Arnaldo Carvalho de Melo1-1/+1
2024-08-19perf map: API clean upIan Rogers1-1/+1
2024-08-14perf annotate: Save branch counters for each blockKan Liang1-2/+2
2024-08-12perf tool: Constify tool pointersIan Rogers1-1/+1
2024-08-01perf bpf-filter: Pass 'target' to perf_bpf_filter__prepare()Namhyung Kim1-1/+1
2024-05-30perf top: Allow filters on eventsIan Rogers1-0/+9
2024-05-06perf dso: Add reference count checking and accessor functionsIan Rogers1-2/+2
2024-02-12Merge branch 'perf-tools' into perf-tools-nextNamhyung Kim1-1/+1
2024-01-26perf top: Remove needless malloc(0) call that triggers -Walloc-sizeSun Haiyong1-1/+1
2024-01-25perf tools: Add -H short option for --hierarchyNamhyung Kim1-1/+1
2023-12-14perf top: Uniform the event name for the hybrid machineKan Liang1-0/+1
2023-12-14perf top: Use evsel's cpus to replace user_requested_cpusKan Liang1-2/+2
2023-12-07perf annotate: Ensure init/exit for global optionsNamhyung Kim1-4/+4
2023-12-07perf ui/browser/annotate: Use global annotation_optionsNamhyung Kim1-2/+1
2023-12-07perf annotate: Use global annotation_optionsNamhyung Kim1-2/+2
2023-12-07perf top: Convert to the global annotation_optionsNamhyung Kim1-22/+22
2023-12-06perf evsel: Fallback to "task-clock" when not system wideIan Rogers1-1/+1
2023-08-17perf top: Don't pass an ERR_PTR() directly to perf_session__delete()Arnaldo Carvalho de Melo1-0/+1
2023-06-20perf annotation: Switch lock from a mutex to a sharded_mutexIan Rogers1-7/+7
2023-06-12perf top: Add exit routine for main threadIan Rogers1-1/+10
2023-06-12perf addr_location: Add init/exit/copy functionsIan Rogers1-2/+4
2023-06-12perf thread: Add accessor functions for threadIan Rogers1-1/+1
2023-05-27perf evlist: Remove __evlist__add_defaultIan Rogers1-4/+6
2023-05-15perf parse-events: Add pmu filterIan Rogers1-1/+4
2023-04-19perf map: Add set_ methods for map->{start,end,pgoff,pgoff,reloc,erange_warne...Arnaldo Carvalho de Melo1-2/+2
2023-04-12perf top: Expand the range of multithreaded phaseHangliang Lai1-2/+2
2023-04-06tools: Rename __fallthrough to fallthroughLiam Howlett1-1/+1
2023-04-04perf map: Add accessor for start and endIan Rogers1-1/+1
2023-04-04perf map: Add accessor for dsoIan Rogers1-4/+7
2023-04-04perf top: Add --branch-history optionAdrian Hunter1-0/+17
2023-04-04perf symbol: Add command line support for addr2line pathIan Rogers1-2/+8
2023-04-04perf annotate: Own objdump_path and disassembler_style stringsIan Rogers1-2/+15
2023-04-04perf annotate: Add init/exit to annotation_options remove defaultIan Rogers1-1/+3
2022-12-14perf evlist: Remove group option.Ian Rogers1-2/+0
2022-11-03perf top: Use sig_atomic_t to avoid undefined behaviour in a signal handlerIan Rogers1-2/+2
2022-10-04perf top: Fix error code in cmd_top()Shang XiaoJing1-0/+3
2022-10-04perf top: Fixes for thread safety analysisIan Rogers1-2/+3