Re: [PATCH] pmcannotate tool

2008-11-23 Thread Alexander Leidinger
Quoting Jeff Roberson <[EMAIL PROTECTED]> (from Sun, 23 Nov 2008 13:50:35 -1000 (HST)): On Mon, 24 Nov 2008, Attilio Rao wrote: 2008/11/23, Alexander Leidinger <[EMAIL PROTECTED]>: Quoting Attilio Rao <[EMAIL PROTECTED]> (from Sun, 23 Nov 2008 14:02:22 +0100): pmcannotate is a tool that

Re: [PATCH] pmcannotate tool

2008-11-23 Thread Alexander Leidinger
Quoting Attilio Rao <[EMAIL PROTECTED]> (from Mon, 24 Nov 2008 00:46:29 +0100): 2008/11/23, Alexander Leidinger <[EMAIL PROTECTED]>: Quoting Attilio Rao <[EMAIL PROTECTED]> (from Sun, 23 Nov 2008 14:02:22 +0100): > pmcannotate is a tool that prints out sources of a tool (in C or > assembly)

Re: [PATCH] pmcannotate tool

2008-11-23 Thread Jeff Roberson
On Mon, 24 Nov 2008, Attilio Rao wrote: 2008/11/23, Alexander Leidinger <[EMAIL PROTECTED]>: Quoting Attilio Rao <[EMAIL PROTECTED]> (from Sun, 23 Nov 2008 14:02:22 +0100): pmcannotate is a tool that prints out sources of a tool (in C or assembly) with inlined profiling informations retriev

Re: [PATCH] pmcannotate tool

2008-11-23 Thread Attilio Rao
2008/11/23, Ray Kinsella <[EMAIL PROTECTED]>: > I know I am going to really show my FreeBSD ignorance here, but this is a > patch of FreeBSD 8.0 Current isn't it ? Yes, it is for 8.0. Is it giving you problems? Thanks, Attilio -- Peace can only be achieved by understanding - A. Einstein _

Re: [PATCH] pmcannotate tool

2008-11-23 Thread Attilio Rao
2008/11/23, Alexander Leidinger <[EMAIL PROTECTED]>: > Quoting Attilio Rao <[EMAIL PROTECTED]> (from Sun, 23 Nov 2008 14:02:22 > +0100): > > > > pmcannotate is a tool that prints out sources of a tool (in C or > > assembly) with inlined profiling informations retrieved by a prior > > pmcstat analys

Re: [PATCH] pmcannotate tool

2008-11-23 Thread Ray Kinsella
I know I am going to really show my FreeBSD ignorance here, but this is a patch of FreeBSD 8.0 Current isn't it ? Thanks Ray Kinsella On Sun, Nov 23, 2008 at 1:02 PM, Attilio Rao <[EMAIL PROTECTED]> wrote: > pmcannotate is a tool that prints out sources of a tool (in C or > assembly) with inlin

Re: [PATCH] pmcannotate tool

2008-11-23 Thread Alexander Leidinger
Quoting Attilio Rao <[EMAIL PROTECTED]> (from Sun, 23 Nov 2008 14:02:22 +0100): pmcannotate is a tool that prints out sources of a tool (in C or assembly) with inlined profiling informations retrieved by a prior pmcstat analysis. If compared with things like callgraph generation, it prints out

Re: [PATCH] pmcannotate tool

2008-11-23 Thread Joseph Koshy
> pmcannotate is a tool that prints out sources of a tool (in C or > assembly) with inlined profiling informations retrieved by a prior > pmcstat analysis. [snip] > This work has been developed on the behalf of Nokia with important > feedbacks and directions from Jeff Roberson. Are you "rookie"

[PATCH] pmcannotate tool

2008-11-23 Thread Attilio Rao
pmcannotate is a tool that prints out sources of a tool (in C or assembly) with inlined profiling informations retrieved by a prior pmcstat analysis. If compared with things like callgraph generation, it prints out profiling on a per-instance basis and this can be useful to find, for example, badly