OSDN Git Service

perf annotate: Add annotation_line__add function
authorJiri Olsa <jolsa@kernel.org>
Wed, 11 Oct 2017 15:01:35 +0000 (17:01 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 13 Nov 2017 12:39:59 +0000 (09:39 -0300)
commit82b9d7ff096b7e7ae3efaeb341ee673bb494bb61
tree274062c8fcd2217570a7eb840283ddb918385f49
parentc4c724364d398a9746410d5ff482e8c4c7228249
perf annotate: Add annotation_line__add function

Rename disasm__add() into annotation_line__add() to make it work over a
generic struct annotation_line.

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-13-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/annotate.c