summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-stat.c
AgeCommit message (Expand)Author
2024-09-11perf evsel: Add accessor for tool_eventIan Rogers
2024-08-13perf stat: Add command line option for enabling TPEBS recordingWeilin Wang
2024-08-13perf stat: Fork and launch 'perf record' when 'perf stat' needs to get retire...Weilin Wang
2024-08-12perf stat: Use perf_tool__init()Ian Rogers
2024-08-12perf tool: Constify tool pointersIan Rogers
2024-08-01perf bpf-filter: Pass 'target' to perf_bpf_filter__prepare()Namhyung Kim
2024-06-10perf evsel: Refactor tool eventsIan Rogers
2024-06-07perf stat: Choose the most disaggregate command line optionIan Rogers
2024-06-07perf stat: Make options localIan Rogers
2024-05-07perf cpumap: Remove refcnt from 'struct cpu_aggr_map'Ian Rogers
2024-04-18perf stat: Add new field in stat_config to enable hardware aware groupingWeilin Wang
2024-03-21perf stat: Remove duplicate cpus_map_matched functionIan Rogers
2024-03-21perf cpumap: Clean up use of perf_cpu_map__has_any_cpu_or_is_emptyIan Rogers
2024-02-09perf stat: Support per-cluster aggregationYicong Yang
2023-12-14perf stat: Combine the -A/--no-aggr and --no-merge optionsIan Rogers
2023-12-12libperf cpumap: Rename perf_cpu_map__empty() to perf_cpu_map__has_any_cpu_or_...Ian Rogers
2023-12-11perf stat: Fix help message for --metric-no-threshold optionIan Rogers
2023-12-06perf stat: Exit perf stat if parse groups failsIan Rogers
2023-12-06perf evsel: Fallback to "task-clock" when not system wideIan Rogers
2023-09-11perf stat: Fix aggr mode initializationIan Rogers
2023-06-20perf stat: Add missing newline in pr_err messagesYang Jihong
2023-06-16perf stat: Show average value on multiple runsNamhyung Kim
2023-06-16perf stat: Reset aggr stats for each runNamhyung Kim
2023-06-16perf stat: New metricgroup output for the default modeKan Liang
2023-06-15perf stat,jevents: Introduce Default tags for the default modeKan Liang
2023-06-12perf stat: Avoid evlist leakIan Rogers
2023-05-27perf pmu: Separate pmu and pmusIan Rogers
2023-05-27perf evlist: Reduce scope of evlist__has_hybridIan Rogers
2023-05-27perf evlist: Remove evlist__warn_hybrid_groupIan Rogers
2023-05-27perf tools: Warn if no user requested CPUs match PMU's CPUsIan Rogers
2023-05-27perf target: Remove unused hybrid valueIan Rogers
2023-05-23perf stat: Add "--per-cache" aggregation option and document itK Prateek Nayak
2023-05-23perf stat: Setup the foundation to allow aggregation based on cache topologyK Prateek Nayak
2023-05-15perf stat: Don't disable TopdownL1 metric on hybridIan Rogers
2023-05-15perf stat: Command line PMU metric filteringIan Rogers
2023-05-15perf metrics: Be PMU specific for referenced metrics.Ian Rogers
2023-05-15perf stat: Make cputype filter genericIan Rogers
2023-05-15perf parse-events: Add pmu filterIan Rogers
2023-05-10perf stat: Introduce skippable evselsIan Rogers
2023-05-05perf stat: Separate bperf from bpf_profilerDmitrii Dolgov
2023-04-28perf stat: Disable TopdownL1 on hybridIan Rogers
2023-04-24perf evsel: Introduce evsel__name_is() method to check if the evsel name is e...Arnaldo Carvalho de Melo
2023-04-10perf util: Move input_name to utilIan Rogers
2023-04-10perf stat: Don't write invalid "started on" comment for JSON outputIan Rogers
2023-04-06tools: Rename __fallthrough to fallthroughLiam Howlett
2023-03-13perf stat: Don't remove all grouped events when CPU maps disagreeIan Rogers
2023-03-10Merge remote-tracking branch 'acme/perf-tools' into perf-tools-nextArnaldo Carvalho de Melo
2023-03-02perf stat: Fix counting when initial delay configuredChangbin Du
2023-02-19perf stat: Remove saved_value/runtime_statIan Rogers
2023-02-19perf stat: Hide runtime_statIan Rogers