Home
last modified time | relevance | path

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

/Linux-v5.10/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_test_kern4.c49 bpf_seq_write(seq, &seq_num, sizeof(seq_num)); in dump_bpf_map()
/Linux-v5.10/tools/bpf/bpftool/skeleton/
Dpid_iter.bpf.c76 bpf_seq_write(ctx->meta->seq, &e, sizeof(e)); in iter()
/Linux-v5.10/kernel/trace/
Dbpf_trace.c778 BPF_CALL_3(bpf_seq_write, struct seq_file *, m, const void *, data, u32, len) in BPF_CALL_3() argument
784 .func = bpf_seq_write,