Searched refs:hist_entry__sym_snprintf (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | sort.h | 168 int hist_entry__sym_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width);
|
H A D | sort.c | 336 int hist_entry__sym_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) in hist_entry__sym_snprintf() function 356 .se_snprintf = hist_entry__sym_snprintf,
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | sort.h | 173 int hist_entry__sym_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width);
|
H A D | sort.c | 396 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,
|
/kernel/linux/linux-5.10/tools/perf/ui/browsers/ |
H A D | hists.c | 434 hist_entry__sym_snprintf(he, bf, size, 0); in hist_browser__selection_sym_name()
|
/kernel/linux/linux-6.6/tools/perf/ui/browsers/ |
H A D | hists.c | 434 hist_entry__sym_snprintf(he, bf, size, 0); in hist_browser__selection_sym_name()
|
Completed in 20 milliseconds