diff options
author | Namhyung Kim <[email protected]> | 2020-09-15 12:18:17 +0900 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2020-09-15 09:22:21 -0300 |
commit | 6f47ed6cd12a0ea9b55b19b5d6e4a3b490a97bdf (patch) | |
tree | 40ded442b07adb209ccbadac84005d8a91165579 /lib/mpi | |
parent | 27adafcda3d8b8a818e85d58eea95b85b5f513f9 (diff) |
perf metric: Do not free metric when failed to resolve
It's dangerous to free the original metric when it's called from
resolve_metric() as it's already in the metric_list and might have other
resources too. Instead, it'd better let them bail out and be released
properly at the later stage.
So add a check when it's called from metricgroup__add_metric() and
release it. Also make sure that mp is set properly.
Fixes: 83de0b7d535de ("perf metric: Collect referenced metrics in struct metric_ref_node")
Signed-off-by: Namhyung Kim <[email protected]>
Acked-by: Jiri Olsa <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: Andi Kleen <[email protected]>
Cc: Ian Rogers <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Stephane Eranian <[email protected]>
Link: http://lore.kernel.org/lkml/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'lib/mpi')
0 files changed, 0 insertions, 0 deletions