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

/freebsd-9.3-release/usr.sbin/pmcannotate/
H A Dpmcannotate.c71 struct aggent { struct
72 TAILQ_ENTRY(aggent) ag_fiter;
80 static struct aggent *agg_create(const char *name, u_int nsamples,
82 static void agg_destroy(struct aggent *agg) __unused;
91 static struct aggent *fqueue_findent_by_name(const char *name);
98 static void general_printasm(FILE *fp, struct aggent *agg);
99 static int general_printc(FILE *fp, struct aggent *agg);
100 static int printblock(FILE *fp, struct aggent *agg);
104 static TAILQ_HEAD(, aggent) fqueue = TAILQ_HEAD_INITIALIZER(fqueue);
152 static struct aggent *
[all...]

Completed in 43 milliseconds