summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-stat.c
Commit message (Expand)AuthorAgeFilesLines
* 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-201-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-151-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-281-1/+7
* perf evsel: Introduce evsel__name_is() method to check if the evsel name is e...Arnaldo Carvalho de Melo2023-04-241-1/+1
* perf util: Move input_name to utilIan Rogers2023-04-101-1/+1
* perf stat: Don't write invalid "started on" comment for JSON outputIan Rogers2023-04-101-2/+4
* tools: Rename __fallthrough to fallthroughLiam Howlett2023-04-061-1/+1
* perf stat: Don't remove all grouped events when CPU maps disagreeIan Rogers2023-03-131-9/+15
* Merge remote-tracking branch 'acme/perf-tools' into perf-tools-nextArnaldo Carvalho de Melo2023-03-101-10/+5
|\
| * perf stat: Fix counting when initial delay configuredChangbin Du2023-03-021-10/+5
* | perf stat: Remove saved_value/runtime_statIan Rogers2023-02-191-6/+0
* | perf stat: Hide runtime_statIan Rogers2023-02-191-2/+2
* | perf stat: Use metrics for --smi-costIan Rogers2023-02-191-23/+11
* | perf stat: Remove hard coded transaction eventsIan Rogers2023-02-191-49/+10
* | perf stat: Implement --topdown using json metricsIan Rogers2023-02-191-98/+20
* | perf stat: Add TopdownL1 metric as a default if presentIan Rogers2023-02-191-0/+14
* | perf metric: Add --metric-no-threshold optionIan Rogers2023-02-191-0/+4
|/
* perf stat: Remove evsel metric_name/exprIan Rogers2023-02-031-1/+0
* perf tools: Fix usage of the verbose variableYang Jihong2022-12-201-2/+2
* perf stat: Do not delay the workload with --delayNamhyung Kim2022-12-141-16/+17
* perf evlist: Remove group option.Ian Rogers2022-12-141-6/+0
* perf thread_map: Reduce exposure of libperf internal APIIan Rogers2022-11-161-0/+1
* perf stat: Clear screen only if output file is a ttyNamhyung Kim2022-11-161-0/+8
* perf stat: Use sig_atomic_t to avoid undefined behaviour in a signal handlerIan Rogers2022-11-031-4/+4
* perf tools: Make quiet mode consistent between toolsJames Clark2022-10-271-4/+4