Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/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 Dtest_cgrp2_attach.c41 char bpf_log_buf[BPF_LOG_BUF_SIZE];
77 .log_size = BPF_LOG_BUF_SIZE, in prog_load()
H A Dfds_example.c34 char bpf_log_buf[BPF_LOG_BUF_SIZE];
69 .log_size = BPF_LOG_BUF_SIZE, in bpf_prog_create()
H A Dtest_cgrp2_sock.c28 char bpf_log_buf[BPF_LOG_BUF_SIZE];
75 .log_size = BPF_LOG_BUF_SIZE, in prog_load()
/openbmc/linux/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); in main()
H A Dtest_sock.c22 char bpf_log_buf[BPF_LOG_BUF_SIZE];
397 opts.log_size = BPF_LOG_BUF_SIZE; in load_sock_prog()
H A Dtest_sock_addr.c61 char bpf_log_buf[BPF_LOG_BUF_SIZE];
652 opts.log_size = BPF_LOG_BUF_SIZE; in load_insns()
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()
/openbmc/linux/tools/lib/bpf/
H A Dbpf.h118 #define BPF_LOG_BUF_SIZE (UINT32_MAX >> 8) /* verifier maximum in kernels <= 5.1 */ macro
H A Dbtf.c1195 buf_sz = max((__u32)BPF_LOG_BUF_SIZE, buf_sz * 2); in btf_load_into_kernel()
H A Dlibbpf.c6973 log_buf_size = max((size_t)BPF_LOG_BUF_SIZE, log_buf_size * 2); in bpf_object_load_prog()