Searched refs:bpf_seq_write (Results 1 – 7 of 7) sorted by relevance
/linux/tools/testing/selftests/bpf/progs/ |
A 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()
|
A D | bpf_iter_test_kern_common.h | 17 bpf_seq_write(seq, &c, sizeof(c)); in dump_task()
|
A D | bpf_iter_test_kern3.c | 16 bpf_seq_write(seq, &tgid, sizeof(tgid)); in dump_task()
|
A D | bpf_iter_test_kern4.c | 49 bpf_seq_write(seq, &seq_num, sizeof(seq_num)); in dump_bpf_map()
|
A D | bpf_iter_task_stack.c | 61 bpf_seq_write(seq, &entries, buf_sz); in get_task_user_stacks()
|
/linux/tools/bpf/bpftool/skeleton/ |
A D | pid_iter.bpf.c | 76 bpf_seq_write(ctx->meta->seq, &e, sizeof(e)); in iter()
|
/linux/kernel/trace/ |
A D | bpf_trace.c | 501 BPF_CALL_3(bpf_seq_write, struct seq_file *, m, const void *, data, u32, len) in BPF_CALL_3() argument 507 .func = bpf_seq_write,
|
Completed in 11 milliseconds