Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pmcannotate/
H A Dpmcannotate.c73 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 *
[all …]