summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-stat.c
AgeCommit message (Expand)Author
2022-09-02perf stat: Fix L2 Topdown metrics disappear for raw eventsZhengjun Xing
2022-08-27perf stat: Clear evsel->reset_group for each stat runIan Rogers
2022-08-12perf stat: Remove duplicated include in builtin-stat.cYang Li
2022-08-10perf stat: Add JSON output optionClaire Jensen
2022-08-03perf stat: Refactor __run_perf_stat() common codeAdrián Herrera Arcila
2022-07-29perf stat: Add topdown metrics in the default perf stat on the hybrid machineZhengjun Xing
2022-07-29perf evlist: Always use arch_evlist__add_default_attrs()Kan Liang
2022-07-29perf stat: Revert "perf stat: Add default hybrid events"Kan Liang
2022-06-26perf stat: Enable ignore_missing_threadGang Li
2022-05-26perf stat: Add requires_cpu flag for uncoreAdrian Hunter
2022-05-20perf stat: Always keep perf metrics topdown events in a groupKan Liang
2022-04-24perf stat: Support hybrid --topdown optionZhengjun Xing
2022-04-22perf stat: Merge event counts from all hybrid PMUsZhengjun Xing
2022-04-20perf stat: Add user_time and system_time eventsFlorian Fischer
2022-04-20perf stat: Introduce stats for the user and system rusage timesFlorian Fischer
2022-04-01perf evlist: Rename cpus to user_requested_cpusIan Rogers
2022-04-01perf stat: Avoid SEGV if core.cpus isn't setIan Rogers
2022-03-26perf tools: Enhance the matching of sub-commands abbreviationsWei Li
2022-03-24perf stat: Fix forked applications enablement of countersThomas Richter
2022-01-22perf cpumap: Migrate to libperf cpumap apiIan Rogers
2022-01-18perf stat: No need to setup affinities when starting a workloadArnaldo Carvalho de Melo
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers
2022-01-12perf stat: Correct variable name for read counterIan Rogers
2022-01-12perf evsel: Pass cpu not cpu map index to synthesizeIan Rogers
2022-01-12perf evlist: Refactor evlist__for_each_cpu()Ian Rogers
2022-01-12perf cpumap: Rename cpu_map__get_X_aggr_by_cpu functionsIan Rogers
2022-01-12perf cpumap: Refactor cpu_map__build_map()Ian Rogers
2022-01-12perf cpumap: Rename empty functionsIan Rogers
2022-01-12perf cpumap: Switch cpu_map__build_map() to cpu functionIan Rogers
2022-01-12perf stat: Switch to cpu version of cpu_map__get()Ian Rogers
2021-12-07perf stat: Support --cputype option for hybrid eventsJin Yao
2021-11-07perf parse-event: Add init and exit to parse_event_errorIan Rogers
2021-11-07perf parse-events: Rename parse_events_error functionsIan Rogers
2021-09-27perf iostat: Use system-wide mode if the target cpu_list is unspecifiedLike Xu
2021-08-30perf stat: Do not allow --for-each-cgroup without cpuNamhyung Kim
2021-08-11perf tools: Enable on a list of CPUs for hybridJin Yao
2021-08-02perf tools: Remove repipe argument from perf_session__new()Namhyung Kim
2021-07-14perf stat: Merge uncore events by default for hybrid platformJin Yao
2021-07-09perf stat: Add Topdown metrics L2 events as default eventsKan Liang
2021-07-09libperf: Move 'leader' from tools/perf to perf_evsel::leaderJiri Olsa
2021-05-21perf stat: Skip evlist__[enable|disable] when all events uses BPFSong Liu
2021-04-29perf stat: Warn group events from different hybrid PMUJin Yao
2021-04-29perf stat: Add default hybrid eventsJin Yao
2021-04-29perf stat: Uniquify hybrid event nameJin Yao
2021-04-29perf stat: Introduce config stat.bpf-counter-eventsSong Liu
2021-04-20perf stat: Basic support for iostat in perfAlexander Antonov
2021-03-24perf stat: Align CSV output for summary modeJin Yao
2021-03-23perf stat: Measure 't0' and 'ref_time' after enable_counters()Song Liu
2021-03-23perf stat: Introduce 'bperf' to share hardware PMCs with BPFSong Liu
2021-03-23perf tools: Fix various typos in commentsIngo Molnar