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

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

1992/0124/sys/src/9/port/devkprof.c:39,451992/0319/sys/src/9/port/devkprof.c:39,45 (short | long | prev | next)
1992/0122    
	ulong n; 
 
1991/1006    
	kprof.minpc = KTZERO; 
	kprof.maxpc = (ulong)&etext; 
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); 


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