Home
last modified time | relevance | path

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

/linux-3.4.99/tools/perf/util/
Dhist.h79 int hist_entry__snprintf(struct hist_entry *self, char *bf, size_t size,
Dhist.c960 int hist_entry__snprintf(struct hist_entry *he, char *s, size_t size, in hist_entry__snprintf() function
993 hist_entry__snprintf(he, bf + ret, size - ret, hists); in hist_entry__fprintf()
/linux-3.4.99/tools/perf/util/ui/browsers/
Dhists.c578 hist_entry__snprintf(entry, s, sizeof(s), self->hists); in hist_browser__show_entry()