summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-stat.c
Commit message (Expand)AuthorAgeFilesLines
* perf stat: Enable ignore_missing_threadGang Li2022-06-261-0/+2
* perf stat: Add requires_cpu flag for uncoreAdrian Hunter2022-05-261-4/+1
* perf stat: Always keep perf metrics topdown events in a groupKan Liang2022-05-201-5/+2
* perf stat: Support hybrid --topdown optionZhengjun Xing2022-04-241-3/+18
* perf stat: Merge event counts from all hybrid PMUsZhengjun Xing2022-04-221-0/+2
* perf stat: Add user_time and system_time eventsFlorian Fischer2022-04-201-8/+28
* perf stat: Introduce stats for the user and system rusage timesFlorian Fischer2022-04-201-1/+4
* perf evlist: Rename cpus to user_requested_cpusIan Rogers2022-04-011-5/+5
* perf stat: Avoid SEGV if core.cpus isn't setIan Rogers2022-04-011-1/+4
* perf tools: Enhance the matching of sub-commands abbreviationsWei Li2022-03-261-2/+2
* perf stat: Fix forked applications enablement of countersThomas Richter2022-03-241-1/+1
* perf cpumap: Migrate to libperf cpumap apiIan Rogers2022-01-221-3/+4
* perf stat: No need to setup affinities when starting a workloadArnaldo Carvalho de Melo2022-01-181-7/+10
* perf cpumap: Give CPUs their own typeIan Rogers2022-01-121-33/+34
* perf stat: Correct variable name for read counterIan Rogers2022-01-121-12/+12
* perf evsel: Pass cpu not cpu map index to synthesizeIan Rogers2022-01-121-2/+3
* perf evlist: Refactor evlist__for_each_cpu()Ian Rogers2022-01-121-93/+86
* perf cpumap: Rename cpu_map__get_X_aggr_by_cpu functionsIan Rogers2022-01-121-9/+9
* perf cpumap: Refactor cpu_map__build_map()Ian Rogers2022-01-121-87/+100
* perf cpumap: Rename empty functionsIan Rogers2022-01-121-6/+6
* perf cpumap: Switch cpu_map__build_map() to cpu functionIan Rogers2022-01-121-40/+4
* perf stat: Switch to cpu version of cpu_map__get()Ian Rogers2022-01-121-41/+52
* perf stat: Support --cputype option for hybrid eventsJin Yao2021-12-071-0/+24
* perf parse-event: Add init and exit to parse_event_errorIan Rogers2021-11-071-16/+22
* perf parse-events: Rename parse_events_error functionsIan Rogers2021-11-071-5/+5
* perf iostat: Use system-wide mode if the target cpu_list is unspecifiedLike Xu2021-09-271-0/+2
* perf stat: Do not allow --for-each-cgroup without cpuNamhyung Kim2021-08-301-1/+3
* perf tools: Enable on a list of CPUs for hybridJin Yao2021-08-111-0/+6
* perf tools: Remove repipe argument from perf_session__new()Namhyung Kim2021-08-021-2/+2
* perf stat: Merge uncore events by default for hybrid platformJin Yao2021-07-141-3/+0
* perf stat: Add Topdown metrics L2 events as default eventsKan Liang2021-07-091-0/+3
* libperf: Move 'leader' from tools/perf to perf_evsel::leaderJiri Olsa2021-07-091-6/+6
* perf stat: Skip evlist__[enable|disable] when all events uses BPFSong Liu2021-05-211-3/+10
* perf stat: Warn group events from different hybrid PMUJin Yao2021-04-291-0/+4
* perf stat: Add default hybrid eventsJin Yao2021-04-291-0/+28
* perf stat: Uniquify hybrid event nameJin Yao2021-04-291-0/+4
* perf stat: Introduce config stat.bpf-counter-eventsSong Liu2021-04-291-17/+25
* perf stat: Basic support for iostat in perfAlexander Antonov2021-04-201-1/+20
* perf stat: Align CSV output for summary modeJin Yao2021-03-241-0/+7
* perf stat: Measure 't0' and 'ref_time' after enable_counters()Song Liu2021-03-231-3/+7
* perf stat: Introduce 'bperf' to share hardware PMCs with BPFSong Liu2021-03-231-0/+10
* perf tools: Fix various typos in commentsIngo Molnar2021-03-231-2/+2
* perf stat: Support L2 Topdown eventsKan Liang2021-02-081-3/+31
* perf stat: Add Topdown metrics events as default eventsKan Liang2021-02-031-0/+3
* perf tools: Add 'ping' control commandJiri Olsa2021-01-201-0/+1
* perf tools: Add 'stop' control commandJiri Olsa2021-01-201-0/+1
* perf tools: Add 'evlist' control commandJiri Olsa2021-01-201-0/+1
* perf tools: Allow to enable/disable events via control fileJiri Olsa2021-01-201-2/+0
* perf stat: Enable counting events for BPF programsSong Liu2021-01-201-14/+68
* perf stat aggregation: Add separate core memberJames Clark2020-12-241-6/+3