| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-03 | perf stat: Refactor retry/skip/fatal error handling | Ian Rogers | 1 | -72/+51 |
| 2025-10-03 | perf stat: Move create_perf_stat_counter() to builtin-stat.c | Ian Rogers | 1 | -2/+58 |
| 2025-09-12 | perf stat: Don't skip failing group events | Ian Rogers | 1 | -27/+21 |
| 2025-07-25 | perf session: Add accessor for session->header.env | Ian Rogers | 1 | -11/+12 |
| 2025-07-24 | perf stat: Don't size aggregation ids from user_requested_cpus | Ian Rogers | 1 | -5/+2 |
| 2025-07-24 | perf stat: Avoid buffer overflow to the aggregation map | Ian Rogers | 1 | -1/+1 |
| 2025-07-11 | perf stat: Move metric list from config to evlist | Ian Rogers | 1 | -13/+12 |
| 2025-06-09 | perf target: Remove uid from target | Ian Rogers | 1 | -3/+1 |
| 2025-05-13 | perf metricgroup: Binary search when resolving referred to metrics | Ian Rogers | 1 | -3/+3 |
| 2025-04-25 | perf stat: Add mean, min, max and last --tpebs-mode options | Ian Rogers | 1 | -0/+29 |
| 2025-04-25 | perf intel-tpebs: Refactor tpebs_results list | Ian Rogers | 1 | -2/+0 |
| 2025-02-19 | perf tools: Fix up some comments and code to properly use the event_source bus | Greg Kroah-Hartman | 1 | -1/+1 |
| 2024-12-18 | perf stat: Move stat_config into config.c | Ian Rogers | 1 | -27/+0 |
| 2024-11-01 | perf stat: Support inherit events during fork() for bperf | Tengda Wu | 1 | -0/+1 |
| 2024-10-22 | perf tools: Add fallback for exclude_guest | Namhyung Kim | 1 | -3/+15 |
| 2024-10-17 | perf stat: Disable metric thresholds for CSV and JSON metric-only mode | Ian Rogers | 1 | -0/+8 |
| 2024-10-10 | perf tool_pmu: Rename enum perf_tool_event to tool_pmu_event | Ian Rogers | 1 | -3/+3 |
| 2024-10-10 | perf tool_pmu: Factor tool events into their own PMU | Ian Rogers | 1 | -0/+1 |
| 2024-10-02 | perf stat: Fix affinity memory leaks on error path | Ian Rogers | 1 | -0/+2 |
| 2024-09-26 | perf stat: Remove evlist__add_default_attrs use strings | Ian Rogers | 1 | -179/+118 |
| 2024-09-25 | perf stat: Stop repeating when ref_perf_stat() returns -1 | Levi Yun | 1 | -1/+12 |
| 2024-09-25 | perf stat: Close cork_fd when create_perf_stat_counter() failed | Levi Yun | 1 | -15/+35 |
| 2024-09-11 | perf evsel: Add accessor for tool_event | Ian Rogers | 1 | -3/+3 |
| 2024-08-13 | perf stat: Add command line option for enabling TPEBS recording | Weilin Wang | 1 | -0/+4 |
| 2024-08-13 | perf stat: Fork and launch 'perf record' when 'perf stat' needs to get retire... | Weilin Wang | 1 | -0/+4 |
| 2024-08-12 | perf stat: Use perf_tool__init() | Ian Rogers | 1 | -9/+9 |
| 2024-08-12 | perf tool: Constify tool pointers | Ian Rogers | 1 | -4/+4 |
| 2024-08-01 | perf bpf-filter: Pass 'target' to perf_bpf_filter__prepare() | Namhyung Kim | 1 | -1/+1 |
| 2024-06-10 | perf evsel: Refactor tool events | Ian Rogers | 1 | -42/+33 |
| 2024-06-07 | perf stat: Choose the most disaggregate command line option | Ian Rogers | 1 | -21/+52 |
| 2024-06-07 | perf stat: Make options local | Ian Rogers | 1 | -146/+145 |
| 2024-05-07 | perf cpumap: Remove refcnt from 'struct cpu_aggr_map' | Ian Rogers | 1 | -13/+3 |
| 2024-04-18 | perf stat: Add new field in stat_config to enable hardware aware grouping | Weilin Wang | 1 | -0/+5 |
| 2024-03-21 | perf stat: Remove duplicate cpus_map_matched function | Ian Rogers | 1 | -21/+1 |
| 2024-03-21 | perf cpumap: Clean up use of perf_cpu_map__has_any_cpu_or_is_empty | Ian Rogers | 1 | -5/+4 |
| 2024-02-09 | perf stat: Support per-cluster aggregation | Yicong Yang | 1 | -3/+49 |
| 2023-12-14 | perf stat: Combine the -A/--no-aggr and --no-merge options | Ian Rogers | 1 | -2/+3 |
| 2023-12-12 | libperf cpumap: Rename perf_cpu_map__empty() to perf_cpu_map__has_any_cpu_or_... | Ian Rogers | 1 | -3/+3 |
| 2023-12-11 | perf stat: Fix help message for --metric-no-threshold option | Ian Rogers | 1 | -1/+1 |
| 2023-12-06 | perf stat: Exit perf stat if parse groups fails | Ian Rogers | 1 | -7/+11 |
| 2023-12-06 | perf evsel: Fallback to "task-clock" when not system wide | Ian Rogers | 1 | -1/+1 |
| 2023-09-11 | perf stat: Fix aggr mode initialization | Ian Rogers | 1 | -1/+1 |
| 2023-06-20 | perf stat: Add missing newline in pr_err messages | Yang Jihong | 1 | -6/+6 |
| 2023-06-16 | perf stat: Show average value on multiple runs | Namhyung Kim | 1 | -1/+4 |
| 2023-06-16 | perf stat: Reset aggr stats for each run | Namhyung Kim | 1 | -0/+2 |
| 2023-06-16 | perf stat: New metricgroup output for the default mode | Kan Liang | 1 | -0/+1 |
| 2023-06-15 | perf stat,jevents: Introduce Default tags for the default mode | Kan Liang | 1 | -2/+2 |
| 2023-06-12 | perf stat: Avoid evlist leak | Ian Rogers | 1 | -0/+1 |
| 2023-05-27 | perf pmu: Separate pmu and pmus | Ian Rogers | 1 | -2/+2 |
| 2023-05-27 | perf evlist: Reduce scope of evlist__has_hybrid | Ian Rogers | 1 | -1/+0 |
| 2023-05-27 | perf evlist: Remove evlist__warn_hybrid_group | Ian Rogers | 1 | -3/+0 |
| 2023-05-27 | perf tools: Warn if no user requested CPUs match PMU's CPUs | Ian Rogers | 1 | -4/+1 |
| 2023-05-27 | perf target: Remove unused hybrid value | Ian Rogers | 1 | -1/+0 |
| 2023-05-23 | perf stat: Add "--per-cache" aggregation option and document it | K Prateek Nayak | 1 | -0/+56 |
| 2023-05-23 | perf stat: Setup the foundation to allow aggregation based on cache topology | K Prateek Nayak | 1 | -1/+208 |
| 2023-05-15 | perf stat: Don't disable TopdownL1 metric on hybrid | Ian Rogers | 1 | -6/+1 |
| 2023-05-15 | perf stat: Command line PMU metric filtering | Ian Rogers | 1 | -8/+12 |
| 2023-05-15 | perf metrics: Be PMU specific for referenced metrics. | Ian Rogers | 1 | -3/+3 |
| 2023-05-15 | perf stat: Make cputype filter generic | Ian Rogers | 1 | -5/+7 |
| 2023-05-15 | perf parse-events: Add pmu filter | Ian Rogers | 1 | -3/+7 |
| 2023-05-10 | perf stat: Introduce skippable evsels | Ian Rogers | 1 | -9/+29 |
| 2023-05-05 | perf stat: Separate bperf from bpf_profiler | Dmitrii Dolgov | 1 | -2/+2 |
| 2023-04-28 | perf stat: Disable TopdownL1 on hybrid | Ian Rogers | 1 | -1/+7 |
| 2023-04-24 | perf evsel: Introduce evsel__name_is() method to check if the evsel name is e... | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2023-04-10 | perf util: Move input_name to util | Ian Rogers | 1 | -1/+1 |
| 2023-04-10 | perf stat: Don't write invalid "started on" comment for JSON output | Ian Rogers | 1 | -2/+4 |
| 2023-04-06 | tools: Rename __fallthrough to fallthrough | Liam Howlett | 1 | -1/+1 |
| 2023-03-13 | perf stat: Don't remove all grouped events when CPU maps disagree | Ian Rogers | 1 | -9/+15 |
| 2023-03-10 | Merge remote-tracking branch 'acme/perf-tools' into perf-tools-next | Arnaldo Carvalho de Melo | 1 | -10/+5 |
| 2023-03-02 | perf stat: Fix counting when initial delay configured | Changbin Du | 1 | -10/+5 |
| 2023-02-19 | perf stat: Remove saved_value/runtime_stat | Ian Rogers | 1 | -6/+0 |
| 2023-02-19 | perf stat: Hide runtime_stat | Ian Rogers | 1 | -2/+2 |
| 2023-02-19 | perf stat: Use metrics for --smi-cost | Ian Rogers | 1 | -23/+11 |
| 2023-02-19 | perf stat: Remove hard coded transaction events | Ian Rogers | 1 | -49/+10 |
| 2023-02-19 | perf stat: Implement --topdown using json metrics | Ian Rogers | 1 | -98/+20 |
| 2023-02-19 | perf stat: Add TopdownL1 metric as a default if present | Ian Rogers | 1 | -0/+14 |
| 2023-02-19 | perf metric: Add --metric-no-threshold option | Ian Rogers | 1 | -0/+4 |
| 2023-02-03 | perf stat: Remove evsel metric_name/expr | Ian Rogers | 1 | -1/+0 |
| 2022-12-20 | perf tools: Fix usage of the verbose variable | Yang Jihong | 1 | -2/+2 |
| 2022-12-14 | perf stat: Do not delay the workload with --delay | Namhyung Kim | 1 | -16/+17 |
| 2022-12-14 | perf evlist: Remove group option. | Ian Rogers | 1 | -6/+0 |
| 2022-11-16 | perf thread_map: Reduce exposure of libperf internal API | Ian Rogers | 1 | -0/+1 |
| 2022-11-16 | perf stat: Clear screen only if output file is a tty | Namhyung Kim | 1 | -0/+8 |
| 2022-11-03 | perf stat: Use sig_atomic_t to avoid undefined behaviour in a signal handler | Ian Rogers | 1 | -4/+4 |
| 2022-10-27 | perf tools: Make quiet mode consistent between tools | James Clark | 1 | -4/+4 |
| 2022-10-27 | perf stat: Display percore events properly | Namhyung Kim | 1 | -16/+0 |
| 2022-10-27 | perf stat: Add perf_stat_process_shadow_stats() | Namhyung Kim | 1 | -0/+1 |
| 2022-10-27 | perf stat: Add perf_stat_process_percore() | Namhyung Kim | 1 | -0/+1 |
| 2022-10-27 | perf stat: Add perf_stat_merge_counters() | Namhyung Kim | 1 | -0/+2 |
| 2022-10-27 | perf stat: Split process_counters() to share it with process_stat_round_event() | Namhyung Kim | 1 | -9/+13 |
| 2022-10-27 | perf stat: Reset aggr counts for each interval | Namhyung Kim | 1 | -0/+3 |
| 2022-10-27 | perf stat: Allocate aggr counts for recorded data | Namhyung Kim | 1 | -5/+15 |
| 2022-10-27 | perf stat: Aggregate per-thread stats using evsel->stats->aggr | Namhyung Kim | 1 | -0/+31 |
| 2022-10-27 | perf stat: Aggregate events using evsel->stats->aggr | Namhyung Kim | 1 | -3/+0 |
| 2022-10-27 | perf stat: Allocate evsel->stats->aggr properly | Namhyung Kim | 1 | -3/+3 |
| 2022-10-27 | perf stat: Add 'needs_sort' argument to cpu_aggr_map__new() | Namhyung Kim | 1 | -2/+5 |
| 2022-10-27 | perf stat: Add cpu aggr id for no aggregation mode | Namhyung Kim | 1 | -5/+43 |
| 2022-10-27 | perf stat: Add aggr id for global mode | Namhyung Kim | 1 | -2/+34 |
| 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-07 | 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-30 | 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 |
| 2021-04-20 | perf stat: Basic support for iostat in perf | Alexander Antonov | 1 | -1/+20 |
| 2021-03-24 | perf stat: Align CSV output for summary mode | Jin Yao | 1 | -0/+7 |
| 2021-03-23 | perf stat: Measure 't0' and 'ref_time' after enable_counters() | Song Liu | 1 | -3/+7 |
| 2021-03-23 | perf stat: Introduce 'bperf' to share hardware PMCs with BPF | Song Liu | 1 | -0/+10 |
| 2021-03-23 | perf tools: Fix various typos in comments | Ingo Molnar | 1 | -2/+2 |
| 2021-02-08 | perf stat: Support L2 Topdown events | Kan Liang | 1 | -3/+31 |
| 2021-02-03 | perf stat: Add Topdown metrics events as default events | Kan Liang | 1 | -0/+3 |
| 2021-01-20 | perf tools: Add 'ping' control command | Jiri Olsa | 1 | -0/+1 |
| 2021-01-20 | perf tools: Add 'stop' control command | Jiri Olsa | 1 | -0/+1 |
| 2021-01-20 | perf tools: Add 'evlist' control command | Jiri Olsa | 1 | -0/+1 |
| 2021-01-20 | perf tools: Allow to enable/disable events via control file | Jiri Olsa | 1 | -2/+0 |
| 2021-01-20 | perf stat: Enable counting events for BPF programs | Song Liu | 1 | -14/+68 |
| 2020-12-24 | perf stat aggregation: Add separate core member | James Clark | 1 | -6/+3 |
| 2020-12-24 | perf stat aggregation: Add separate die member | James Clark | 1 | -11/+3 |
| 2020-12-24 | perf stat aggregation: Add separate socket member | James Clark | 1 | -14/+8 |
| 2020-12-24 | perf stat aggregation: Add separate node member | James Clark | 1 | -1/+1 |
| 2020-12-24 | perf stat aggregation: Start using cpu_aggr_id in map | James Clark | 1 | -3/+3 |
| 2020-12-24 | perf cpumap: Drop in cpu_aggr_map struct | James Clark | 1 | -7/+22 |
| 2020-12-24 | perf stat: Replace aggregation ID with a struct | James Clark | 1 | -33/+43 |
| 2020-11-30 | perf evlist: Use the right prefix for 'struct evlist' event group methods | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2020-11-30 | perf evlist: Use the right prefix for 'struct evlist' create maps methods | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2020-11-30 | perf evlist: Use the right prefix for 'struct evlist' print methods | Arnaldo Carvalho de Melo | 1 | -2/+1 |
| 2020-11-30 | perf evlist: Use the right prefix for 'struct evlist' 'filter' methods | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2020-11-30 | perf evlist: Use the right prefix for 'struct evlist' stats methods | Arnaldo Carvalho de Melo | 1 | -8/+8 |
| 2020-11-30 | perf evlist: Use the right prefix for 'struct evlist' 'workload' methods | Arnaldo Carvalho de Melo | 1 | -4/+3 |
| 2020-11-30 | perf evlist: Use the right prefix for 'struct evlist' methods: evlist__set_le... | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2020-11-04 | perf stat: Add --quiet option | Andi Kleen | 1 | -1/+5 |
| 2020-11-04 | perf stat: Support regex pattern in --for-each-cgroup | Namhyung Kim | 1 | -1/+4 |
| 2020-09-28 | perf tools: Allow creation of cgroup without open | Namhyung Kim | 1 | -1/+1 |
| 2020-09-28 | perf tools: Copy metric events properly when expand cgroups | Namhyung Kim | 1 | -1/+2 |
| 2020-09-28 | perf stat: Add --for-each-cgroup option | Namhyung Kim | 1 | -1/+26 |
| 2020-09-23 | perf stat: Skip duration_time in setup_system_wide | Jin Yao | 1 | -1/+3 |
| 2020-09-17 | perf stat: Support new per thread TopDown metrics | Andi Kleen | 1 | -2/+28 |
| 2020-09-17 | perf tools: Rename group to topdown | Kan Liang | 1 | -50/+1 |
| 2020-09-04 | perf tools: Consolidate close_control_option()'s into one function | Adrian Hunter | 1 | -11/+1 |
| 2020-09-04 | perf record: Add 'snapshot' control command | Adrian Hunter | 1 | -0/+1 |
| 2020-09-04 | perf tools: Add FIFO file names as alternative options to --control | Adrian Hunter | 1 | -3/+15 |
| 2020-09-04 | perf tools: Consolidate --control option parsing into one function | Adrian Hunter | 1 | -20/+2 |
| 2020-09-03 | perf stat: Turn off summary for interval mode by default | Jin Yao | 1 | -3/+5 |
| 2020-08-04 | perf stat: Introduce --control fd:ctl-fd[,ack-fd] options | Alexey Budankov | 1 | -1/+39 |
| 2020-07-22 | perf stat: Implement control commands handling | Alexey Budankov | 1 | -18/+65 |
| 2020-07-22 | perf stat: extend -D,--delay option with -1 value | Alexey Budankov | 1 | -4/+14 |
| 2020-07-22 | perf stat: Factor out event handling loop into dispatch_events() | Alexey Budankov | 1 | -12/+24 |
| 2020-07-22 | perf stat: Factor out body of event handling loop for fork case | Alexey Budankov | 1 | -4/+1 |
| 2020-07-22 | perf stat: Move target check to loop control statement | Alexey Budankov | 1 | -3/+1 |
| 2020-07-22 | perf stat: Factor out body of event handling loop for system wide | Alexey Budankov | 1 | -6/+11 |
| 2020-06-22 | perf evlist: Fix the class prefix for 'struct evlist' 'add' evsel methods | Arnaldo Carvalho de Melo | 1 | -9/+7 |
| 2020-06-22 | perf tools: Release metric_events rblist | Jiri Olsa | 1 | -0/+1 |
| 2020-06-02 | perf stat: Ensure group is defined on top of the same cpu mask | Jiri Olsa | 1 | -0/+55 |
| 2020-05-29 | perf tools: Add optional support for libpfm4 | Stephane Eranian | 1 | -0/+6 |
| 2020-05-28 | perf metricgroup: Add options to not group or merge | Ian Rogers | 1 | -1/+10 |
| 2020-05-28 | perf config: Add stat.big-num support | Paul A. Clarke | 1 | -0/+6 |