Searched refs:bpf_seq_write (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/tools/testing/selftests/bpf/progs/ |
D | bpf_iter_bpf_array_map.c | 34 bpf_seq_write(ctx->meta->seq, key, sizeof(__u32)); in dump_bpf_array_map() 35 bpf_seq_write(ctx->meta->seq, val, sizeof(__u64)); in dump_bpf_array_map()
|
D | bpf_iter_test_kern_common.h | 17 bpf_seq_write(seq, &c, sizeof(c)); in dump_task()
|
D | bpf_iter_test_kern3.c | 16 bpf_seq_write(seq, &tgid, sizeof(tgid)); in dump_task()
|
D | bpf_iter_bpf_link.c | 19 bpf_seq_write(seq, &link_id, sizeof(link_id)); in dump_bpf_link()
|
D | bpf_iter_test_kern4.c | 49 bpf_seq_write(seq, &seq_num, sizeof(seq_num)); in dump_bpf_map()
|
D | bpf_iter_task_stack.c | 61 bpf_seq_write(seq, &entries, buf_sz); in get_task_user_stacks()
|
/linux-6.1.9/tools/bpf/bpftool/skeleton/ |
D | pid_iter.bpf.c | 98 bpf_seq_write(ctx->meta->seq, &e, sizeof(e)); in iter()
|
/linux-6.1.9/kernel/trace/ |
D | bpf_trace.c | 509 BPF_CALL_3(bpf_seq_write, struct seq_file *, m, const void *, data, u32, len) in BPF_CALL_3() argument 515 .func = bpf_seq_write,
|