linux/tools/perf/ui/gtk
Arnaldo Carvalho de Melo 2975489458 perf annotate: Pass a 'map_symbol' in places receiving a pair of 'map' and 'symbol' pointers
We are already passing things like:

  symbol__annotate(ms->sym, ms->map, ...)

So shorten the signature of such functions to receive the 'map_symbol'
pointer.

This also paves the way to having the 'struct map_groups' pointer in the
'struct map_symbol' so that we can get rid of 'struct map'->groups.

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-23yx8v1t41nzpkpi7rdrozww@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2019-11-12 08:20:53 -03:00
..
annotate.c perf annotate: Pass a 'map_symbol' in places receiving a pair of 'map' and 'symbol' pointers 2019-11-12 08:20:53 -03:00
browser.c perf tools: Remove needless evlist.h include directives 2019-08-31 22:24:10 -03:00
Build perf build: Add gtk objects building 2015-02-12 11:49:12 -03:00
gtk.h perf evlist: Rename struct perf_evlist to struct evlist 2019-07-29 18:34:42 -03:00
helpline.c perf tools: Remove debug.h from places where it is not needed 2019-09-20 09:19:20 -03:00
hists.c perf evlist: Adopt backwards ring buffer state enum 2019-09-25 09:51:45 -03:00
progress.c perf tools: Remove util.h from where it is not needed 2019-09-20 09:19:20 -03:00
setup.c perf debug: No need to include ui/util.h 2019-09-20 09:19:20 -03:00
util.c perf tools: Remove debug.h from places where it is not needed 2019-09-20 09:19:20 -03:00