diff --git a/include/uapi/linux/bpf.h b/include/uapi/linux/bpf.h index 267544e140bea3a06f19ec5c3a73d0d90369d26e..b5889257cc334fbd639bbd9d0e4547fdc7259097 100644 --- a/include/uapi/linux/bpf.h +++ b/include/uapi/linux/bpf.h @@ -580,6 +580,8 @@ union bpf_attr { * limited to five). * * Each time the helper is called, it appends a line to the trace. + * Lines are discarded while *\/sys/kernel/debug/tracing/trace* is + * open, use *\/sys/kernel/debug/tracing/trace_pipe* to avoid this. * The format of the trace is customizable, and the exact output * one will get depends on the options set in * *\/sys/kernel/debug/tracing/trace_options* (see also the