Home
last modified time | relevance | path

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

/linux/samples/bpf/
H A Dsock_example.c34 char bpf_log_buf[BPF_LOG_BUF_SIZE];
65 .log_size = BPF_LOG_BUF_SIZE, in test_sock()
H A Dfds_example.c34 char bpf_log_buf[BPF_LOG_BUF_SIZE];
69 .log_size = BPF_LOG_BUF_SIZE, in bpf_prog_create()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_attach_autodetach.c9 static char bpf_log_buf[BPF_LOG_BUF_SIZE];
21 bpf_log_buf, BPF_LOG_BUF_SIZE); in prog_load()
H A Dcgroup_attach_override.c11 static char bpf_log_buf[BPF_LOG_BUF_SIZE];
23 bpf_log_buf, BPF_LOG_BUF_SIZE); in prog_load()
H A Dcgroup_attach_multi.c9 static char bpf_log_buf[BPF_LOG_BUF_SIZE];
71 bpf_log_buf, BPF_LOG_BUF_SIZE); in prog_load_cnt()
/linux/tools/lib/bpf/
H A Dbpf.h126 #define BPF_LOG_BUF_SIZE (UINT32_MAX >> 8) /* verifier maximum in kernels <= 5.1 */ macro
H A Dbtf.c1417 buf_sz = max((__u32)BPF_LOG_BUF_SIZE, buf_sz * 2); in btf_load_into_kernel()
H A Dlibbpf.c7564 log_buf_size = max((size_t)BPF_LOG_BUF_SIZE, log_buf_size * 2); in bpf_object_load_prog()
/linux/tools/testing/selftests/bpf/
H A Dtest_sysctl.c25 char bpf_log_buf[BPF_LOG_BUF_SIZE];
1465 opts.log_size = BPF_LOG_BUF_SIZE; in load_sysctl_prog_insns()