plan 9 kernel history: overview | file list | diff list

1992/0321/port/devkprof.c (diff list | history)

1992/0321/sys/src/9/port/devkprof.c:42,481992/0620/sys/src/9/port/devkprof.c:42,48 (short | long | prev | next)
1992/0319    
	kprof.maxpc = (ulong)etext; 
1991/1006    
	kprof.nbuf = (kprof.maxpc-kprof.minpc) >> LRES; 
1992/0122    
	n = kprof.nbuf*SZ; 
	kprof.buf = ialloc(n, 0); 
1992/0620    
	kprof.buf = xalloc(n); 
1992/0122    
	kproftab[0].length = n; 
	if(SZ != sizeof kprof.buf[0]) 
		panic("kprof size"); 


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)