Lines Matching refs:aggent
73 struct aggent { struct
74 TAILQ_ENTRY(aggent) ag_fiter;
82 static struct aggent *agg_create(const char *name, u_int nsamples, argument
84 static void agg_destroy(struct aggent *agg) __unused;
93 static struct aggent *fqueue_findent_by_name(const char *name);
100 static void general_printasm(FILE *fp, struct aggent *agg);
101 static int general_printc(FILE *fp, struct aggent *agg);
102 static int printblock(FILE *fp, struct aggent *agg);
106 static TAILQ_HEAD(, aggent) fqueue = TAILQ_HEAD_INITIALIZER(fqueue);
154 static struct aggent *
157 struct aggent *agg; in agg_create()
159 agg = calloc(1, sizeof(struct aggent)); in agg_create()
178 agg_destroy(struct aggent *agg) in agg_destroy()
196 struct aggent *agg; in asmparse()
235 struct aggent *agg; in cparse()
314 struct aggent *agg, *tmpagg; in fqueue_compact()
332 struct aggent *agg; in fqueue_deleteall()
349 struct aggent *obj, *tmp; in fqueue_insertent()
409 static struct aggent *
412 struct aggent *obj; in fqueue_findent_by_name()
427 struct aggent *agg; in fqueue_getall()
538 general_printasm(FILE *fp, struct aggent *agg) in general_printasm()
573 general_printc(FILE *fp, struct aggent *agg) in general_printc()
596 printblock(FILE *fp, struct aggent *agg) in printblock()