mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-16 03:11:11 -04:00
perf metricgroup: Update comment on location of metric_event list
Update comment as the stat_config no longer holds all metrics.
Signed-off-by: Ian Rogers <irogers@google.com>
Fixes: faebee18d7 ("perf stat: Move metric list from config to evlist")
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user