]> git.baikalelectronics.ru Git - 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)
commitf3eda094e81f1d918dda6583ec6650c90f47eebb
tree3c341a6da5df42215d8033445746b7b5d91a0bc6
parenteb2837068cccfcc9890cdb6171d7056244f4ed88
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