summaryrefslogtreecommitdiffstats
path: root/usr.bin/gprof/ia64.c
blob: 967feda3511b7fc2b68ea4119308f3155bbf93c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* $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