Searched refs:fmt_ptype (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | bpf_trace.c | 360 static void bpf_trace_copy_string(char *buf, void *unsafe_ptr, char fmt_ptype, in bpf_trace_copy_string() argument 367 switch (fmt_ptype) { in bpf_trace_copy_string() 417 char buf[64], fmt_ptype; in BPF_CALL_5() local 450 fmt_ptype = fmt[i + 1]; in BPF_CALL_5() 469 fmt_ptype = fmt[i]; in BPF_CALL_5() 496 bpf_trace_copy_string(buf, unsafe_ptr, fmt_ptype, in BPF_CALL_5()
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | helpers.c | 739 static int bpf_trace_copy_string(char *buf, void *unsafe_ptr, char fmt_ptype, in bpf_trace_copy_string() argument 746 switch (fmt_ptype) { in bpf_trace_copy_string() 826 char fmt_ptype, cur_ip[16], ip_spec[] = "%pXX"; in bpf_bprintf_prepare() local 885 fmt_ptype = fmt[i + 1]; in bpf_bprintf_prepare() 952 fmt_ptype = fmt[i]; in bpf_bprintf_prepare() 971 fmt_ptype, in bpf_bprintf_prepare()
|
Completed in 6 milliseconds