* DOT call graphs of Rik and AA VMs
2001-10-20 7:27 Virtual Wire v.s. APIC Earle Nietzel
@ 2001-10-19 23:23 ` Martin Devera
2001-10-19 23:45 ` Andrew Morton
2001-10-21 19:16 ` Sam Vilain
0 siblings, 2 replies; 15+ messages in thread
From: Martin Devera @ 2001-10-19 23:23 UTC (permalink / raw)
To: linux-kernel
Hi,
While I tried to understand MM in 2.4 kernels I decided to create call
graph of it (in DOT). It could help everyone who tries to understand it.
At least they are very nice :) You can also see difference in complexity
of both VMs.
http://luxik.cdi.cz/~devik/mm.htm
Enjoy. devik
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: DOT call graphs of Rik and AA VMs
2001-10-19 23:23 ` DOT call graphs of Rik and AA VMs Martin Devera
@ 2001-10-19 23:45 ` Andrew Morton
2001-10-20 3:36 ` Daniel Phillips
` (2 more replies)
2001-10-21 19:16 ` Sam Vilain
1 sibling, 3 replies; 15+ messages in thread
From: Andrew Morton @ 2001-10-19 23:45 UTC (permalink / raw)
To: Martin Devera; +Cc: linux-kernel
Martin Devera wrote:
>
> Hi,
>
> While I tried to understand MM in 2.4 kernels I decided to create call
> graph of it (in DOT). It could help everyone who tries to understand it.
>
> At least they are very nice :) You can also see difference in complexity
> of both VMs.
>
> http://luxik.cdi.cz/~devik/mm.htm
>
Oh my that is cute. Will you be publishing the gcc patch
and perl script sometime?
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: DOT call graphs of Rik and AA VMs
2001-10-19 23:45 ` Andrew Morton
@ 2001-10-20 3:36 ` Daniel Phillips
2001-10-20 7:34 ` Martin Devera
2001-10-21 17:46 ` [UPDATE] " Martin Devera
2 siblings, 0 replies; 15+ messages in thread
From: Daniel Phillips @ 2001-10-20 3:36 UTC (permalink / raw)
To: Andrew Morton, Martin Devera; +Cc: linux-kernel
On October 20, 2001 01:45 am, Andrew Morton wrote:
> Martin Devera wrote:
> >
> > Hi,
> >
> > While I tried to understand MM in 2.4 kernels I decided to create call
> > graph of it (in DOT). It could help everyone who tries to understand it.
> >
> > At least they are very nice :) You can also see difference in complexity
> > of both VMs.
> >
> > http://luxik.cdi.cz/~devik/mm.htm
> >
>
> Oh my that is cute. Will you be publishing the gcc patch
> and perl script sometime?
Oh yes, it's really lovely. An great starting point for reverse-enginee^W^W
understanding both VM designs.
--
Daniel
^ permalink raw reply [flat|nested] 15+ messages in thread
* Virtual Wire v.s. APIC
@ 2001-10-20 7:27 Earle Nietzel
2001-10-19 23:23 ` DOT call graphs of Rik and AA VMs Martin Devera
0 siblings, 1 reply; 15+ messages in thread
From: Earle Nietzel @ 2001-10-20 7:27 UTC (permalink / raw)
To: linux-smp, linux-kernel
Under the new 2.4.x series kernel, should you use the APIC mode?
Or do you have to continue using the Virtual Wire mode?
Thanks for any answers...
P.S. I am only participating on the linux-smp so any linux-kernel replies
please forward me a copy, thanx.
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: DOT call graphs of Rik and AA VMs
2001-10-19 23:45 ` Andrew Morton
2001-10-20 3:36 ` Daniel Phillips
@ 2001-10-20 7:34 ` Martin Devera
2001-10-21 17:46 ` [UPDATE] " Martin Devera
2 siblings, 0 replies; 15+ messages in thread
From: Martin Devera @ 2001-10-20 7:34 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-kernel
> > While I tried to understand MM in 2.4 kernels I decided to create call
> > graph of it (in DOT). It could help everyone who tries to understand it.
> >
> > At least they are very nice :) You can also see difference in complexity
> > of both VMs.
> >
> > http://luxik.cdi.cz/~devik/mm.htm
> >
>
> Oh my that is cute. Will you be publishing the gcc patch
> and perl script sometime?
Yeah I will probably at Sunday. Now I have to hurry to prepare
our wedding.
devik
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: DOT call graphs of Rik and AA VMs
[not found] <20011019164416.A8227@gnuppy>
@ 2001-10-20 7:38 ` Martin Devera
0 siblings, 0 replies; 15+ messages in thread
From: Martin Devera @ 2001-10-20 7:38 UTC (permalink / raw)
To: Bill Huey; +Cc: linux-kernel
> > While I tried to understand MM in 2.4 kernels I decided to create call
> > graph of it (in DOT). It could help everyone who tries to understand it.
> >
> > At least they are very nice :) You can also see difference in complexity
> > of both VMs.
> >
> > http://luxik.cdi.cz/~devik/mm.htm
> >
> > Enjoy. devik
>
> Do it for the FreeBSD VM system too if you can... ;-)
I have never seen bsd sources so it would take too many
time to undestand its structure probably. But I will
release patches and you can do it :)
devik
^ permalink raw reply [flat|nested] 15+ messages in thread
* [UPDATE] Re: DOT call graphs of Rik and AA VMs
2001-10-19 23:45 ` Andrew Morton
2001-10-20 3:36 ` Daniel Phillips
2001-10-20 7:34 ` Martin Devera
@ 2001-10-21 17:46 ` Martin Devera
2 siblings, 0 replies; 15+ messages in thread
From: Martin Devera @ 2001-10-21 17:46 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-kernel
> > Hi,
> >
> > While I tried to understand MM in 2.4 kernels I decided to create call
> > graph of it (in DOT). It could help everyone who tries to understand it.
> >
> > At least they are very nice :) You can also see difference in complexity
> > of both VMs.
> >
> > http://luxik.cdi.cz/~devik/mm.htm
> >
>
> Oh my that is cute. Will you be publishing the gcc patch
> and perl script sometime?
There are sources and various notes (printing) on site mentioned above.
There is idea of dynamic generator for all kernels too.
Enjoy. devik
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: DOT call graphs of Rik and AA VMs
[not found] <2783390885.1003510770@mbligh.des.sequent.com>
@ 2001-10-21 17:49 ` Martin Devera
2001-10-21 17:57 ` M. Edward Borasky
0 siblings, 1 reply; 15+ messages in thread
From: Martin Devera @ 2001-10-21 17:49 UTC (permalink / raw)
To: Martin J. Bligh; +Cc: linux-kernel
On Fri, 19 Oct 2001, Martin J. Bligh wrote:
> These print out badly (just get about 1/4), and get the same viewing in
> ghostscript ... any chance you can make the postscript scale to fit a page?
> Not sure if that's possible from DOT ... or is the method you used to
> generate these available?
At http://luxik.cdi.cz/~devik/mm.htm is update. Actualy dot can't scale
it. You can do it yourself (several postscript lines) or try psutils.
Given high enough demand I'll create script which will scale it
automatically for printer.
devik
^ permalink raw reply [flat|nested] 15+ messages in thread
* RE: DOT call graphs of Rik and AA VMs
2001-10-21 17:49 ` Martin Devera
@ 2001-10-21 17:57 ` M. Edward Borasky
2001-10-21 18:02 ` Martin Devera
2001-10-21 18:11 ` Martin Devera
0 siblings, 2 replies; 15+ messages in thread
From: M. Edward Borasky @ 2001-10-21 17:57 UTC (permalink / raw)
To: Martin Devera; +Cc: linux-kernel
I tried to import the "ps" files into Acrobat 5.0 on my Windows system and
it cut them off to a single 8" by 10.5" page.
--
M. Edward (Ed) Borasky, Chief Scientist, Borasky Research
http://www.borasky-research.net
mailto:znmeb@borasky-research.net
http://groups.yahoo.com/group/pdx-neuro-semantics
http://groups.yahoo.com/group/BoraskyResearchJournal
Q: How do you tell when a pineapple is ready to eat?
A: It picks up its knife and fork.
> -----Original Message-----
> From: linux-kernel-owner@vger.kernel.org
> [mailto:linux-kernel-owner@vger.kernel.org]On Behalf Of Martin Devera
> Sent: Sunday, October 21, 2001 10:49 AM
> To: Martin J. Bligh
> Cc: linux-kernel@vger.kernel.org
> Subject: Re: DOT call graphs of Rik and AA VMs
>
>
>
>
> On Fri, 19 Oct 2001, Martin J. Bligh wrote:
>
> > These print out badly (just get about 1/4), and get the same viewing in
> > ghostscript ... any chance you can make the postscript scale to
> fit a page?
> > Not sure if that's possible from DOT ... or is the method you used to
> > generate these available?
>
> At http://luxik.cdi.cz/~devik/mm.htm is update. Actualy dot can't scale
> it. You can do it yourself (several postscript lines) or try psutils.
>
> Given high enough demand I'll create script which will scale it
> automatically for printer.
> devik
>
> -
> 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/
>
>
^ permalink raw reply [flat|nested] 15+ messages in thread
* RE: DOT call graphs of Rik and AA VMs
2001-10-21 17:57 ` M. Edward Borasky
@ 2001-10-21 18:02 ` Martin Devera
2001-10-21 18:11 ` Martin Devera
1 sibling, 0 replies; 15+ messages in thread
From: Martin Devera @ 2001-10-21 18:02 UTC (permalink / raw)
To: M. Edward Borasky; +Cc: linux-kernel
Yes it will. As I said the dot makes too big pages. It is described
in its man page section bugs.
Did you applied the patch I posted now ? It should make it
printable.
Probably I should post print-ready version of these pages, shouldn't I ?
devik
On Sun, 21 Oct 2001, M. Edward Borasky wrote:
> I tried to import the "ps" files into Acrobat 5.0 on my Windows system and
> it cut them off to a single 8" by 10.5" page.
>
> --
> M. Edward (Ed) Borasky, Chief Scientist, Borasky Research
> http://www.borasky-research.net
> mailto:znmeb@borasky-research.net
> http://groups.yahoo.com/group/pdx-neuro-semantics
> http://groups.yahoo.com/group/BoraskyResearchJournal
>
> Q: How do you tell when a pineapple is ready to eat?
> A: It picks up its knife and fork.
>
> > -----Original Message-----
> > From: linux-kernel-owner@vger.kernel.org
> > [mailto:linux-kernel-owner@vger.kernel.org]On Behalf Of Martin Devera
> > Sent: Sunday, October 21, 2001 10:49 AM
> > To: Martin J. Bligh
> > Cc: linux-kernel@vger.kernel.org
> > Subject: Re: DOT call graphs of Rik and AA VMs
> >
> >
> >
> >
> > On Fri, 19 Oct 2001, Martin J. Bligh wrote:
> >
> > > These print out badly (just get about 1/4), and get the same viewing in
> > > ghostscript ... any chance you can make the postscript scale to
> > fit a page?
> > > Not sure if that's possible from DOT ... or is the method you used to
> > > generate these available?
> >
> > At http://luxik.cdi.cz/~devik/mm.htm is update. Actualy dot can't scale
> > it. You can do it yourself (several postscript lines) or try psutils.
> >
> > Given high enough demand I'll create script which will scale it
> > automatically for printer.
> > devik
> >
> > -
> > 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/
> >
> >
>
>
^ permalink raw reply [flat|nested] 15+ messages in thread
* RE: DOT call graphs of Rik and AA VMs
2001-10-21 17:57 ` M. Edward Borasky
2001-10-21 18:02 ` Martin Devera
@ 2001-10-21 18:11 ` Martin Devera
2001-10-21 18:42 ` M. Edward Borasky
1 sibling, 1 reply; 15+ messages in thread
From: Martin Devera @ 2001-10-21 18:11 UTC (permalink / raw)
To: M. Edward Borasky; +Cc: linux-kernel
Hello Edward,
I updated both PS files so that they should print on A4. Try
do redownload them (probably with holding Shift in IE to bypass
cache) and print.
Please tell me whether is it ok. I just printed them using
gs on linux and it is nicely readable on my LJ4.
devik
On Sun, 21 Oct 2001, M. Edward Borasky wrote:
> I tried to import the "ps" files into Acrobat 5.0 on my Windows system and
> it cut them off to a single 8" by 10.5" page.
>
> --
> M. Edward (Ed) Borasky, Chief Scientist, Borasky Research
> http://www.borasky-research.net
> mailto:znmeb@borasky-research.net
> http://groups.yahoo.com/group/pdx-neuro-semantics
> http://groups.yahoo.com/group/BoraskyResearchJournal
>
> Q: How do you tell when a pineapple is ready to eat?
> A: It picks up its knife and fork.
>
> > -----Original Message-----
> > From: linux-kernel-owner@vger.kernel.org
> > [mailto:linux-kernel-owner@vger.kernel.org]On Behalf Of Martin Devera
> > Sent: Sunday, October 21, 2001 10:49 AM
> > To: Martin J. Bligh
> > Cc: linux-kernel@vger.kernel.org
> > Subject: Re: DOT call graphs of Rik and AA VMs
> >
> >
> >
> >
> > On Fri, 19 Oct 2001, Martin J. Bligh wrote:
> >
> > > These print out badly (just get about 1/4), and get the same viewing in
> > > ghostscript ... any chance you can make the postscript scale to
> > fit a page?
> > > Not sure if that's possible from DOT ... or is the method you used to
> > > generate these available?
> >
> > At http://luxik.cdi.cz/~devik/mm.htm is update. Actualy dot can't scale
> > it. You can do it yourself (several postscript lines) or try psutils.
> >
> > Given high enough demand I'll create script which will scale it
> > automatically for printer.
> > devik
> >
> > -
> > 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/
> >
> >
>
>
^ permalink raw reply [flat|nested] 15+ messages in thread
* RE: DOT call graphs of Rik and AA VMs
2001-10-21 18:11 ` Martin Devera
@ 2001-10-21 18:42 ` M. Edward Borasky
2001-10-21 18:52 ` Martin Devera
0 siblings, 1 reply; 15+ messages in thread
From: M. Edward Borasky @ 2001-10-21 18:42 UTC (permalink / raw)
To: Martin Devera; +Cc: linux-kernel
They look good now! The ac3 one comes in rotated (landscape format on a
portrait page) but Acrobat will rotate it (90 degrees clockwise) and then it
looks fine. "mm2412" comes in correctly in portrait format. Both require the
"zoom-in" tool for me to make sense of them, but I can print them on a
larger page if I need hard copy.
--
M. Edward (Ed) Borasky, Chief Scientist, Borasky Research
http://www.borasky-research.net
mailto:znmeb@borasky-research.net
http://groups.yahoo.com/group/pdx-neuro-semantics
http://groups.yahoo.com/group/BoraskyResearchJournal
Q: How do you tell when a pineapple is ready to eat?
A: It picks up its knife and fork.
> -----Original Message-----
> From: linux-kernel-owner@vger.kernel.org
> [mailto:linux-kernel-owner@vger.kernel.org]On Behalf Of Martin Devera
> Sent: Sunday, October 21, 2001 11:11 AM
> To: M. Edward Borasky
> Cc: linux-kernel@vger.kernel.org
> Subject: RE: DOT call graphs of Rik and AA VMs
>
>
> Hello Edward,
>
> I updated both PS files so that they should print on A4. Try
> do redownload them (probably with holding Shift in IE to bypass
> cache) and print.
> Please tell me whether is it ok. I just printed them using
> gs on linux and it is nicely readable on my LJ4.
> devik
>
> On Sun, 21 Oct 2001, M. Edward Borasky wrote:
>
> > I tried to import the "ps" files into Acrobat 5.0 on my Windows
> system and
> > it cut them off to a single 8" by 10.5" page.
> >
> > --
> > M. Edward (Ed) Borasky, Chief Scientist, Borasky Research
> > http://www.borasky-research.net
> > mailto:znmeb@borasky-research.net
> > http://groups.yahoo.com/group/pdx-neuro-semantics
> > http://groups.yahoo.com/group/BoraskyResearchJournal
> >
> > Q: How do you tell when a pineapple is ready to eat?
> > A: It picks up its knife and fork.
> >
> > > -----Original Message-----
> > > From: linux-kernel-owner@vger.kernel.org
> > > [mailto:linux-kernel-owner@vger.kernel.org]On Behalf Of Martin Devera
> > > Sent: Sunday, October 21, 2001 10:49 AM
> > > To: Martin J. Bligh
> > > Cc: linux-kernel@vger.kernel.org
> > > Subject: Re: DOT call graphs of Rik and AA VMs
> > >
> > >
> > >
> > >
> > > On Fri, 19 Oct 2001, Martin J. Bligh wrote:
> > >
> > > > These print out badly (just get about 1/4), and get the
> same viewing in
> > > > ghostscript ... any chance you can make the postscript scale to
> > > fit a page?
> > > > Not sure if that's possible from DOT ... or is the method
> you used to
> > > > generate these available?
> > >
> > > At http://luxik.cdi.cz/~devik/mm.htm is update. Actualy dot
> can't scale
> > > it. You can do it yourself (several postscript lines) or try psutils.
> > >
> > > Given high enough demand I'll create script which will scale it
> > > automatically for printer.
> > > devik
> > >
> > > -
> > > 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/
> > >
> > >
> >
> >
>
> -
> 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/
>
>
^ permalink raw reply [flat|nested] 15+ messages in thread
* RE: DOT call graphs of Rik and AA VMs
2001-10-21 18:42 ` M. Edward Borasky
@ 2001-10-21 18:52 ` Martin Devera
0 siblings, 0 replies; 15+ messages in thread
From: Martin Devera @ 2001-10-21 18:52 UTC (permalink / raw)
To: M. Edward Borasky; +Cc: linux-kernel
Yes I rotated it so it fits A4 page nicely. When you print
it on A4 you should be able to read labels nicely.
On Sun, 21 Oct 2001, M. Edward Borasky wrote:
> They look good now! The ac3 one comes in rotated (landscape format on a
> portrait page) but Acrobat will rotate it (90 degrees clockwise) and then it
> looks fine. "mm2412" comes in correctly in portrait format. Both require the
> "zoom-in" tool for me to make sense of them, but I can print them on a
> larger page if I need hard copy.
>
> --
> M. Edward (Ed) Borasky, Chief Scientist, Borasky Research
> http://www.borasky-research.net
> mailto:znmeb@borasky-research.net
> http://groups.yahoo.com/group/pdx-neuro-semantics
> http://groups.yahoo.com/group/BoraskyResearchJournal
>
> Q: How do you tell when a pineapple is ready to eat?
> A: It picks up its knife and fork.
>
> > -----Original Message-----
> > From: linux-kernel-owner@vger.kernel.org
> > [mailto:linux-kernel-owner@vger.kernel.org]On Behalf Of Martin Devera
> > Sent: Sunday, October 21, 2001 11:11 AM
> > To: M. Edward Borasky
> > Cc: linux-kernel@vger.kernel.org
> > Subject: RE: DOT call graphs of Rik and AA VMs
> >
> >
> > Hello Edward,
> >
> > I updated both PS files so that they should print on A4. Try
> > do redownload them (probably with holding Shift in IE to bypass
> > cache) and print.
> > Please tell me whether is it ok. I just printed them using
> > gs on linux and it is nicely readable on my LJ4.
> > devik
> >
> > On Sun, 21 Oct 2001, M. Edward Borasky wrote:
> >
> > > I tried to import the "ps" files into Acrobat 5.0 on my Windows
> > system and
> > > it cut them off to a single 8" by 10.5" page.
> > >
> > > --
> > > M. Edward (Ed) Borasky, Chief Scientist, Borasky Research
> > > http://www.borasky-research.net
> > > mailto:znmeb@borasky-research.net
> > > http://groups.yahoo.com/group/pdx-neuro-semantics
> > > http://groups.yahoo.com/group/BoraskyResearchJournal
> > >
> > > Q: How do you tell when a pineapple is ready to eat?
> > > A: It picks up its knife and fork.
> > >
> > > > -----Original Message-----
> > > > From: linux-kernel-owner@vger.kernel.org
> > > > [mailto:linux-kernel-owner@vger.kernel.org]On Behalf Of Martin Devera
> > > > Sent: Sunday, October 21, 2001 10:49 AM
> > > > To: Martin J. Bligh
> > > > Cc: linux-kernel@vger.kernel.org
> > > > Subject: Re: DOT call graphs of Rik and AA VMs
> > > >
> > > >
> > > >
> > > >
> > > > On Fri, 19 Oct 2001, Martin J. Bligh wrote:
> > > >
> > > > > These print out badly (just get about 1/4), and get the
> > same viewing in
> > > > > ghostscript ... any chance you can make the postscript scale to
> > > > fit a page?
> > > > > Not sure if that's possible from DOT ... or is the method
> > you used to
> > > > > generate these available?
> > > >
> > > > At http://luxik.cdi.cz/~devik/mm.htm is update. Actualy dot
> > can't scale
> > > > it. You can do it yourself (several postscript lines) or try psutils.
> > > >
> > > > Given high enough demand I'll create script which will scale it
> > > > automatically for printer.
> > > > devik
> > > >
> > > > -
> > > > 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/
> > > >
> > > >
> > >
> > >
> >
> > -
> > 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/
> >
> >
>
>
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: DOT call graphs of Rik and AA VMs
2001-10-19 23:23 ` DOT call graphs of Rik and AA VMs Martin Devera
2001-10-19 23:45 ` Andrew Morton
@ 2001-10-21 19:16 ` Sam Vilain
2001-10-21 19:34 ` Martin Devera
1 sibling, 1 reply; 15+ messages in thread
From: Sam Vilain @ 2001-10-21 19:16 UTC (permalink / raw)
To: Martin Devera; +Cc: linux-kernel
These graphs remind me of the GCC node introspector project...
https://sourceforge.net/projects/introspector/
On Sat, 20 Oct 2001 01:23:35 +0200 (CEST)
Martin Devera <devik@cdi.cz> wrote:
> Hi,
>
> While I tried to understand MM in 2.4 kernels I decided to create call
> graph of it (in DOT). It could help everyone who tries to understand it.
>
> At least they are very nice :) You can also see difference in complexity
> of both VMs.
>
> http://luxik.cdi.cz/~devik/mm.htm
>
> Enjoy. devik
>
> -
> 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/
>
>
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: DOT call graphs of Rik and AA VMs
2001-10-21 19:16 ` Sam Vilain
@ 2001-10-21 19:34 ` Martin Devera
0 siblings, 0 replies; 15+ messages in thread
From: Martin Devera @ 2001-10-21 19:34 UTC (permalink / raw)
To: Sam Vilain; +Cc: linux-kernel
Thanks for the link ! I never liked effort duplication ! :))
On Sun, 21 Oct 2001, Sam Vilain wrote:
> These graphs remind me of the GCC node introspector project...
>
> https://sourceforge.net/projects/introspector/
>
^ permalink raw reply [flat|nested] 15+ messages in thread
end of thread, other threads:[~2001-10-21 19:34 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-10-20 7:27 Virtual Wire v.s. APIC Earle Nietzel
2001-10-19 23:23 ` DOT call graphs of Rik and AA VMs Martin Devera
2001-10-19 23:45 ` Andrew Morton
2001-10-20 3:36 ` Daniel Phillips
2001-10-20 7:34 ` Martin Devera
2001-10-21 17:46 ` [UPDATE] " Martin Devera
2001-10-21 19:16 ` Sam Vilain
2001-10-21 19:34 ` Martin Devera
[not found] <20011019164416.A8227@gnuppy>
2001-10-20 7:38 ` Martin Devera
[not found] <2783390885.1003510770@mbligh.des.sequent.com>
2001-10-21 17:49 ` Martin Devera
2001-10-21 17:57 ` M. Edward Borasky
2001-10-21 18:02 ` Martin Devera
2001-10-21 18:11 ` Martin Devera
2001-10-21 18:42 ` M. Edward Borasky
2001-10-21 18:52 ` Martin Devera
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox