Searched refs:entry_st (Results 1 – 1 of 1) sorted by relevance
/external/ltrace/ |
D | summary.c | 35 struct entry_st { struct 77 struct entry_st entry = { *namep, st->count, st->tv }; in fill_struct() 88 compar(const struct entry_st *en1, const struct entry_st *en2) in compar() 97 dump_one(struct entry_st *entry, void *u) in dump_one() 123 VECT_INIT(&cdata.entries, struct entry_st); in show_summary() 129 VECT_QSORT(&cdata.entries, struct entry_st, &compar); in show_summary() 137 VECT_EACH(&cdata.entries, struct entry_st, NULL, dump_one, &cdata); in show_summary()
|