4.4BSD/usr/src/usr.bin/gprof/hp300.c

Compare this file to the similar file:
Show the results in this format:

#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;
{
}