mirror of
https://github.com/torvalds/linux.git
synced 2026-05-29 17:43:52 +02: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:
parent
371d32394e
commit
5faa23cdab
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user