Home
last modified time | relevance | path

Searched refs:bpf_seq_write (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/tools/testing/selftests/bpf/progs/
Dbpf_iter_bpf_array_map.c34 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()
Dbpf_iter_test_kern_common.h17 bpf_seq_write(seq, &c, sizeof(c)); in dump_task()
Dbpf_iter_test_kern3.c16 bpf_seq_write(seq, &tgid, sizeof(tgid)); in dump_task()
Dbpf_iter_bpf_link.c19 bpf_seq_write(seq, &link_id, sizeof(link_id)); in dump_bpf_link()
Dbpf_iter_test_kern4.c49 bpf_seq_write(seq, &seq_num, sizeof(seq_num)); in dump_bpf_map()
Dbpf_iter_task_stack.c61 bpf_seq_write(seq, &entries, buf_sz); in get_task_user_stacks()
/linux-6.1.9/tools/bpf/bpftool/skeleton/
Dpid_iter.bpf.c98 bpf_seq_write(ctx->meta->seq, &e, sizeof(e)); in iter()
/linux-6.1.9/kernel/trace/
Dbpf_trace.c509 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,