Searched refs:hist_entry__sym_snprintf (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/tools/perf/util/ |
D | sort.h | 170 int hist_entry__sym_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width);
|
D | sort.c | 339 int hist_entry__sym_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) in hist_entry__sym_snprintf() function 359 .se_snprintf = hist_entry__sym_snprintf,
|
/Linux-v6.1/tools/perf/ui/browsers/ |
D | hists.c | 439 hist_entry__sym_snprintf(he, bf, size, 0); in hist_browser__selection_sym_name()
|