summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-stat.c
AgeCommit message (Expand)Author
2025-12-04perf stat: Improve handling of termination by signalIan Rogers
2025-12-04perf stat: When no events, don't report an error if there is noneIan Rogers
2025-12-04perf stat: Allow no events to open if this is a "--null" runIan Rogers
2025-11-18perf stat: Read tool events lastIan Rogers
2025-11-17perf stat: Reduce scope of walltime_nsecs_statsIan Rogers
2025-11-17perf stat: Reduce scope of ru_statsIan Rogers
2025-11-17perf tool_pmu: Use old_count when computing count values for time eventsIan Rogers
2025-11-11perf stat: Sort default events/metricsIan Rogers
2025-11-11perf stat: Add detail -d,-dd,-ddd metricsIan Rogers
2025-11-11perf jevents: Add metric DefaultShowEventsIan Rogers
2025-11-07perf tool: Add the perf_tool argument to all callbacksIan Rogers
2025-10-25perf stat: Add/fix bperf cgroup max events workaroundsIan Rogers
2025-10-15perf stat: Avoid wildcarding PMUs for default eventsIan Rogers
2025-10-13perf bpf_counter: Fix opening of "any"(-1) CPU eventsIan Rogers
2025-10-13perf stat: Additional verbose details for <not supported> eventsIan Rogers
2025-10-03perf stat: Refactor retry/skip/fatal error handlingIan Rogers
2025-10-03perf stat: Move create_perf_stat_counter() to builtin-stat.cIan Rogers
2025-09-12perf stat: Don't skip failing group eventsIan Rogers
2025-07-25perf session: Add accessor for session->header.envIan Rogers
2025-07-24perf stat: Don't size aggregation ids from user_requested_cpusIan Rogers
2025-07-24perf stat: Avoid buffer overflow to the aggregation mapIan Rogers
2025-07-11perf stat: Move metric list from config to evlistIan Rogers
2025-06-09perf target: Remove uid from targetIan Rogers
2025-05-13perf metricgroup: Binary search when resolving referred to metricsIan Rogers
2025-04-25perf stat: Add mean, min, max and last --tpebs-mode optionsIan Rogers
2025-04-25perf intel-tpebs: Refactor tpebs_results listIan Rogers
2025-02-19perf tools: Fix up some comments and code to properly use the event_source busGreg Kroah-Hartman
2024-12-18perf stat: Move stat_config into config.cIan Rogers
2024-11-01perf stat: Support inherit events during fork() for bperfTengda Wu
2024-10-22perf tools: Add fallback for exclude_guestNamhyung Kim
2024-10-17perf stat: Disable metric thresholds for CSV and JSON metric-only modeIan Rogers
2024-10-10perf tool_pmu: Rename enum perf_tool_event to tool_pmu_eventIan Rogers
2024-10-10perf tool_pmu: Factor tool events into their own PMUIan Rogers
2024-10-02perf stat: Fix affinity memory leaks on error pathIan Rogers
2024-09-26perf stat: Remove evlist__add_default_attrs use stringsIan Rogers
2024-09-25perf stat: Stop repeating when ref_perf_stat() returns -1Levi Yun
2024-09-25perf stat: Close cork_fd when create_perf_stat_counter() failedLevi Yun
2024-09-11perf evsel: Add accessor for tool_eventIan Rogers
2024-08-13perf stat: Add command line option for enabling TPEBS recordingWeilin Wang
2024-08-13perf stat: Fork and launch 'perf record' when 'perf stat' needs to get retire...Weilin Wang
2024-08-12perf stat: Use perf_tool__init()Ian Rogers
2024-08-12perf tool: Constify tool pointersIan Rogers
2024-08-01perf bpf-filter: Pass 'target' to perf_bpf_filter__prepare()Namhyung Kim
2024-06-10perf evsel: Refactor tool eventsIan Rogers
2024-06-07perf stat: Choose the most disaggregate command line optionIan Rogers
2024-06-07perf stat: Make options localIan Rogers
2024-05-07perf cpumap: Remove refcnt from 'struct cpu_aggr_map'Ian Rogers
2024-04-18perf stat: Add new field in stat_config to enable hardware aware groupingWeilin Wang
2024-03-21perf stat: Remove duplicate cpus_map_matched functionIan Rogers
2024-03-21perf cpumap: Clean up use of perf_cpu_map__has_any_cpu_or_is_emptyIan Rogers