Home
last modified time | relevance | path

Searched refs:bpf_seq_printf (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/tools/lib/bpf/
Dbpf_helpers.h256 bpf_seq_printf(seq, ___fmt, sizeof(___fmt), \
/linux-6.14.4/Documentation/bpf/
Dbpf_iterators.rst163 You can use either ``bpf_seq_printf()`` (and BPF_SEQ_PRINTF helper macro) or
/linux-6.14.4/kernel/trace/
Dbpf_trace.c458 BPF_CALL_5(bpf_seq_printf, struct seq_file *, m, char *, fmt, u32, fmt_size, in BPF_CALL_5() argument
485 .func = bpf_seq_printf,