summaryrefslogtreecommitdiff
path: root/tools/perf/util/stat.h
AgeCommit message (Expand)Author
2023-12-14perf stat: Combine the -A/--no-aggr and --no-merge optionsIan Rogers
2023-06-16perf stat: Show average value on multiple runsNamhyung Kim
2023-06-16perf stat: New metricgroup output for the default modeKan Liang
2023-05-23perf stat: Setup the foundation to allow aggregation based on cache topologyK Prateek Nayak
2023-03-10Merge remote-tracking branch 'acme/perf-tools' into perf-tools-nextArnaldo Carvalho de Melo
2023-03-02perf stat: Fix counting when initial delay configuredChangbin Du
2023-02-19perf stat: Remove saved_value/runtime_statIan Rogers
2023-02-19perf stat: Add cpu_aggr_map for loopIan Rogers
2023-02-19perf stat: Hide runtime_statIan Rogers
2023-02-19perf stat: Move enums from headerIan Rogers
2023-02-19perf stat: Remove perf_stat_evsel_idIan Rogers
2023-02-19perf stat: Use metrics for --smi-costIan Rogers
2023-02-19perf stat: Remove hard coded transaction eventsIan Rogers
2023-02-19perf stat: Remove topdown event special handlingIan Rogers
2023-02-19perf metric: Add --metric-no-threshold optionIan Rogers
2023-02-03perf stat: Remove evsel metric_name/exprIan Rogers
2022-10-27perf tools: Make quiet mode consistent between toolsJames Clark
2022-10-27perf stat: Display event stats using aggr countsNamhyung Kim
2022-10-27perf stat: Add perf_stat_process_shadow_stats()Namhyung Kim
2022-10-27perf stat: Add perf_stat_process_percore()Namhyung Kim
2022-10-27perf stat: Add perf_stat_merge_counters()Namhyung Kim
2022-10-27perf stat: Reset aggr counts for each intervalNamhyung Kim
2022-10-27perf stat: Allocate aggr counts for recorded dataNamhyung Kim
2022-10-27perf stat: Allocate evsel->stats->aggr properlyNamhyung Kim
2022-10-27perf stat: Add struct perf_stat_aggr to perf_stat_evselNamhyung Kim
2022-10-06perf stat: Kill unused per-thread runtime statsNamhyung Kim
2022-10-06perf stat: Rename saved_value->cpu_map_idxNamhyung Kim
2022-10-06perf stat: Convert perf_stat_evsel.res_stats arrayNamhyung Kim
2022-10-04perf metrics: Wire up core_wideIan Rogers
2022-08-10perf stat: Add JSON output optionClaire Jensen
2022-04-22perf stat: Merge event counts from all hybrid PMUsZhengjun Xing
2022-04-20perf stat: Introduce stats for the user and system rusage timesFlorian Fischer
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers
2022-01-12perf stat: Swap variable name cpu to indexIan Rogers
2022-01-12perf evsel: Rename variable cpu to indexIan Rogers
2022-01-12perf stat: Switch to cpu version of cpu_map__get()Ian Rogers
2021-04-20perf stat: Basic support for iostat in perfAlexander Antonov
2021-03-24perf stat: Align CSV output for summary modeJin Yao
2021-03-09perf stat: Fixup __perf_stat_evsel__is() prefixArnaldo Carvalho de Melo
2021-02-08perf stat: Support L2 Topdown eventsKan Liang
2020-12-24perf cpumap: Drop in cpu_aggr_map structJames Clark
2020-12-24perf stat: Replace aggregation ID with a structJames Clark
2020-11-30perf evlist: Use the right prefix for 'struct evlist' print methodsArnaldo Carvalho de Melo
2020-11-30perf evlist: Use the right prefix for 'struct evlist' stats methodsArnaldo Carvalho de Melo
2020-11-04perf stat: Add --quiet optionAndi Kleen
2020-09-28perf stat: Add --for-each-cgroup optionNamhyung Kim
2020-09-17perf stat: Support new per thread TopDown metricsAndi Kleen
2020-09-04perf tools: Add FIFO file names as alternative options to --controlAdrian Hunter
2020-09-03perf stat: Turn off summary for interval mode by defaultJin Yao
2020-08-04perf stat: Introduce --control fd:ctl-fd[,ack-fd] optionsAlexey Budankov