Home
last modified time | relevance | path

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

/linux-6.15/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.c79 .kernel_log_size = sizeof(log_buf), in test_spin_lock_fail_prog()
H A Dsummarization.c28 opts.kernel_log_size = sizeof(log); in test_aux()
H A Dbpf_nf.c151 .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-6.15/tools/lib/bpf/
H A Dlibbpf.h168 size_t kernel_log_size; member
H A Dlibbpf.c8011 log_size = OPTS_GET(opts, kernel_log_size, 0); in bpf_object_open()