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

1996/0303/port/portdat.h (diff list | history)

1995/0910/sys/src/9/port/portdat.h:377,3821996/0303/sys/src/9/port/portdat.h:377,383 (short | long | prev | next)
add Seg.profile, LRESPROF
rsc Fri Mar 4 12:44:25 2005
1993/0501    
	int	flushme;	/* maintain icache for this segment */ 
1993/0210    
	Image	*image;		/* text in file attached to this segment */ 
	Physseg *pseg; 
1996/0303    
	ulong*	profile;	/* Tick profile area */ 
1993/0501    
	Pte	*map[SEGMAPSIZE]; 
1991/0705    
}; 
 
1995/0910/sys/src/9/port/portdat.h:699,7041996/0303/sys/src/9/port/portdat.h:700,710
1992/1021    
extern int mouseshifted; 
extern int mousetype; 
1994/0216    
extern int mouseswap; 
1996/0303    
 
enum 
{ 
	LRESPROF	= 3, 
}; 
1994/0814    
 
1994/0407    
extern int nsyscall; 
1994/0727    
extern Physseg physseg[]; 


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