Home
last modified time | relevance | path

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

/linux-4.4.14/samples/bpf/
Dtracex5_kern.c35 bpf_trace_printk(fmt, sizeof(fmt), sd.nr); in bpf_prog1()
48 bpf_trace_printk(fmt, sizeof(fmt), in PROG()
61 bpf_trace_printk(fmt, sizeof(fmt), in PROG()
70 bpf_trace_printk(fmt, sizeof(fmt)); in PROG()
Dtracex6_kern.c21 bpf_trace_printk(fmt, sizeof(fmt), key, count); in bpf_prog1()
Dtracex1_kern.c43 bpf_trace_printk(fmt, sizeof(fmt), skb, len); in bpf_prog1()
Dbpf_helpers.h22 static int (*bpf_trace_printk)(const char *fmt, int fmt_size, ...) = variable
/linux-4.4.14/kernel/trace/
Dbpf_trace.c86 static u64 bpf_trace_printk(u64 r1, u64 fmt_size, u64 r3, u64 r4, u64 r5) in bpf_trace_printk() function
171 .func = bpf_trace_printk,