Age | Commit message (Expand) | Author | Files | Lines |
2022-10-06 | perf stat: Kill unused per-thread runtime stats | Namhyung Kim | 1 | -54/+0 |
2022-10-06 | perf stat: Clean redundant if in process_evlist | Shang XiaoJing | 1 | -2/+0 |
2022-10-04 | perf stat: Merge cases in process_evlist | Shang XiaoJing | 1 | -3/+1 |
2022-10-04 | perf metrics: Wire up core_wide | Ian Rogers | 1 | -0/+14 |
2022-10-04 | perf stat: Delay metric parsing | Ian Rogers | 1 | -15/+37 |
2022-09-02 | perf stat: Fix L2 Topdown metrics disappear for raw events | Zhengjun Xing | 1 | -2/+3 |
2022-08-27 | perf stat: Clear evsel->reset_group for each stat run | Ian Rogers | 1 | -0/+1 |
2022-08-12 | perf stat: Remove duplicated include in builtin-stat.c | Yang Li | 1 | -1/+0 |
2022-08-10 | perf stat: Add JSON output option | Claire Jensen | 1 | -0/+6 |
2022-08-03 | perf stat: Refactor __run_perf_stat() common code | Adrián Herrera Arcila | 1 | -16/+9 |
2022-07-29 | perf stat: Add topdown metrics in the default perf stat on the hybrid machine | Zhengjun Xing | 1 | -12/+2 |
2022-07-29 | perf evlist: Always use arch_evlist__add_default_attrs() | Kan Liang | 1 | -1/+5 |
2022-07-29 | perf stat: Revert "perf stat: Add default hybrid events" | Kan Liang | 1 | -30/+0 |
2022-06-26 | perf stat: Enable ignore_missing_thread | Gang Li | 1 | -0/+2 |
2022-05-26 | perf stat: Add requires_cpu flag for uncore | Adrian Hunter | 1 | -4/+1 |
2022-05-20 | perf stat: Always keep perf metrics topdown events in a group | Kan Liang | 1 | -5/+2 |
2022-04-24 | perf stat: Support hybrid --topdown option | Zhengjun Xing | 1 | -3/+18 |
2022-04-22 | perf stat: Merge event counts from all hybrid PMUs | Zhengjun Xing | 1 | -0/+2 |
2022-04-20 | perf stat: Add user_time and system_time events | Florian Fischer | 1 | -8/+28 |
2022-04-20 | perf stat: Introduce stats for the user and system rusage times | Florian Fischer | 1 | -1/+4 |
2022-04-01 | perf evlist: Rename cpus to user_requested_cpus | Ian Rogers | 1 | -5/+5 |
2022-04-01 | perf stat: Avoid SEGV if core.cpus isn't set | Ian Rogers | 1 | -1/+4 |
2022-03-26 | perf tools: Enhance the matching of sub-commands abbreviations | Wei Li | 1 | -2/+2 |
2022-03-24 | perf stat: Fix forked applications enablement of counters | Thomas Richter | 1 | -1/+1 |
2022-01-22 | perf cpumap: Migrate to libperf cpumap api | Ian Rogers | 1 | -3/+4 |
2022-01-18 | perf stat: No need to setup affinities when starting a workload | Arnaldo Carvalho de Melo | 1 | -7/+10 |
2022-01-12 | perf cpumap: Give CPUs their own type | Ian Rogers | 1 | -33/+34 |
2022-01-12 | perf stat: Correct variable name for read counter | Ian Rogers | 1 | -12/+12 |
2022-01-12 | perf evsel: Pass cpu not cpu map index to synthesize | Ian Rogers | 1 | -2/+3 |
2022-01-12 | perf evlist: Refactor evlist__for_each_cpu() | Ian Rogers | 1 | -93/+86 |
2022-01-12 | perf cpumap: Rename cpu_map__get_X_aggr_by_cpu functions | Ian Rogers | 1 | -9/+9 |
2022-01-12 | perf cpumap: Refactor cpu_map__build_map() | Ian Rogers | 1 | -87/+100 |
2022-01-12 | perf cpumap: Rename empty functions | Ian Rogers | 1 | -6/+6 |
2022-01-12 | perf cpumap: Switch cpu_map__build_map() to cpu function | Ian Rogers | 1 | -40/+4 |
2022-01-12 | perf stat: Switch to cpu version of cpu_map__get() | Ian Rogers | 1 | -41/+52 |
2021-12-08 | perf stat: Support --cputype option for hybrid events | Jin Yao | 1 | -0/+24 |
2021-11-07 | perf parse-event: Add init and exit to parse_event_error | Ian Rogers | 1 | -16/+22 |
2021-11-07 | perf parse-events: Rename parse_events_error functions | Ian Rogers | 1 | -5/+5 |
2021-09-27 | perf iostat: Use system-wide mode if the target cpu_list is unspecified | Like Xu | 1 | -0/+2 |
2021-08-31 | perf stat: Do not allow --for-each-cgroup without cpu | Namhyung Kim | 1 | -1/+3 |
2021-08-11 | perf tools: Enable on a list of CPUs for hybrid | Jin Yao | 1 | -0/+6 |
2021-08-02 | perf tools: Remove repipe argument from perf_session__new() | Namhyung Kim | 1 | -2/+2 |
2021-07-14 | perf stat: Merge uncore events by default for hybrid platform | Jin Yao | 1 | -3/+0 |
2021-07-09 | perf stat: Add Topdown metrics L2 events as default events | Kan Liang | 1 | -0/+3 |
2021-07-09 | libperf: Move 'leader' from tools/perf to perf_evsel::leader | Jiri Olsa | 1 | -6/+6 |
2021-05-21 | perf stat: Skip evlist__[enable|disable] when all events uses BPF | Song Liu | 1 | -3/+10 |
2021-04-29 | perf stat: Warn group events from different hybrid PMU | Jin Yao | 1 | -0/+4 |
2021-04-29 | perf stat: Add default hybrid events | Jin Yao | 1 | -0/+28 |
2021-04-29 | perf stat: Uniquify hybrid event name | Jin Yao | 1 | -0/+4 |
2021-04-29 | perf stat: Introduce config stat.bpf-counter-events | Song Liu | 1 | -17/+25 |