cvs commit: src/sys/sys ktr.h src/sys/kern kern_ktr.c
    Eirik Nygaard 
    eirikn at kerneled.com
       
    Sat Feb 12 13:16:51 PST 2005
    
    
  
On Sat, Feb 12, 2005 at 01:09:46PM -0800, Eirik Nygaard wrote:
> eirikn      2005/02/12 13:09:46 PST
> 
> DragonFly src repository
> 
>   Modified files:
>     sys/sys              ktr.h 
>     sys/kern             kern_ktr.c 
>   Log:
>   Add per cpu buffer for storing KTR information.
>   Dynamically allocate entries to each cpu buffer on boot.
You now see the content of the buffer for one specific cpu by doing
'show ktr /cNUM' Where NUM is a number from 0 to max-cpus - 1. 0 is your first
cpu and so on.
    
    
More information about the Commits
mailing list