]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
perf metricgroup: Update comment on location of metric_event list
authorIan Rogers <irogers@google.com>
Fri, 24 Oct 2025 17:58:37 +0000 (10:58 -0700)
committerNamhyung Kim <namhyung@kernel.org>
Tue, 4 Nov 2025 04:57:21 +0000 (20:57 -0800)
Update comment as the stat_config no longer holds all metrics.

Signed-off-by: Ian Rogers <irogers@google.com>
Fixes: faebee18d720 ("perf stat: Move metric list from config to evlist")
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/util/metricgroup.h

index 324880b2ed8f2e66ec334ab9f97ea02a4a360978..4be6bfc13c467d54617cb081c96c068eb373f67b 100644 (file)
@@ -16,7 +16,7 @@ struct cgroup;
 
 /**
  * A node in a rblist keyed by the evsel. The global rblist of metric events
- * generally exists in perf_stat_config. The evsel is looked up in the rblist
+ * generally exists in evlist. The evsel is looked up in the rblist
  * yielding a list of metric_expr.
  */
 struct metric_event {