Re: [patch 0/4] perf_counter tools: support annotation of livekernel modules

From: Ingo Molnar
Date: Fri Jul 03 2009 - 03:29:59 EST



* Mike Galbraith <efault@xxxxxx> wrote:

> On Thu, 2009-07-02 at 09:17 +0200, Mike Galbraith wrote:
>
> > After I resurrect (well, try) live annotation in top...
>
> Random thought wrt live top annotation: instead of resurrecting in
> the previous form, which could be a bit intrusive display space
> wise, what do you think of this idea?
>
> Provide a kbd input snapshot trigger which builds a perf record
> (hard?) compatible file for the symbols being displayed. Start a
> background task to annotate the lot, stuffing annotate output into
> an output file.
>
> Better ideas highly welcome.

Hm, is there really a performance problem?

We need to calculate and cache the objdump annotation output once,
but after that it should be pretty fast as we just display updated
counts with the same lines over and over again. No repeated objdump
runs are needed.

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/