- Previous thread: [PATCH] net: Keep interface binding when sending packets with ipi_ifindex = 0
- Next thread: linux-next: Tree for July 2
- Threads sorted by date: kernel 200907
* Frederic Weisbecker wrote:
> On Fri, Jul 03, 2009 at 09:17:39AM +0200, Mike Galbraith wrote:
> > On Thu, 2009-07-02 at 14:10 +0200, Peter Zijlstra wrote:
> > > On Thu, 2009-07-02 at 09:17 +0200, Mike Galbraith wrote:
> > >
> > > > I've been pondering a perf archive tool
> > > > that would package everything that's needed to do analysis on a
> > > > different box. One big problem though, is that while you can easily
> > > > package vmlinux and modules, what about all the userland binaries? A
> > > > large perf.data and/or debug info binaries can easily make transport
> > > > impractical enough.
> > >
> > > I would simply extend the current file header with another section in
> > > which we do a structured storage of the data structures we currently
> > > build in perf-report. That is, the dso and symbol bits.
> > >
> > > If we then run perf-report on a file containing such a section we read
> > > that data instead of trying to locate them the regular way.
> >
> > That's a good idea.
> >
> > If uname doesn't match stored record time uname, you're not live, so
> > tools require an exportable perf.data. If you're not live and not on
> > the same host, annotate requires binaries appended via an export tool
> > with --sym-filter -k -u -% whatever capability.
> >
> > -Mike
>
>
> Also that would make easier the implementation of a perf compare
> thing. A perf compare may have several uses, including:
>
> (1) comparing different workloads with a same executable.
> (2) comparing different executable versions for a same workload
> (3) (1) + (2) ?
>
> For the (2), having self contained record files as operands would
> let comparisons based on symbols, pretty useful when you have to
> compare two different vmlinux (or whatever binary executable).
very good points.
Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Conversations: [patch 0/4] perf_counter tools: support annotation of live kernel modules
- [patch 0/4] perf_counter tools: support annotation of live kernel modules by Mike Galbraith on 2009-07-02T06:04:29+00:00
- [patch 1/4] perf_counter tools: Make symbol loading consistently return number of loaded symbols by Mike Galbraith on 2009-07-02T06:06:27+00:00
- [patch 2/4] perf_counter tools: Add infrastructure to support loading of kernel module symbols by Mike Galbraith on 2009-07-02T06:07:38+00:00
- [patch 3/4] perf_counter tools: connect module support infrastructure to symbol loading infrastructure by Mike Galbraith on 2009-07-02T06:08:57+00:00
- [patch 4/4] perf_counter tools: Enable kernel module symbol loading in tools by Mike Galbraith on 2009-07-02T06:10:08+00:00
- Re: [patch 0/4] perf_counter tools: support annotation of live kernel modules by Ingo Molnar on 2009-07-02T06:47:40+00:00
- [tip:perfcounters/urgent] perf_counter tools: Make symbol loading consistently return number of loaded symbols by tip-bot for Mike Galbraith on 2009-07-02T07:07:44+00:00
- [tip:perfcounters/urgent] perf_counter tools: Add infrastructure to support loading of kernel module symbols by tip-bot for Mike Galbraith on 2009-07-02T07:08:08+00:00
- [tip:perfcounters/urgent] perf_counter tools: Enable kernel module symbol loading in tools by tip-bot for Mike Galbraith on 2009-07-02T07:08:08+00:00
- [tip:perfcounters/urgent] perf_counter tools: Connect module support infrastructure to symbol loading infrastructure by tip-bot for Mike Galbraith on 2009-07-02T07:08:40+00:00
- Re: [patch 0/4] perf_counter tools: support annotation of live kernel modules by Mike Galbraith on 2009-07-02T07:18:27+00:00
- Re: [patch 0/4] perf_counter tools: support annotation of live kernel modules by Ingo Molnar on 2009-07-02T07:42:45+00:00
- Re: [patch 0/4] perf_counter tools: support annotation of live kernel modules by Mike Galbraith on 2009-07-02T07:56:05+00:00
- Re: [patch 0/4] perf_counter tools: support annotation of live kernel modules by Mike Galbraith on 2009-07-02T08:43:21+00:00
- Re: [patch 0/4] perf_counter tools: support annotation of live kernel modules by Mike Galbraith on 2009-07-02T08:54:02+00:00
- Re: [patch 0/4] perf_counter tools: support annotation of live kernel modules by Peter Zijlstra on 2009-07-02T12:11:17+00:00
- Re: [patch 0/4] perf_counter tools: support annotation of live kernel modules by Mike Galbraith on 2009-07-03T07:18:01+00:00
- Re: [patch 0/4] perf_counter tools: support annotation of live kernel modules by Ingo Molnar on 2009-07-03T07:24:33+00:00
- Re: [patch 0/4] perf_counter tools: support annotation of live kernel modules by Ingo Molnar on 2009-07-03T07:27:50+00:00
- Re: [patch 0/4] perf_counter tools: support annotation of live kernel modules by Ingo Molnar on 2009-07-03T07:30:09+00:00
- Re: [patch 0/4] perf_counter tools: support annotation of live kernel modules by Jaswinder Singh Rajput on 2009-07-03T07:33:04+00:00
- Re: [patch 0/4] perf_counter tools: support annotation of live kernel modules by Mike Galbraith on 2009-07-03T07:36:46+00:00
- Re: [patch 0/4] perf_counter tools: support annotation of live kernel modules by Mike Galbraith on 2009-07-03T08:01:26+00:00
- Re: [patch 0/4] perf_counter tools: support annotation of live kernel modules by Ingo Molnar on 2009-07-03T08:16:42+00:00
- Re: [patch 0/4] perf_counter tools: support annotation of live kernel modules by Mike Galbraith on 2009-07-03T08:35:56+00:00
- Re: [patch 0/4] perf_counter tools: support annotation of live kernel modules by Frederic Weisbecker on 2009-07-03T08:41:36+00:00
- Re: [patch 0/4] perf_counter tools: support annotation of live kernel modules by Ingo Molnar on 2009-07-03T08:54:07+00:00
- Re: [patch 0/4] perf_counter tools: support annotation of live kernel modules by Frederic Weisbecker on 2009-07-03T08:54:25+00:00
Related Threads
- Error with gems 1.2.0 on ubuntu hardy - ruby
- [PHP-DEV] Request for Comments: Horizontal Reuse for PHP - php
- Re: Postfix Virtual - postfix
- tracing pf code - freebsd
- debian packages for loop-aes maintained by ??? - debian
- Linux guest OS shuts down after login - redhat
- conditional assigments vs. "may be used uninitialized" - gcc
- radeonhd 1.2.3 working for DRI ? - debian
- [users@httpd] Apache process PPID=1 in Solaris - httpd
- Please update the translation of the Debian Social contract - debian
- Dear Postfix Team - postfix