summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/stat.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf stat: Change color to threshold in print_metricIan Rogers2024-10-171-1/+11
* perf stat: Fix/add parameter names for print_metricIan Rogers2024-10-171-2/+4
* perf stat: Add new field in stat_config to enable hardware aware groupingWeilin Wang2024-04-191-0/+1
* perf stat: Support per-cluster aggregationYicong Yang2024-02-091-0/+1
* perf stat: Combine the -A/--no-aggr and --no-merge optionsIan Rogers2023-12-141-1/+0
* perf stat: Show average value on multiple runsNamhyung Kim2023-06-161-0/+1
* perf stat: New metricgroup output for the default modeKan Liang2023-06-161-0/+15
* perf stat: Setup the foundation to allow aggregation based on cache topologyK Prateek Nayak2023-05-231-0/+2
* Merge remote-tracking branch 'acme/perf-tools' into perf-tools-nextArnaldo Carvalho de Melo2023-03-101-1/+0
|\
| * perf stat: Fix counting when initial delay configuredChangbin Du2023-03-021-1/+0
* | perf stat: Remove saved_value/runtime_statIan Rogers2023-02-191-4/+0
* | perf stat: Add cpu_aggr_map for loopIan Rogers2023-02-191-3/+3
* | perf stat: Hide runtime_statIan Rogers2023-02-191-13/+4
* | perf stat: Move enums from headerIan Rogers2023-02-191-27/+0
* | perf stat: Remove perf_stat_evsel_idIan Rogers2023-02-191-12/+0
* | perf stat: Use metrics for --smi-costIan Rogers2023-02-191-4/+0
* | perf stat: Remove hard coded transaction eventsIan Rogers2023-02-191-7/+0
* | perf stat: Remove topdown event special handlingIan Rogers2023-02-191-26/+0
* | perf metric: Add --metric-no-threshold optionIan Rogers2023-02-191-0/+1
|/
* perf stat: Remove evsel metric_name/exprIan Rogers2023-02-031-1/+0
* perf tools: Make quiet mode consistent between toolsJames Clark2022-10-271-1/+0
* perf stat: Display event stats using aggr countsNamhyung Kim2022-10-271-9/+0
* perf stat: Add perf_stat_process_shadow_stats()Namhyung Kim2022-10-271-0/+1
* perf stat: Add perf_stat_process_percore()Namhyung Kim2022-10-271-0/+3
* perf stat: Add perf_stat_merge_counters()Namhyung Kim2022-10-271-0/+2
* perf stat: Reset aggr counts for each intervalNamhyung Kim2022-10-271-0/+1
* perf stat: Allocate aggr counts for recorded dataNamhyung Kim2022-10-271-0/+2
* perf stat: Allocate evsel->stats->aggr properlyNamhyung Kim2022-10-271-1/+2
* perf stat: Add struct perf_stat_aggr to perf_stat_evselNamhyung Kim2022-10-271-0/+19
* perf stat: Kill unused per-thread runtime statsNamhyung Kim2022-10-061-2/+0
* perf stat: Rename saved_value->cpu_map_idxNamhyung Kim2022-10-061-3/+3
* perf stat: Convert perf_stat_evsel.res_stats arrayNamhyung Kim2022-10-061-1/+1
* perf metrics: Wire up core_wideIan Rogers2022-10-041-0/+2
* perf stat: Add JSON output optionClaire Jensen2022-08-101-0/+2
* perf stat: Merge event counts from all hybrid PMUsZhengjun Xing2022-04-221-0/+1
* perf stat: Introduce stats for the user and system rusage timesFlorian Fischer2022-04-201-0/+21
* perf cpumap: Give CPUs their own typeIan Rogers2022-01-121-1/+1
* perf stat: Swap variable name cpu to indexIan Rogers2022-01-121-2/+2
* perf evsel: Rename variable cpu to indexIan Rogers2022-01-121-1/+1
* perf stat: Switch to cpu version of cpu_map__get()Ian Rogers2022-01-121-2/+1
* perf stat: Basic support for iostat in perfAlexander Antonov2021-04-201-0/+1
* perf stat: Align CSV output for summary modeJin Yao2021-03-241-0/+2
* perf stat: Fixup __perf_stat_evsel__is() prefixArnaldo Carvalho de Melo2021-03-091-3/+2
* perf stat: Support L2 Topdown eventsKan Liang2021-02-081-0/+9
* perf cpumap: Drop in cpu_aggr_map structJames Clark2020-12-241-2/+2
* perf stat: Replace aggregation ID with a structJames Clark2020-12-241-2/+3
* perf evlist: Use the right prefix for 'struct evlist' print methodsArnaldo Carvalho de Melo2020-11-301-6/+2
* perf evlist: Use the right prefix for 'struct evlist' stats methodsArnaldo Carvalho de Melo2020-11-301-6/+6
* perf stat: Add --quiet optionAndi Kleen2020-11-041-0/+1
* perf stat: Add --for-each-cgroup optionNamhyung Kim2020-09-281-0/+1