- f08cc25 perf evsel: Add accessor for tool_event by Ian Rogers · 7 months ago
- d546e3a perf stat: Add command line option for enabling TPEBS recording by Weilin Wang · 8 months ago
- 8db5cab perf stat: Fork and launch 'perf record' when 'perf stat' needs to get retire latency value for a metric. by Weilin Wang · 8 months ago
- 071b117 perf stat: Use perf_tool__init() by Ian Rogers · 8 months ago
- 30f29ba perf tool: Constify tool pointers by Ian Rogers · 8 months ago
- 966854e perf bpf-filter: Pass 'target' to perf_bpf_filter__prepare() by Namhyung Kim · 9 months ago
- 6828d692 perf evsel: Refactor tool events by Ian Rogers · 11 months ago
- f580365 perf stat: Choose the most disaggregate command line option by Ian Rogers · 10 months ago
- 0dddd91 perf stat: Make options local by Ian Rogers · 10 months ago
- a8cd476 perf cpumap: Remove refcnt from 'struct cpu_aggr_map' by Ian Rogers · 11 months ago
- 03f2357 perf stat: Add new field in stat_config to enable hardware aware grouping by Weilin Wang · 12 months ago
- 954ac1b perf stat: Remove duplicate cpus_map_matched function by Ian Rogers · 1 year, 2 months ago
- 3e5deb7 perf cpumap: Clean up use of perf_cpu_map__has_any_cpu_or_is_empty by Ian Rogers · 1 year, 2 months ago
- cbc917a perf stat: Support per-cluster aggregation by Yicong Yang · 1 year, 2 months ago
- 6f33e6f perf stat: Combine the -A/--no-aggr and --no-merge options by Ian Rogers · 1 year, 4 months ago
- 923ca62 libperf cpumap: Rename perf_cpu_map__empty() to perf_cpu_map__has_any_cpu_or_is_empty() by Ian Rogers · 1 year, 4 months ago
- 8596ba3 perf stat: Fix help message for --metric-no-threshold option by Ian Rogers · 1 year, 4 months ago
- 0713ab3 perf stat: Exit perf stat if parse groups fails by Ian Rogers · 1 year, 4 months ago
- eb2eac0c perf evsel: Fallback to "task-clock" when not system wide by Ian Rogers · 1 year, 4 months ago
- a84fbf2 perf stat: Fix aggr mode initialization by Ian Rogers · 1 year, 7 months ago
- db1f5f1 perf stat: Add missing newline in pr_err messages by Yang Jihong · 1 year, 10 months ago
- dada1a1 perf stat: Show average value on multiple runs by Namhyung Kim · 1 year, 10 months ago
- ed4090a perf stat: Reset aggr stats for each run by Namhyung Kim · 1 year, 10 months ago
- 6a80d79 perf stat: New metricgroup output for the default mode by Kan Liang · 1 year, 10 months ago
- b0a9e8f perf stat,jevents: Introduce Default tags for the default mode by Kan Liang · 1 year, 10 months ago
- 2b87be1 perf stat: Avoid evlist leak by Ian Rogers · 1 year, 10 months ago
- 1eaf496 perf pmu: Separate pmu and pmus by Ian Rogers · 1 year, 10 months ago
- b167b53 perf evlist: Reduce scope of evlist__has_hybrid by Ian Rogers · 1 year, 10 months ago
- b4388df perf evlist: Remove evlist__warn_hybrid_group by Ian Rogers · 1 year, 10 months ago
- 5ac7263 perf tools: Warn if no user requested CPUs match PMU's CPUs by Ian Rogers · 1 year, 10 months ago
- 8ec984d perf target: Remove unused hybrid value by Ian Rogers · 1 year, 10 months ago
- aab667c perf stat: Add "--per-cache" aggregation option and document it by K Prateek Nayak · 1 year, 11 months ago
- 995ed07 perf stat: Setup the foundation to allow aggregation based on cache topology by K Prateek Nayak · 1 year, 11 months ago
- 718eabe perf stat: Don't disable TopdownL1 metric on hybrid by Ian Rogers · 1 year, 11 months ago
- dae47d3 perf stat: Command line PMU metric filtering by Ian Rogers · 1 year, 11 months ago
- bd3846d perf metrics: Be PMU specific for referenced metrics. by Ian Rogers · 1 year, 11 months ago
- 003be8c perf stat: Make cputype filter generic by Ian Rogers · 1 year, 11 months ago
- 411ad22 perf parse-events: Add pmu filter by Ian Rogers · 1 year, 11 months ago
- 1b11482 perf stat: Introduce skippable evsels by Ian Rogers · 1 year, 11 months ago
- ecc68ee perf stat: Separate bperf from bpf_profiler by Dmitrii Dolgov · 2 years ago
- 06bff3d perf stat: Disable TopdownL1 on hybrid by Ian Rogers · 1 year, 11 months ago
- ce1d3bc perf evsel: Introduce evsel__name_is() method to check if the evsel name is equal to a given string by Arnaldo Carvalho de Melo · 2 years ago
- f12ad27 perf util: Move input_name to util by Ian Rogers · 2 years ago
- 4228df8 perf stat: Don't write invalid "started on" comment for JSON output by Ian Rogers · 2 years ago
- f7a858b tools: Rename __fallthrough to fallthrough by Liam Howlett · 2 years, 4 months ago
- bc6c6cd perf stat: Don't remove all grouped events when CPU maps disagree by Ian Rogers · 2 years, 1 month ago
- b8fa3e3 Merge remote-tracking branch 'acme/perf-tools' into perf-tools-next by Arnaldo Carvalho de Melo · 2 years, 1 month ago
- 25f69c6 perf stat: Fix counting when initial delay configured by Changbin Du · 2 years, 1 month ago
- aa0964e perf stat: Remove saved_value/runtime_stat by Ian Rogers · 2 years, 1 month ago
- cc26ffa perf stat: Hide runtime_stat by Ian Rogers · 2 years, 1 month ago
- c23f5cc perf stat: Use metrics for --smi-cost by Ian Rogers · 2 years, 1 month ago
- d6964c5 perf stat: Remove hard coded transaction events by Ian Rogers · 2 years, 1 month ago
- 1647cd5 perf stat: Implement --topdown using json metrics by Ian Rogers · 2 years, 1 month ago
- 94b1a60 perf stat: Add TopdownL1 metric as a default if present by Ian Rogers · 2 years, 1 month ago
- 1fd09e2 perf metric: Add --metric-no-threshold option by Ian Rogers · 2 years, 1 month ago
- 6f8f98a perf stat: Remove evsel metric_name/expr by Ian Rogers · 2 years, 2 months ago
- 7c0a614 perf tools: Fix usage of the verbose variable by Yang Jihong · 2 years, 3 months ago
- c587e77 perf stat: Do not delay the workload with --delay by Namhyung Kim · 2 years, 4 months ago
- 5f8f956 perf evlist: Remove group option. by Ian Rogers · 2 years, 4 months ago
- fd3f518 perf thread_map: Reduce exposure of libperf internal API by Ian Rogers · 2 years, 5 months ago
- f5bc442 perf stat: Clear screen only if output file is a tty by Namhyung Kim · 2 years, 5 months ago
- 01513fd perf stat: Use sig_atomic_t to avoid undefined behaviour in a signal handler by Ian Rogers · 2 years, 5 months ago
- a527c2c perf tools: Make quiet mode consistent between tools by James Clark · 2 years, 5 months ago
- cec94d6 perf stat: Display percore events properly by Namhyung Kim · 2 years, 5 months ago
- 88f1d35 perf stat: Add perf_stat_process_shadow_stats() by Namhyung Kim · 2 years, 5 months ago
- 1d6d2be perf stat: Add perf_stat_process_percore() by Namhyung Kim · 2 years, 5 months ago
- 942c559 perf stat: Add perf_stat_merge_counters() by Namhyung Kim · 2 years, 5 months ago
- 8962cbe perf stat: Split process_counters() to share it with process_stat_round_event() by Namhyung Kim · 2 years, 5 months ago
- 8f97963 perf stat: Reset aggr counts for each interval by Namhyung Kim · 2 years, 5 months ago
- ae7e649 perf stat: Allocate aggr counts for recorded data by Namhyung Kim · 2 years, 5 months ago
- 050059e perf stat: Aggregate per-thread stats using evsel->stats->aggr by Namhyung Kim · 2 years, 5 months ago
- f976bc6 perf stat: Aggregate events using evsel->stats->aggr by Namhyung Kim · 2 years, 5 months ago
- 1f297a6 perf stat: Allocate evsel->stats->aggr properly by Namhyung Kim · 2 years, 5 months ago
- 505ac48 perf stat: Add 'needs_sort' argument to cpu_aggr_map__new() by Namhyung Kim · 2 years, 5 months ago
- 8938cfa perf stat: Add cpu aggr id for no aggregation mode by Namhyung Kim · 2 years, 5 months ago
- 375369a perf stat: Add aggr id for global mode by Namhyung Kim · 2 years, 5 months ago
- f407aac perf stat: Kill unused per-thread runtime stats by Namhyung Kim · 2 years, 6 months ago
- c7c43e3 perf stat: Clean redundant if in process_evlist by Shang XiaoJing · 2 years, 6 months ago
- cdd3b15d perf stat: Merge cases in process_evlist by Shang XiaoJing · 2 years, 6 months ago
- 1725e9c perf metrics: Wire up core_wide by Ian Rogers · 2 years, 7 months ago
- a4b8cfc perf stat: Delay metric parsing by Ian Rogers · 2 years, 7 months ago
- f0c86a2 perf stat: Fix L2 Topdown metrics disappear for raw events by Zhengjun Xing · 2 years, 7 months ago
- bf515f0 perf stat: Clear evsel->reset_group for each stat run by Ian Rogers · 2 years, 7 months ago
- 8d33834 perf stat: Remove duplicated include in builtin-stat.c by Yang Li · 2 years, 8 months ago
- df936ca perf stat: Add JSON output option by Claire Jensen · 2 years, 8 months ago
- bb8bc52 perf stat: Refactor __run_perf_stat() common code by Adrián Herrera Arcila · 2 years, 8 months ago
- 9a0b362 perf stat: Add topdown metrics in the default perf stat on the hybrid machine by Zhengjun Xing · 2 years, 8 months ago
- a9c1ecd perf evlist: Always use arch_evlist__add_default_attrs() by Kan Liang · 2 years, 8 months ago
- ace3e31 perf stat: Revert "perf stat: Add default hybrid events" by Kan Liang · 2 years, 8 months ago
- 448ce0e perf stat: Enable ignore_missing_thread by Gang Li · 2 years, 9 months ago
- d3345fe perf stat: Add requires_cpu flag for uncore by Adrian Hunter · 2 years, 10 months ago
- e8f4f79 perf stat: Always keep perf metrics topdown events in a group by Kan Liang · 2 years, 11 months ago
- d7e3c39 perf stat: Support hybrid --topdown option by Zhengjun Xing · 3 years ago
- 2c8e645 perf stat: Merge event counts from all hybrid PMUs by Zhengjun Xing · 3 years ago
- b03b89b perf stat: Add user_time and system_time events by Florian Fischer · 3 years ago
- c735b0a5 perf stat: Introduce stats for the user and system rusage times by Florian Fischer · 3 years ago
- 0df6ade7 perf evlist: Rename cpus to user_requested_cpus by Ian Rogers · 3 years ago
- 8a96f45 perf stat: Avoid SEGV if core.cpus isn't set by Ian Rogers · 3 years ago
- ae0f4eb perf tools: Enhance the matching of sub-commands abbreviations by Wei Li · 3 years ago
- d0a0a51 perf stat: Fix forked applications enablement of counters by Thomas Richter · 3 years ago