root/usr.bin/gprof/amd64.c
/*      $OpenBSD: amd64.c,v 1.2 2015/01/20 04:41:01 krw Exp $   */
#include        "gprof.h"

void
findcall(nltype *parentp, unsigned long p_lowpc, unsigned long p_highpc)
{
        /* not supported. */
}