Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dsort.h173 int hist_entry__sym_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width);
H A Dsort.c396 int hist_entry__sym_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) in hist_entry__sym_snprintf() function
416 .se_snprintf = hist_entry__sym_snprintf,
/openbmc/linux/tools/perf/ui/browsers/
H A Dhists.c434 hist_entry__sym_snprintf(he, bf, size, 0); in hist_browser__selection_sym_name()