]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
perf tools: Add map_groups to 'struct addr_location'
authorArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 4 Nov 2019 12:59:48 +0000 (09:59 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 12 Nov 2019 11:20:53 +0000 (08:20 -0300)
commitd3a022cbdce6f361b1effbff1eb18546690592c8
tree3c341a6da5df42215d8033445746b7b5d91a0bc6
parent9d355b381b35be1ac4e77600d6b9b27c674c5d5f
perf tools: Add map_groups to 'struct addr_location'

From there we can get al->mg->machine, so replace that field with the
more useful 'struct map_groups' that for now we're obtaining from
al->map->groups, and that is one thing getting into the way of maps
being fully shareable.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lkml.kernel.org/n/tip-4qdducrm32tgrjupcp0kjh1e@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/callchain.c
tools/perf/util/db-export.c
tools/perf/util/event.c
tools/perf/util/scripting-engines/trace-event-python.c
tools/perf/util/symbol.h