Searched refs:error_str_buf (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/kernel/trace/ |
| H A D | trace_selftest.c | 772 char error_str_buf[ERRSTR_BUFLEN]; member 787 snprintf(fixture->error_str_buf, ERRSTR_BUFLEN, in store_entry() 823 snprintf(fixture->error_str_buf, ERRSTR_BUFLEN, in store_return() 828 snprintf(fixture->error_str_buf, ERRSTR_BUFLEN, in store_return() 854 snprintf(fixture->error_str_buf, ERRSTR_BUFLEN, in store_return() 866 snprintf(fixture->error_str_buf, ERRSTR_BUFLEN, in init_fgraph_fixture() 868 fixture->error_str = fixture->error_str_buf; in init_fgraph_fixture()
|