aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/builtin-stat.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-09perf stat: Support per-cluster aggregationYicong Yang1-3/+49
2023-12-14perf stat: Combine the -A/--no-aggr and --no-merge optionsIan Rogers1-2/+3
2023-12-12libperf cpumap: Rename perf_cpu_map__empty() to perf_cpu_map__has_any_cpu_or_is_empty()Ian Rogers1-3/+3
2023-12-11perf stat: Fix help message for --metric-no-threshold optionIan Rogers1-1/+1
2023-12-06perf stat: Exit perf stat if parse groups failsIan Rogers1-7/+11
2023-12-06perf evsel: Fallback to "task-clock" when not system wideIan Rogers1-1/+1
2023-09-11perf stat: Fix aggr mode initializationIan Rogers1-1/+1
2023-06-20perf stat: Add missing newline in pr_err messagesYang Jihong1-6/+6
2023-06-16perf stat: Show average value on multiple runsNamhyung Kim1-1/+4
2023-06-16perf stat: Reset aggr stats for each runNamhyung Kim1-0/+2
2023-06-16perf stat: New metricgroup output for the default modeKan Liang1-0/+1
2023-06-15perf stat,jevents: Introduce Default tags for the default modeKan Liang1-2/+2
2023-06-12perf stat: Avoid evlist leakIan Rogers1-0/+1
2023-05-27perf pmu: Separate pmu and pmusIan Rogers1-2/+2
2023-05-27perf evlist: Reduce scope of evlist__has_hybridIan Rogers1-1/+0
2023-05-27perf evlist: Remove evlist__warn_hybrid_groupIan Rogers1-3/+0
2023-05-27perf tools: Warn if no user requested CPUs match PMU's CPUsIan Rogers1-4/+1
2023-05-27perf target: Remove unused hybrid valueIan Rogers1-1/+0
2023-05-23perf stat: Add "--per-cache" aggregation option and document itK Prateek Nayak1-0/+56
2023-05-23perf stat: Setup the foundation to allow aggregation based on cache topologyK Prateek Nayak1-1/+208
2023-05-15perf stat: Don't disable TopdownL1 metric on hybridIan Rogers1-6/+1
2023-05-15perf stat: Command line PMU metric filteringIan Rogers1-8/+12
2023-05-15perf metrics: Be PMU specific for referenced metrics.Ian Rogers1-3/+3
2023-05-15perf stat: Make cputype filter genericIan Rogers1-5/+7
2023-05-15perf parse-events: Add pmu filterIan Rogers1-3/+7
2023-05-10perf stat: Introduce skippable evselsIan Rogers1-9/+29
2023-05-05perf stat: Separate bperf from bpf_profilerDmitrii Dolgov1-2/+2
2023-04-28perf stat: Disable TopdownL1 on hybridIan Rogers1-1/+7
2023-04-24perf evsel: Introduce evsel__name_is() method to check if the evsel name is equal to a given stringArnaldo Carvalho de Melo1-1/+1
2023-04-10perf util: Move input_name to utilIan Rogers1-1/+1
2023-04-10perf stat: Don't write invalid "started on" comment for JSON outputIan Rogers1-2/+4
2023-04-06tools: Rename __fallthrough to fallthroughLiam Howlett1-1/+1
2023-03-13perf stat: Don't remove all grouped events when CPU maps disagreeIan Rogers1-9/+15
2023-03-10Merge remote-tracking branch 'acme/perf-tools' into perf-tools-nextArnaldo Carvalho de Melo1-10/+5
2023-03-02perf stat: Fix counting when initial delay configuredChangbin Du1-10/+5
2023-02-19perf stat: Remove saved_value/runtime_statIan Rogers1-6/+0
2023-02-19perf stat: Hide runtime_statIan Rogers1-2/+2
2023-02-19perf stat: Use metrics for --smi-costIan Rogers1-23/+11
2023-02-19perf stat: Remove hard coded transaction eventsIan Rogers1-49/+10
2023-02-19perf stat: Implement --topdown using json metricsIan Rogers1-98/+20
2023-02-19perf stat: Add TopdownL1 metric as a default if presentIan Rogers1-0/+14
2023-02-19perf metric: Add --metric-no-threshold optionIan Rogers1-0/+4
2023-02-03perf stat: Remove evsel metric_name/exprIan Rogers1-1/+0
2022-12-20perf tools: Fix usage of the verbose variableYang Jihong1-2/+2
2022-12-14perf stat: Do not delay the workload with --delayNamhyung Kim1-16/+17
2022-12-14perf evlist: Remove group option.Ian Rogers1-6/+0
2022-11-16perf thread_map: Reduce exposure of libperf internal APIIan Rogers1-0/+1
2022-11-16perf stat: Clear screen only if output file is a ttyNamhyung Kim1-0/+8
2022-11-03perf stat: Use sig_atomic_t to avoid undefined behaviour in a signal handlerIan Rogers1-4/+4
2022-10-27perf tools: Make quiet mode consistent between toolsJames Clark1-4/+4