Searched refs:aggent (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.sbin/pmcannotate/
H A Dpmcannotate.c72 struct aggent { struct
73 TAILQ_ENTRY(aggent) ag_fiter;
81 static struct aggent *agg_create(const char *name, u_int nsamples,
83 static void agg_destroy(struct aggent *agg) __unused;
92 static struct aggent *fqueue_findent_by_name(const char *name);
99 static void general_printasm(FILE *fp, struct aggent *agg);
100 static int general_printc(FILE *fp, struct aggent *agg);
101 static int printblock(FILE *fp, struct aggent *agg);
105 static TAILQ_HEAD(, aggent) fqueue = TAILQ_HEAD_INITIALIZER(fqueue);
151 static struct aggent *
[all...]

Completed in 64 milliseconds