Symbol: aggent
usr.sbin/pmcannotate/pmcannotate.c
102
static void general_printasm(FILE *fp, struct aggent *agg);
usr.sbin/pmcannotate/pmcannotate.c
103
static int general_printc(FILE *fp, struct aggent *agg);
usr.sbin/pmcannotate/pmcannotate.c
104
static int printblock(FILE *fp, struct aggent *agg);
usr.sbin/pmcannotate/pmcannotate.c
108
static TAILQ_HEAD(, aggent) fqueue = TAILQ_HEAD_INITIALIZER(fqueue);
usr.sbin/pmcannotate/pmcannotate.c
156
static struct aggent *
usr.sbin/pmcannotate/pmcannotate.c
159
struct aggent *agg;
usr.sbin/pmcannotate/pmcannotate.c
161
agg = calloc(1, sizeof(struct aggent));
usr.sbin/pmcannotate/pmcannotate.c
180
agg_destroy(struct aggent *agg)
usr.sbin/pmcannotate/pmcannotate.c
198
struct aggent *agg;
usr.sbin/pmcannotate/pmcannotate.c
237
struct aggent *agg;
usr.sbin/pmcannotate/pmcannotate.c
316
struct aggent *agg, *tmpagg;
usr.sbin/pmcannotate/pmcannotate.c
334
struct aggent *agg;
usr.sbin/pmcannotate/pmcannotate.c
351
struct aggent *obj, *tmp;
usr.sbin/pmcannotate/pmcannotate.c
411
static struct aggent *
usr.sbin/pmcannotate/pmcannotate.c
414
struct aggent *obj;
usr.sbin/pmcannotate/pmcannotate.c
429
struct aggent *agg;
usr.sbin/pmcannotate/pmcannotate.c
540
general_printasm(FILE *fp, struct aggent *agg)
usr.sbin/pmcannotate/pmcannotate.c
575
general_printc(FILE *fp, struct aggent *agg)
usr.sbin/pmcannotate/pmcannotate.c
598
printblock(FILE *fp, struct aggent *agg)
usr.sbin/pmcannotate/pmcannotate.c
76
TAILQ_ENTRY(aggent) ag_fiter;
usr.sbin/pmcannotate/pmcannotate.c
84
static struct aggent *agg_create(const char *name, u_int nsamples,
usr.sbin/pmcannotate/pmcannotate.c
86
static void agg_destroy(struct aggent *agg) __unused;
usr.sbin/pmcannotate/pmcannotate.c
95
static struct aggent *fqueue_findent_by_name(const char *name);