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 Dlog_buf.c53 opts.kernel_log_size = log_buf_sz; in obj_load_log_buf()
107 opts.kernel_log_size = 0; in obj_load_log_buf()
H A Dchanges_pkt_data.c
H A Dspin_lock.c79 .kernel_log_size = sizeof(log_buf), in test_spin_lock_fail_prog()
H A Dbpf_nf.c157 .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.c105 .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.c8017 log_size = OPTS_GET(opts, kernel_log_size, 0); in bpf_object_open()