Re: [PATCH 00/35] perf annotate: Use generic annotation line

From: Jiri Olsa
Date: Thu Nov 02 2017 - 08:16:40 EST


On Wed, Oct 11, 2017 at 05:01:23PM +0200, Jiri Olsa wrote:
> hi,
> I'm working on script profiling support and came up
> with some generic annotation code changes, which IMO
> make the code simpler and more generic.
>
> The main idea of this patchset is to have generic
> struct (annotation_line), which holds the common
> profile data. Having this we can easily add new
> types, like script annotation support. Currently
> there's disasm_line support only.
>
> It's also available at:
> git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf.git perf/annotate

updated with last perf/core and pushed out

jirka