2002-06-30 05:25:07 +00:00
|
|
|
#include <sys/cdefs.h>
|
|
|
|
__FBSDID("$FreeBSD$");
|
|
|
|
|
2001-10-23 10:12:10 +00: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;
|
|
|
|
{
|
|
|
|
}
|