Searched refs:hist_entry__snprintf (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/tools/perf/util/ |
D | hist.h | 63 int hist_entry__snprintf(struct hist_entry *self, char *bf, size_t size,
|
D | hist.c | 596 int hist_entry__snprintf(struct hist_entry *self, char *s, size_t size, in hist_entry__snprintf() function 717 hist_entry__snprintf(self, bf, sizeof(bf), hists, pair_hists, in hist_entry__fprintf()
|
/linux-2.6.39/tools/perf/util/ui/browsers/ |
D | hists.c | 551 hist_entry__snprintf(entry, s, sizeof(s), self->hists, NULL, false, in hist_browser__show_entry()
|