commit | e4559d5a5b769940c6bdb7358da2335749b7abf3 | [log] [tgz] |
---|---|---|
author | Namhyung Kim <namhyung@kernel.org> | Sat Oct 08 22:31:15 2022 -0700 |
committer | Namhyung Kim <namhyung@kernel.org> | Mon Oct 17 18:39:53 2022 -0700 |
tree | c9adc631396f1aae4b342a89efadda4f54db46d5 | |
parent | 96187f82a8fd20140f1acd7534b9b42affda30dc [diff] |
perf stat: Remove unused perf_counts.aggr field The aggr field in the struct perf_counts is to keep the aggregated value in the AGGR_GLOBAL for the old code. But it's not used anymore. Acked-by: Ian Rogers <irogers@google.com> Signed-off-by: Namhyung Kim <namhyung@kernel.org>