summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-stat.c
AgeCommit message (Expand)AuthorFilesLines
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
2021-04-20perf stat: Basic support for iostat in perfAlexander Antonov1-1/+20
2021-03-24perf stat: Align CSV output for summary modeJin Yao1-0/+7
2021-03-23perf stat: Measure 't0' and 'ref_time' after enable_counters()Song Liu1-3/+7
2021-03-23perf stat: Introduce 'bperf' to share hardware PMCs with BPFSong Liu1-0/+10
2021-03-23perf tools: Fix various typos in commentsIngo Molnar1-2/+2
2021-02-08perf stat: Support L2 Topdown eventsKan Liang1-3/+31
2021-02-03perf stat: Add Topdown metrics events as default eventsKan Liang1-0/+3
2021-01-20perf tools: Add 'ping' control commandJiri Olsa1-0/+1
2021-01-20perf tools: Add 'stop' control commandJiri Olsa1-0/+1
2021-01-20perf tools: Add 'evlist' control commandJiri Olsa1-0/+1
2021-01-20perf tools: Allow to enable/disable events via control fileJiri Olsa1-2/+0
2021-01-20perf stat: Enable counting events for BPF programsSong Liu1-14/+68
2020-12-24perf stat aggregation: Add separate core memberJames Clark1-6/+3