Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/trace/
Dbpf_trace.c572 struct bpf_seq_printf_buf { struct
575 static DEFINE_PER_CPU(struct bpf_seq_printf_buf, bpf_seq_printf_buf); argument
584 struct bpf_seq_printf_buf *bufs; in BPF_CALL_5()
593 bufs = this_cpu_ptr(&bpf_seq_printf_buf); in BPF_CALL_5()