Searched refs:bpf_log (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/kernel/bpf/ |
D | btf.c | 5106 bpf_log(log, "btf_vmlinux is malformed\n"); in btf_get_prog_ctx_type() 5122 bpf_log(log, "arg#%d struct doesn't have a name\n", arg); in btf_get_prog_ctx_type() 5137 bpf_log(log, "Please fix kernel include/linux/bpf_types.h\n"); in btf_get_prog_ctx_type() 5379 bpf_log(log, "func '%s' offset %d is not multiple of 8\n", in btf_ctx_access() 5396 bpf_log(log, "func '%s' doesn't have %d-th argument\n", in btf_ctx_access() 5432 bpf_log(log, in btf_ctx_access() 5439 bpf_log(log, "func '%s' doesn't have %d-th argument\n", in btf_ctx_access() 5457 bpf_log(log, in btf_ctx_access() 5495 bpf_log(log,"invalid btf_id for context argument offset %u\n", off); in btf_ctx_access() 5543 bpf_log(log, in btf_ctx_access() [all …]
|
D | bpf_lsm.c | 102 bpf_log(vlog, in bpf_lsm_verify_prog() 108 bpf_log(vlog, "attach_btf_id %u points to wrong type name %s\n", in bpf_lsm_verify_prog()
|
D | verifier.c | 362 __printf(2, 3) void bpf_log(struct bpf_verifier_log *log, in bpf_log() function 374 EXPORT_SYMBOL_GPL(bpf_log); 14878 bpf_log(log, "Tracing programs must provide btf_id\n"); in bpf_check_attach_target() 14883 bpf_log(log, in bpf_check_attach_target() 14889 bpf_log(log, "attach_btf_id %u is invalid\n", btf_id); in bpf_check_attach_target() 14894 bpf_log(log, "attach_btf_id %u doesn't have a name\n", btf_id); in bpf_check_attach_target() 14906 bpf_log(log, "Subprog %s doesn't exist\n", tname); in bpf_check_attach_target() 14912 bpf_log(log, in bpf_check_attach_target() 14917 bpf_log(log, in bpf_check_attach_target() 14923 bpf_log(log, "Can attach to only JITed progs\n"); in bpf_check_attach_target() [all …]
|
/linux-6.1.9/net/ipv4/ |
D | bpf_tcp_ca.c | 85 bpf_log(log, "only read is supported\n"); in bpf_tcp_ca_btf_struct_access() 116 bpf_log(log, "no write support to tcp_sock at off %d\n", off); in bpf_tcp_ca_btf_struct_access() 121 bpf_log(log, in bpf_tcp_ca_btf_struct_access()
|
/linux-6.1.9/net/netfilter/ |
D | nf_conntrack_bpf.c | 208 bpf_log(log, "only read is supported\n"); in BTF_ID() 222 bpf_log(log, "no write support to nf_conn at off %d\n", off); in BTF_ID() 227 bpf_log(log, in BTF_ID()
|
/linux-6.1.9/net/bpf/ |
D | bpf_dummy_struct_ops.c | 176 bpf_log(log, "only access to bpf_dummy_ops_state is supported\n"); in bpf_dummy_ops_btf_struct_access()
|
/linux-6.1.9/tools/lib/bpf/ |
D | relo_core.c | 53 #define pr_warn(fmt, log, ...) bpf_log((void *)log, fmt, "", ##__VA_ARGS__) 54 #define pr_info(fmt, log, ...) bpf_log((void *)log, fmt, "", ##__VA_ARGS__) 55 #define pr_debug(fmt, log, ...) bpf_log((void *)log, fmt, "", ##__VA_ARGS__) 56 #define libbpf_print(level, fmt, ...) bpf_log((void *)prog_name, fmt, ##__VA_ARGS__)
|
/linux-6.1.9/include/linux/ |
D | bpf_verifier.h | 562 __printf(2, 3) void bpf_log(struct bpf_verifier_log *log,
|