Searched refs:ERRSTR_MAXSZ (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/scripts/ |
| H A D | sorttable.c | 454 #define ERRSTR_MAXSZ 256 macro 460 static char g_err[ERRSTR_MAXSZ]; 509 snprintf(g_err, ERRSTR_MAXSZ, "malloc idxs: %s", in sort_orctable() 516 snprintf(g_err, ERRSTR_MAXSZ, "malloc tmp_orc_ip_table: %s", in sort_orctable() 523 snprintf(g_err, ERRSTR_MAXSZ, "malloc tmp_orc_table: %s", in sort_orctable() 683 static char m_err[ERRSTR_MAXSZ]; 724 snprintf(m_err, ERRSTR_MAXSZ, in fill_relocs() 731 snprintf(m_err, ERRSTR_MAXSZ, in fill_relocs() 829 snprintf(m_err, ERRSTR_MAXSZ, "Failed to allocate sort array"); in sort_mcount_loc() 849 snprintf(m_err, ERRSTR_MAXSZ, "Expected %u mcount elements but found %u\n", in sort_mcount_loc()
|