summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-stat.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* perf stat: Display percore events properlyNamhyung Kim2022-10-271-16/+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/+1
* perf stat: Add perf_stat_merge_counters()Namhyung Kim2022-10-271-0/+2
* perf stat: Split process_counters() to share it with process_stat_round_event()Namhyung Kim2022-10-271-9/+13
* perf stat: Reset aggr counts for each intervalNamhyung Kim2022-10-271-0/+3
* perf stat: Allocate aggr counts for recorded dataNamhyung Kim2022-10-271-5/+15
* perf stat: Aggregate per-thread stats using evsel->stats->aggrNamhyung Kim2022-10-271-0/+31
* perf stat: Aggregate events using evsel->stats->aggrNamhyung Kim2022-10-271-3/+0
* perf stat: Allocate evsel->stats->aggr properlyNamhyung Kim2022-10-271-3/+3
* perf stat: Add 'needs_sort' argument to cpu_aggr_map__new()Namhyung Kim2022-10-271-2/+5
* perf stat: Add cpu aggr id for no aggregation modeNamhyung Kim2022-10-271-5/+43
* perf stat: Add aggr id for global modeNamhyung Kim2022-10-271-2/+34
* perf stat: Kill unused per-thread runtime statsNamhyung Kim2022-10-061-54/+0
* perf stat: Clean redundant if in process_evlistShang XiaoJing2022-10-061-2/+0
* perf stat: Merge cases in process_evlistShang XiaoJing2022-10-041-3/+1
* perf metrics: Wire up core_wideIan Rogers2022-10-041-0/+14
* perf stat: Delay metric parsingIan Rogers2022-10-041-15/+37
* perf stat: Fix L2 Topdown metrics disappear for raw eventsZhengjun Xing2022-09-021-2/+3
* perf stat: Clear evsel->reset_group for each stat runIan Rogers2022-08-271-0/+1
* perf stat: Remove duplicated include in builtin-stat.cYang Li2022-08-121-1/+0
* perf stat: Add JSON output optionClaire Jensen2022-08-101-0/+6
* perf stat: Refactor __run_perf_stat() common codeAdrián Herrera Arcila2022-08-031-16/+9
* perf stat: Add topdown metrics in the default perf stat on the hybrid machineZhengjun Xing2022-07-291-12/+2
* perf evlist: Always use arch_evlist__add_default_attrs()Kan Liang2022-07-291-1/+5
* perf stat: Revert "perf stat: Add default hybrid events"Kan Liang2022-07-291-30/+0