]> git.baikalelectronics.ru Git - kernel.git/commit
perf annotate: Add map into struct annotate_args
authorJiri Olsa <jolsa@kernel.org>
Wed, 11 Oct 2017 15:01:31 +0000 (17:01 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 13 Nov 2017 12:39:58 +0000 (09:39 -0300)
commit126629eb63193816a2f1a5bc7d5166bbb30e699b
tree6e4e56c7602ffaa9c14c6b794686acf45ba7cea9
parent994798f3ce61d9d6a0d64435867f8c59f69898b4
perf annotate: Add map into struct annotate_args

Add map into struct annotate_args to reduce the number of arguments
that need to travel all the way to line allocation.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: Andi Kleen <andi@firstfloor.org>
Cc: David Ahern <dsahern@gmail.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20171011150158.11895-9-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/annotate.c