summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-top.c
AgeCommit message (Expand)AuthorFilesLines
2026-06-03perf symbol: Add setters for bitfields sharing a byte to avoid concurrent upd...Ian Rogers1-3/+4
2026-05-20perf evlist: Try to avoid computing evsel from sampleIan Rogers1-1/+3
2026-05-20perf hist: Remove evsel from struct hist_entry_iterIan Rogers1-6/+3
2026-05-20perf hist: Remove evsel parameter from inc samples functionsIan Rogers1-3/+3
2026-04-09perf tools: Make more global variables staticIan Rogers1-3/+2
2026-03-20perf evlist: Improve default event for s390Ian Rogers1-11/+12
2026-03-20perf callchain: Refactor callchain option parsingIan Rogers1-7/+18
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-13perf 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-13perf 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-26perf tools: Add -H short option for --hierarchyNamhyung Kim1-1/+1
2023-12-15perf top: Uniform the event name for the hybrid machineKan Liang1-0/+1
2023-12-15perf 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-21perf 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-07tools: 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