Plan 9 from Bell Labs’s /usr/web/sources/contrib/quanstro/root/sys/src/9/pc/archtrace.h

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


enum {
	Maxprobe	= 32,
};

typedef struct Archtrace Archtrace;
struct Archtrace {
	uchar	nprobe;
	uchar	*text[Maxprobe];
	uchar	probe[Maxprobe];
	uchar	orig[Maxprobe];
};

void	_tracein(void);
void	_traceout(void);
char	*archtracectlr(Archtrace*, char*, char*);
void	archtraceinstall(Archtrace*);
void	archtraceuninstall(Archtrace*);
int	mkarchtrace(Archtrace*, uchar*, uchar**);

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.