summaryrefslogtreecommitdiffstats
path: root/usr.bin/gprof/sparc64.c
blob: 9742225a94f85d4bfb46f253972e1b007966df46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* $FreeBSD$ */

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