summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-stat.c
Commit message (Expand)AuthorAgeFilesLines
* perf stat: Separate bperf from bpf_profilerDmitrii Dolgov2023-05-171-2/+2
* perf stat: Fix counting when initial delay configuredChangbin Du2023-03-171-10/+5
* perf tools: Make quiet mode consistent between toolsJames Clark2022-12-311-4/+4
* perf stat: Do not delay the workload with --delayNamhyung Kim2022-12-311-16/+17
* perf stat: Kill unused per-thread runtime statsNamhyung Kim2022-10-061-54/+0
* perf stat: Clean redundant if in process_evlistShang XiaoJing2022-10-061-2/+0
* perf stat: Merge cases in process_evlistShang XiaoJing2022-10-041-3/+1
* perf metrics: Wire up core_wideIan Rogers2022-10-041-0/+14
* perf stat: Delay metric parsingIan Rogers2022-10-041-15/+37
* perf stat: Fix L2 Topdown metrics disappear for raw eventsZhengjun Xing2022-09-021-2/+3
* perf stat: Clear evsel->reset_group for each stat runIan Rogers2022-08-271-0/+1
* perf stat: Remove duplicated include in builtin-stat.cYang Li2022-08-121-1/+0
* perf stat: Add JSON output optionClaire Jensen2022-08-101-0/+6
* perf stat: Refactor __run_perf_stat() common codeAdrián Herrera Arcila2022-08-031-16/+9
* perf stat: Add topdown metrics in the default perf stat on the hybrid machineZhengjun Xing2022-07-291-12/+2
* perf evlist: Always use arch_evlist__add_default_attrs()Kan Liang2022-07-291-1/+5
* perf stat: Revert "perf stat: Add default hybrid events"Kan Liang2022-07-291-30/+0
* 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