summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-stat.c
AgeCommit message (Expand)AuthorLines
2025-05-13perf metricgroup: Binary search when resolving referred to metricsIan Rogers-3/+3
2025-04-25perf stat: Add mean, min, max and last --tpebs-mode optionsIan Rogers-0/+29
2025-04-25perf intel-tpebs: Refactor tpebs_results listIan Rogers-2/+0
2025-02-19perf tools: Fix up some comments and code to properly use the event_source busGreg Kroah-Hartman-1/+1
2024-12-18perf stat: Move stat_config into config.cIan Rogers-27/+0
2024-11-01perf stat: Support inherit events during fork() for bperfTengda Wu-0/+1
2024-10-22perf tools: Add fallback for exclude_guestNamhyung Kim-3/+15
2024-10-17perf stat: Disable metric thresholds for CSV and JSON metric-only modeIan Rogers-0/+8
2024-10-10perf tool_pmu: Rename enum perf_tool_event to tool_pmu_eventIan Rogers-3/+3
2024-10-10perf tool_pmu: Factor tool events into their own PMUIan Rogers-0/+1
2024-10-02perf stat: Fix affinity memory leaks on error pathIan Rogers-0/+2
2024-09-26perf stat: Remove evlist__add_default_attrs use stringsIan Rogers-179/+118
2024-09-25perf stat: Stop repeating when ref_perf_stat() returns -1Levi Yun-1/+12
2024-09-25perf stat: Close cork_fd when create_perf_stat_counter() failedLevi Yun-15/+35
2024-09-11perf evsel: Add accessor for tool_eventIan Rogers-3/+3
2024-08-13perf stat: Add command line option for enabling TPEBS recordingWeilin Wang-0/+4
2024-08-13perf stat: Fork and launch 'perf record' when 'perf stat' needs to get retire...Weilin Wang-0/+4
2024-08-12perf stat: Use perf_tool__init()Ian Rogers-9/+9
2024-08-12perf tool: Constify tool pointersIan Rogers-4/+4
2024-08-01perf bpf-filter: Pass 'target' to perf_bpf_filter__prepare()Namhyung Kim-1/+1
2024-06-10perf evsel: Refactor tool eventsIan Rogers-42/+33
2024-06-07perf stat: Choose the most disaggregate command line optionIan Rogers-21/+52
2024-06-07perf stat: Make options localIan Rogers-146/+145
2024-05-07perf cpumap: Remove refcnt from 'struct cpu_aggr_map'Ian Rogers-13/+3
2024-04-18perf stat: Add new field in stat_config to enable hardware aware groupingWeilin Wang-0/+5
2024-03-21perf stat: Remove duplicate cpus_map_matched functionIan Rogers-21/+1
2024-03-21perf cpumap: Clean up use of perf_cpu_map__has_any_cpu_or_is_emptyIan Rogers-5/+4
2024-02-09perf stat: Support per-cluster aggregationYicong Yang-3/+49
2023-12-14perf stat: Combine the -A/--no-aggr and --no-merge optionsIan Rogers-2/+3
2023-12-12libperf cpumap: Rename perf_cpu_map__empty() to perf_cpu_map__has_any_cpu_or_...Ian Rogers-3/+3
2023-12-11perf stat: Fix help message for --metric-no-threshold optionIan Rogers-1/+1
2023-12-06perf stat: Exit perf stat if parse groups failsIan Rogers-7/+11
2023-12-06perf evsel: Fallback to "task-clock" when not system wideIan Rogers-1/+1
2023-09-11perf stat: Fix aggr mode initializationIan Rogers-1/+1
2023-06-20perf stat: Add missing newline in pr_err messagesYang Jihong-6/+6
2023-06-16perf stat: Show average value on multiple runsNamhyung Kim-1/+4
2023-06-16perf stat: Reset aggr stats for each runNamhyung Kim-0/+2
2023-06-16perf stat: New metricgroup output for the default modeKan Liang-0/+1
2023-06-15perf stat,jevents: Introduce Default tags for the default modeKan Liang-2/+2
2023-06-12perf stat: Avoid evlist leakIan Rogers-0/+1
2023-05-27perf pmu: Separate pmu and pmusIan Rogers-2/+2
2023-05-27perf evlist: Reduce scope of evlist__has_hybridIan Rogers-1/+0
2023-05-27perf evlist: Remove evlist__warn_hybrid_groupIan Rogers-3/+0
2023-05-27perf tools: Warn if no user requested CPUs match PMU's CPUsIan Rogers-4/+1
2023-05-27perf target: Remove unused hybrid valueIan Rogers-1/+0
2023-05-23perf stat: Add "--per-cache" aggregation option and document itK Prateek Nayak-0/+56
2023-05-23perf stat: Setup the foundation to allow aggregation based on cache topologyK Prateek Nayak-1/+208
2023-05-15perf stat: Don't disable TopdownL1 metric on hybridIan Rogers-6/+1
2023-05-15perf stat: Command line PMU metric filteringIan Rogers-8/+12
2023-05-15perf metrics: Be PMU specific for referenced metrics.Ian Rogers-3/+3