Home
last modified time | relevance | path

Searched refs:cltype (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.bin/gprof/
H A Dgprof.h156 typedef struct cl cltype; typedef
159 EXTERN cltype *cyclehead; /* the head of the list */
300 void printsubcycle(cltype *);
H A Darcs.c449 cltype *clp; in cycleanalyze()
557 cltype *clp; in addcycle()
587 clp = (cltype *) in addcycle()
588 calloc( 1 , sizeof ( cltype ) + ( size - 1 ) * sizeof( arctype * ) ); in addcycle()
591 sizeof ( cltype ) + ( size - 1 ) * sizeof( arctype * ) ); in addcycle()
625 cltype *clp; in compresslist()
626 cltype **prev; in compresslist()
739 printsubcycle(cltype *clp) in printsubcycle()