Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/trace/
Dbpf_trace.c375 static void bpf_trace_copy_string(char *buf, void *unsafe_ptr, char fmt_ptype, in bpf_trace_copy_string() argument
382 switch (fmt_ptype) { in bpf_trace_copy_string()
432 char buf[64], fmt_ptype; in BPF_CALL_5() local
465 fmt_ptype = fmt[i + 1]; in BPF_CALL_5()
484 fmt_ptype = fmt[i]; in BPF_CALL_5()
511 bpf_trace_copy_string(buf, unsafe_ptr, fmt_ptype, in BPF_CALL_5()