Re: RT-Linux and SMP

Ingo Molnar (mingo@pc5829.hil.siemens.at)
Fri, 25 Apr 1997 01:56:32 +0200 (MET DST)


On Fri, 25 Apr 1997, Ingo Molnar wrote:

> [...] to build a per-driver 'EIP color map', which
> works similarly to profiling, but does not build a histogram, just a "i've
> been here" map. [...]

ie. we can get this via append="profile=1" and by trivially converting
/proc/profile, plus a mildly smart shellscript which builds the per-line
colormap for _one_ C module.

then we do a diff -u mydriver.out.uni mydriver.out.smp ?

-- mingo