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