summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-stat.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-10-27perf stat: Display percore events properlyNamhyung Kim1-16/+0
2022-10-27perf stat: Add perf_stat_process_shadow_stats()Namhyung Kim1-0/+1
2022-10-27perf stat: Add perf_stat_process_percore()Namhyung Kim1-0/+1
2022-10-27perf stat: Add perf_stat_merge_counters()Namhyung Kim1-0/+2
2022-10-27perf stat: Split process_counters() to share it with process_stat_round_event()Namhyung Kim1-9/+13
2022-10-27perf stat: Reset aggr counts for each intervalNamhyung Kim1-0/+3
2022-10-27perf stat: Allocate aggr counts for recorded dataNamhyung Kim1-5/+15
2022-10-27perf stat: Aggregate per-thread stats using evsel->stats->aggrNamhyung Kim1-0/+31
2022-10-27perf stat: Aggregate events using evsel->stats->aggrNamhyung Kim1-3/+0
2022-10-27perf stat: Allocate evsel->stats->aggr properlyNamhyung Kim1-3/+3
2022-10-27perf stat: Add 'needs_sort' argument to cpu_aggr_map__new()Namhyung Kim1-2/+5
2022-10-27perf stat: Add cpu aggr id for no aggregation modeNamhyung Kim1-5/+43
2022-10-27perf stat: Add aggr id for global modeNamhyung Kim1-2/+34
2022-10-06perf stat: Kill unused per-thread runtime statsNamhyung Kim1-54/+0
2022-10-06perf stat: Clean redundant if in process_evlistShang XiaoJing1-2/+0
2022-10-04perf stat: Merge cases in process_evlistShang XiaoJing1-3/+1
2022-10-04perf metrics: Wire up core_wideIan Rogers1-0/+14
2022-10-04perf stat: Delay metric parsingIan Rogers1-15/+37
2022-09-02perf stat: Fix L2 Topdown metrics disappear for raw eventsZhengjun Xing1-2/+3
2022-08-27perf stat: Clear evsel->reset_group for each stat runIan Rogers1-0/+1
2022-08-12perf stat: Remove duplicated include in builtin-stat.cYang Li1-1/+0
2022-08-10perf stat: Add JSON output optionClaire Jensen1-0/+6
2022-08-03perf stat: Refactor __run_perf_stat() common codeAdrián Herrera Arcila1-16/+9
2022-07-29perf stat: Add topdown metrics in the default perf stat on the hybrid machineZhengjun Xing1-12/+2
2022-07-29perf evlist: Always use arch_evlist__add_default_attrs()Kan Liang1-1/+5
2022-07-29perf stat: Revert "perf stat: Add default hybrid events"Kan Liang1-30/+0
2022-06-26perf stat: Enable ignore_missing_threadGang Li1-0/+2
2022-05-26perf stat: Add requires_cpu flag for uncoreAdrian Hunter1-4/+1
2022-05-20perf stat: Always keep perf metrics topdown events in a groupKan Liang1-5/+2
2022-04-24perf stat: Support hybrid --topdown optionZhengjun Xing1-3/+18
2022-04-22perf stat: Merge event counts from all hybrid PMUsZhengjun Xing1-0/+2
2022-04-20perf stat: Add user_time and system_time eventsFlorian Fischer1-8/+28
2022-04-20perf stat: Introduce stats for the user and system rusage timesFlorian Fischer1-1/+4
2022-04-01perf evlist: Rename cpus to user_requested_cpusIan Rogers1-5/+5
2022-04-01perf stat: Avoid SEGV if core.cpus isn't setIan Rogers1-1/+4
2022-03-26perf tools: Enhance the matching of sub-commands abbreviationsWei Li1-2/+2
2022-03-24perf stat: Fix forked applications enablement of countersThomas Richter1-1/+1
2022-01-22perf cpumap: Migrate to libperf cpumap apiIan Rogers1-3/+4
2022-01-18perf stat: No need to setup affinities when starting a workloadArnaldo Carvalho de Melo1-7/+10
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers1-33/+34
2022-01-12perf stat: Correct variable name for read counterIan Rogers1-12/+12
2022-01-12perf evsel: Pass cpu not cpu map index to synthesizeIan Rogers1-2/+3
2022-01-12perf evlist: Refactor evlist__for_each_cpu()Ian Rogers1-93/+86