Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/util/
Dhist.h89 int hist_entry__sort_snprintf(struct hist_entry *self, char *bf, size_t size,
/external/linux-tools-perf/src/tools/perf/ui/
Dhist.c239 int hist_entry__sort_snprintf(struct hist_entry *he, char *s, size_t size, in hist_entry__sort_snprintf() function
/external/linux-tools-perf/src/tools/perf/ui/stdio/
Dhist.c365 hist_entry__sort_snprintf(he, bf + ret, size - ret, hists); in hist_entry__fprintf()
/external/linux-tools-perf/src/tools/perf/ui/browsers/
Dhists.c776 hist_entry__sort_snprintf(entry, s, sizeof(s), browser->hists); in hist_browser__show_entry()
1118 hist_entry__sort_snprintf(he, s, sizeof(s), browser->hists); in hist_browser__fprintf_entry()