Searched refs:BPF_LOG_BUF_SIZE (Results 1 - 14 of 14) sorted by relevance

/linux-master/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);
H A Dcgroup_attach_override.c11 static char bpf_log_buf[BPF_LOG_BUF_SIZE];
23 bpf_log_buf, BPF_LOG_BUF_SIZE);
H A Dcgroup_attach_multi.c9 static char bpf_log_buf[BPF_LOG_BUF_SIZE];
71 bpf_log_buf, BPF_LOG_BUF_SIZE);
/linux-master/samples/bpf/
H A Dsock_example.c34 char bpf_log_buf[BPF_LOG_BUF_SIZE];
65 .log_size = BPF_LOG_BUF_SIZE,
H A Dfds_example.c34 char bpf_log_buf[BPF_LOG_BUF_SIZE];
69 .log_size = BPF_LOG_BUF_SIZE,
H A Dtest_cgrp2_attach.c41 char bpf_log_buf[BPF_LOG_BUF_SIZE];
77 .log_size = BPF_LOG_BUF_SIZE,
H A Dtest_cgrp2_sock.c28 char bpf_log_buf[BPF_LOG_BUF_SIZE];
75 .log_size = BPF_LOG_BUF_SIZE,
/linux-master/tools/testing/selftests/bpf/
H A Dtest_cgroup_storage.c13 char bpf_log_buf[BPF_LOG_BUF_SIZE];
75 bpf_log_buf, BPF_LOG_BUF_SIZE);
H A Dtest_sock.c22 char bpf_log_buf[BPF_LOG_BUF_SIZE];
397 opts.log_size = BPF_LOG_BUF_SIZE;
H A Dtest_sock_addr.c62 char bpf_log_buf[BPF_LOG_BUF_SIZE];
653 opts.log_size = BPF_LOG_BUF_SIZE;
H A Dtest_sysctl.c25 char bpf_log_buf[BPF_LOG_BUF_SIZE];
1465 opts.log_size = BPF_LOG_BUF_SIZE;
/linux-master/tools/lib/bpf/
H A Dbpf.h123 #define BPF_LOG_BUF_SIZE (UINT32_MAX >> 8) /* verifier maximum in kernels <= 5.1 */ macro
H A Dbtf.c1362 buf_sz = max((__u32)BPF_LOG_BUF_SIZE, buf_sz * 2);
H A Dlibbpf.c7407 log_buf_size = max((size_t)BPF_LOG_BUF_SIZE, log_buf_size * 2);

Completed in 228 milliseconds