aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/ui/browsers/annotate.c
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <[email protected]>2019-11-04 19:52:19 +0000
committerArnaldo Carvalho de Melo <[email protected]>2019-11-12 11:20:53 +0000
commit94e44b9ca52a72cddd07111a8beb12a2f217c6a2 (patch)
tree7074db98f40367648d977e4abf7cf953affef65f /tools/perf/ui/browsers/annotate.c
parentperf tools: Add a 'struct map_groups' pointer to 'struct map_symbol' (diff)
downloadkernel-94e44b9ca52a72cddd07111a8beb12a2f217c6a2.tar.gz
kernel-94e44b9ca52a72cddd07111a8beb12a2f217c6a2.zip
perf annotate: Stop using map->groups, use map_symbol->mg instead
These were the last uses of map->groups, next cset will nuke it. Cc: Adrian Hunter <[email protected]> Cc: Andi Kleen <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Namhyung Kim <[email protected]> Link: https://lkml.kernel.org/n/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/ui/browsers/annotate.c')
-rw-r--r--tools/perf/ui/browsers/annotate.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/ui/browsers/annotate.c b/tools/perf/ui/browsers/annotate.c
index ad1fe5b6d0cd..992705c78bd0 100644
--- a/tools/perf/ui/browsers/annotate.c
+++ b/tools/perf/ui/browsers/annotate.c
@@ -430,6 +430,7 @@ static bool annotate_browser__callq(struct annotate_browser *browser,
return true;
}
+ target_ms.mg = ms->mg;
target_ms.map = ms->map;
target_ms.sym = dl->ops.target.sym;
pthread_mutex_unlock(&notes->lock);