Searched refs:ERRSTR_BUFLEN (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/kernel/trace/ |
D | trace_selftest.c | 765 #define ERRSTR_BUFLEN 128 macro 771 char error_str_buf[ERRSTR_BUFLEN]; 785 snprintf(fixture->error_str_buf, ERRSTR_BUFLEN, in store_entry() 820 snprintf(fixture->error_str_buf, ERRSTR_BUFLEN, in store_return() 825 snprintf(fixture->error_str_buf, ERRSTR_BUFLEN, in store_return() 851 snprintf(fixture->error_str_buf, ERRSTR_BUFLEN, in store_return() 863 snprintf(fixture->error_str_buf, ERRSTR_BUFLEN, in init_fgraph_fixture()
|