Searched refs:bpf_stream_printk (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | stream.c | 56 if (bpf_stream_printk(BPF_STDOUT, _STR) == -ENOSPC && size == 99954) in stream_deadlock() 116 bpf_stream_printk(BPF_STDOUT, "foo"); 277 ret = bpf_stream_printk(BPF_STDOUT, _STR);
|
| H A D | test_xdp_meta.c | 45 bpf_stream_printk(BPF_STDERR, in check_metadata()
|
| /linux/tools/lib/bpf/ |
| H A D | bpf_helpers.h | 318 #define bpf_stream_printk(stream_id, fmt, args...) \ macro
|
| /linux/kernel/bpf/ |
| H A D | arena.c | 972 bpf_stream_printk(ss, "ERROR: Arena %s access at unmapped address 0x%lx\n", in bpf_prog_report_arena_violation()
|
| H A D | core.c | 3319 bpf_stream_printk(ss, "ERROR: Timeout detected for may_goto instruction\n"); in bpf_prog_report_may_goto_violation()
|
| /linux/include/linux/ |
| H A D | bpf.h | 3906 #define bpf_stream_printk(ss, ...) bpf_stream_stage_printk(&ss, __VA_ARGS__) macro
|