Searched refs:error_str_buf (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/kernel/trace/ |
D | trace_selftest.c | 771 char error_str_buf[ERRSTR_BUFLEN]; member 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() 865 fixture->error_str = fixture->error_str_buf; in init_fgraph_fixture()
|