aggent
static void general_printasm(FILE *fp, struct aggent *agg);
static int general_printc(FILE *fp, struct aggent *agg);
static int printblock(FILE *fp, struct aggent *agg);
static TAILQ_HEAD(, aggent) fqueue = TAILQ_HEAD_INITIALIZER(fqueue);
static struct aggent *
struct aggent *agg;
agg = calloc(1, sizeof(struct aggent));
agg_destroy(struct aggent *agg)
struct aggent *agg;
struct aggent *agg;
struct aggent *agg, *tmpagg;
struct aggent *agg;
struct aggent *obj, *tmp;
static struct aggent *
struct aggent *obj;
struct aggent *agg;
general_printasm(FILE *fp, struct aggent *agg)
general_printc(FILE *fp, struct aggent *agg)
printblock(FILE *fp, struct aggent *agg)
TAILQ_ENTRY(aggent) ag_fiter;
static struct aggent *agg_create(const char *name, u_int nsamples,
static void agg_destroy(struct aggent *agg) __unused;
static struct aggent *fqueue_findent_by_name(const char *name);