Re: trace_printk
Quentin Monnet
Just to make it clear, Yonghong means that *the helper function
toggle quoted message
Show quoted text
bpf_trace_printk()* should be used mostly for debug. eBPF itself can perfectly be used in production. If you needed to stream data from eBPF programs to user space in production applications, the way to go would be to use perf maps and related helpers. This would provide better performances than bpf_trace_printk(). Best regards, Quentin 2018-03-28 13:14 UTC-0700 ~ Y Song via iovisor-dev <iovisor-dev@...> No, this can still be used. The warning just tells you this should |
|