Home
last modified time | relevance | path

Searched refs:kernel_log_size (Results 1 – 9 of 9) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcb_refs.c23 .kernel_log_size = sizeof(log_buf), in test_cb_refs()
H A Dlog_buf.c49 opts.kernel_log_size = log_buf_sz; in obj_load_log_buf()
103 opts.kernel_log_size = 0; in obj_load_log_buf()
H A Dspin_lock.c76 .kernel_log_size = sizeof(log_buf), in test_spin_lock_fail_prog()
H A Dbpf_nf.c148 .kernel_log_size = sizeof(log_buf), in test_bpf_nf_ct_fail()
H A Dkfunc_call.c165 opts.kernel_log_size = log_buf_sz; in verify_fail()
H A Dexceptions.c90 .kernel_log_size = sizeof(log_buf), \ in test_exceptions_success()
H A Dlinked_list.c104 .kernel_log_size = sizeof(log_buf), in test_linked_list_fail_prog()
/linux/tools/lib/bpf/
H A Dlibbpf.h168 size_t kernel_log_size; member
H A Dlibbpf.c7939 log_size = OPTS_GET(opts, kernel_log_size, 0); in bpf_object_open()