summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-stat.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf stat: Support inherit events during fork() for bperfTengda Wu2024-11-021-0/+1
* perf tools: Add fallback for exclude_guestNamhyung Kim2024-10-221-3/+15
* perf stat: Disable metric thresholds for CSV and JSON metric-only modeIan Rogers2024-10-171-0/+8
* perf tool_pmu: Rename enum perf_tool_event to tool_pmu_eventIan Rogers2024-10-111-3/+3
* perf tool_pmu: Factor tool events into their own PMUIan Rogers2024-10-111-0/+1
* perf stat: Fix affinity memory leaks on error pathIan Rogers2024-10-021-0/+2
* perf stat: Remove evlist__add_default_attrs use stringsIan Rogers2024-09-261-179/+118
* perf stat: Stop repeating when ref_perf_stat() returns -1Levi Yun2024-09-261-1/+12
* perf stat: Close cork_fd when create_perf_stat_counter() failedLevi Yun2024-09-261-15/+35
* perf evsel: Add accessor for tool_eventIan Rogers2024-09-111-3/+3
* perf stat: Add command line option for enabling TPEBS recordingWeilin Wang2024-08-131-0/+4
* perf stat: Fork and launch 'perf record' when 'perf stat' needs to get retire...Weilin Wang2024-08-131-0/+4
* perf stat: Use perf_tool__init()Ian Rogers2024-08-121-9/+9
* perf tool: Constify tool pointersIan Rogers2024-08-121-4/+4
* perf bpf-filter: Pass 'target' to perf_bpf_filter__prepare()Namhyung Kim2024-08-011-1/+1
* perf evsel: Refactor tool eventsIan Rogers2024-06-111-42/+33
* perf stat: Choose the most disaggregate command line optionIan Rogers2024-06-071-21/+52
* perf stat: Make options localIan Rogers2024-06-071-146/+145
* perf cpumap: Remove refcnt from 'struct cpu_aggr_map'Ian Rogers2024-05-071-13/+3
* perf stat: Add new field in stat_config to enable hardware aware groupingWeilin Wang2024-04-191-0/+5
* perf stat: Remove duplicate cpus_map_matched functionIan Rogers2024-03-211-21/+1
* perf cpumap: Clean up use of perf_cpu_map__has_any_cpu_or_is_emptyIan Rogers2024-03-211-5/+4
* perf stat: Support per-cluster aggregationYicong Yang2024-02-091-3/+49
* perf stat: Combine the -A/--no-aggr and --no-merge optionsIan Rogers2023-12-141-2/+3
* libperf cpumap: Rename perf_cpu_map__empty() to perf_cpu_map__has_any_cpu_or_...Ian Rogers2023-12-121-3/+3
* perf stat: Fix help message for --metric-no-threshold optionIan Rogers2023-12-111-1/+1
* perf stat: Exit perf stat if parse groups failsIan Rogers2023-12-061-7/+11
* perf evsel: Fallback to "task-clock" when not system wideIan Rogers2023-12-061-1/+1
* perf stat: Fix aggr mode initializationIan Rogers2023-09-111-1/+1
* perf stat: Add missing newline in pr_err messagesYang Jihong2023-06-211-6/+6
* perf stat: Show average value on multiple runsNamhyung Kim2023-06-161-1/+4
* perf stat: Reset aggr stats for each runNamhyung Kim2023-06-161-0/+2
* perf stat: New metricgroup output for the default modeKan Liang2023-06-161-0/+1
* perf stat,jevents: Introduce Default tags for the default modeKan Liang2023-06-161-2/+2
* perf stat: Avoid evlist leakIan Rogers2023-06-121-0/+1
* perf pmu: Separate pmu and pmusIan Rogers2023-05-271-2/+2
* perf evlist: Reduce scope of evlist__has_hybridIan Rogers2023-05-271-1/+0
* perf evlist: Remove evlist__warn_hybrid_groupIan Rogers2023-05-271-3/+0
* perf tools: Warn if no user requested CPUs match PMU's CPUsIan Rogers2023-05-271-4/+1
* perf target: Remove unused hybrid valueIan Rogers2023-05-271-1/+0
* perf stat: Add "--per-cache" aggregation option and document itK Prateek Nayak2023-05-231-0/+56
* perf stat: Setup the foundation to allow aggregation based on cache topologyK Prateek Nayak2023-05-231-1/+208
* perf stat: Don't disable TopdownL1 metric on hybridIan Rogers2023-05-151-6/+1
* perf stat: Command line PMU metric filteringIan Rogers2023-05-151-8/+12
* perf metrics: Be PMU specific for referenced metrics.Ian Rogers2023-05-151-3/+3
* perf stat: Make cputype filter genericIan Rogers2023-05-151-5/+7
* perf parse-events: Add pmu filterIan Rogers2023-05-151-3/+7
* perf stat: Introduce skippable evselsIan Rogers2023-05-101-9/+29
* perf stat: Separate bperf from bpf_profilerDmitrii Dolgov2023-05-051-2/+2
* perf stat: Disable TopdownL1 on hybridIan Rogers2023-04-291-1/+7