2002-06-30 01:25:07 -04:00
|
|
|
#include <sys/cdefs.h>
|
|
|
|
|
__FBSDID("$FreeBSD$");
|
|
|
|
|
|
1999-07-16 03:22:10 -04:00
|
|
|
#include "gprof.h"
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* gprof -c isn't currently supported...
|
|
|
|
|
*/
|
|
|
|
|
findcall( parentp , p_lowpc , p_highpc )
|
|
|
|
|
nltype *parentp;
|
|
|
|
|
unsigned long p_lowpc;
|
|
|
|
|
unsigned long p_highpc;
|
|
|
|
|
{
|
|
|
|
|
}
|