summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-stat.c
AgeCommit message (Expand)Author
2023-05-05perf stat: Separate bperf from bpf_profilerDmitrii Dolgov
2023-04-28perf stat: Disable TopdownL1 on hybridIan Rogers
2023-04-24perf evsel: Introduce evsel__name_is() method to check if the evsel name is e...Arnaldo Carvalho de Melo
2023-04-10perf util: Move input_name to utilIan Rogers
2023-04-10perf stat: Don't write invalid "started on" comment for JSON outputIan Rogers
2023-04-06tools: Rename __fallthrough to fallthroughLiam Howlett
2023-03-13perf stat: Don't remove all grouped events when CPU maps disagreeIan Rogers
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: Hide runtime_statIan 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: Implement --topdown using json metricsIan Rogers
2023-02-19perf stat: Add TopdownL1 metric as a default if presentIan Rogers
2023-02-19perf metric: Add --metric-no-threshold optionIan Rogers
2023-02-03perf stat: Remove evsel metric_name/exprIan Rogers
2022-12-20perf tools: Fix usage of the verbose variableYang Jihong
2022-12-14perf stat: Do not delay the workload with --delayNamhyung Kim
2022-12-14perf evlist: Remove group option.Ian Rogers
2022-11-16perf thread_map: Reduce exposure of libperf internal APIIan Rogers
2022-11-16perf stat: Clear screen only if output file is a ttyNamhyung Kim
2022-11-03perf stat: Use sig_atomic_t to avoid undefined behaviour in a signal handlerIan Rogers
2022-10-27perf tools: Make quiet mode consistent between toolsJames Clark
2022-10-27perf stat: Display percore events properlyNamhyung 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: Split process_counters() to share it with process_stat_round_event()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: Aggregate per-thread stats using evsel->stats->aggrNamhyung Kim
2022-10-27perf stat: Aggregate events using evsel->stats->aggrNamhyung Kim
2022-10-27perf stat: Allocate evsel->stats->aggr properlyNamhyung Kim
2022-10-27perf stat: Add 'needs_sort' argument to cpu_aggr_map__new()Namhyung Kim
2022-10-27perf stat: Add cpu aggr id for no aggregation modeNamhyung Kim
2022-10-27perf stat: Add aggr id for global modeNamhyung Kim
2022-10-06perf stat: Kill unused per-thread runtime statsNamhyung Kim
2022-10-06perf stat: Clean redundant if in process_evlistShang XiaoJing
2022-10-04perf stat: Merge cases in process_evlistShang XiaoJing
2022-10-04perf metrics: Wire up core_wideIan Rogers
2022-10-04perf stat: Delay metric parsingIan Rogers
2022-09-02perf stat: Fix L2 Topdown metrics disappear for raw eventsZhengjun Xing
2022-08-27perf stat: Clear evsel->reset_group for each stat runIan Rogers
2022-08-12perf stat: Remove duplicated include in builtin-stat.cYang Li
2022-08-10perf stat: Add JSON output optionClaire Jensen
2022-08-03perf stat: Refactor __run_perf_stat() common codeAdrián Herrera Arcila
2022-07-29perf stat: Add topdown metrics in the default perf stat on the hybrid machineZhengjun Xing
2022-07-29perf evlist: Always use arch_evlist__add_default_attrs()Kan Liang
2022-07-29perf stat: Revert "perf stat: Add default hybrid events"Kan Liang