aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-stat.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2022-01-12perf cpumap: Rename cpu_map__get_X_aggr_by_cpu functionsIan Rogers1-9/+9
2022-01-12perf cpumap: Refactor cpu_map__build_map()Ian Rogers1-87/+100
2022-01-12perf cpumap: Rename empty functionsIan Rogers1-6/+6
2022-01-12perf cpumap: Switch cpu_map__build_map() to cpu functionIan Rogers1-40/+4
2022-01-12perf stat: Switch to cpu version of cpu_map__get()Ian Rogers1-41/+52
2021-12-07perf stat: Support --cputype option for hybrid eventsJin Yao1-0/+24
2021-11-07perf parse-event: Add init and exit to parse_event_errorIan Rogers1-16/+22
2021-11-07perf parse-events: Rename parse_events_error functionsIan Rogers1-5/+5
2021-09-27perf iostat: Use system-wide mode if the target cpu_list is unspecifiedLike Xu1-0/+2
2021-08-30perf stat: Do not allow --for-each-cgroup without cpuNamhyung Kim1-1/+3
2021-08-11perf tools: Enable on a list of CPUs for hybridJin Yao1-0/+6
2021-08-02perf tools: Remove repipe argument from perf_session__new()Namhyung Kim1-2/+2
2021-07-14perf stat: Merge uncore events by default for hybrid platformJin Yao1-3/+0
2021-07-09perf stat: Add Topdown metrics L2 events as default eventsKan Liang1-0/+3
2021-07-09libperf: Move 'leader' from tools/perf to perf_evsel::leaderJiri Olsa1-6/+6
2021-05-21perf stat: Skip evlist__[enable|disable] when all events uses BPFSong Liu1-3/+10
2021-04-29perf stat: Warn group events from different hybrid PMUJin Yao1-0/+4
2021-04-29perf stat: Add default hybrid eventsJin Yao1-0/+28
2021-04-29perf stat: Uniquify hybrid event nameJin Yao1-0/+4
2021-04-29perf stat: Introduce config stat.bpf-counter-eventsSong Liu1-17/+25