Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pmcannotate/
H A Dpmcannotate.c75 struct aggent { struct
76 TAILQ_ENTRY(aggent) ag_fiter;
84 static struct aggent *agg_create(const char *name, u_int nsamples, argument
86 static void agg_destroy(struct aggent *agg) __unused;
95 static struct aggent *fqueue_findent_by_name(const char *name);
102 static void general_printasm(FILE *fp, struct aggent *agg);
103 static int general_printc(FILE *fp, struct aggent *agg);
104 static int printblock(FILE *fp, struct aggent *agg);
108 static TAILQ_HEAD(, aggent) fqueue = TAILQ_HEAD_INITIALIZER(fqueue);
156 static struct aggent *
[all …]