-
- Downloads
bpf: use canonical ftrace path
The canonical location for the tracefs filesystem is at /sys/kernel/tracing. But, from Documentation/trace/ftrace.rst: Before 4.1, all ftrace tracing control files were within the debugfs file system, which is typically located at /sys/kernel/debug/tracing. For backward compatibility, when mounting the debugfs file system, the tracefs file system will be automatically mounted at: /sys/kernel/debug/tracing Many comments and samples in the bpf code still refer to this older debugfs path, so let's update them to avoid confusion. There are a few spots where the bpf code explicitly checks both tracefs and debugfs (tools/bpf/bpftool/tracelog.c and tools/lib/api/fs/fs.c) and I've left those alone so that the tools can continue to work with both paths. Signed-off-by:Ross Zwisler <zwisler@google.com> Acked-by:
Michael S. Tsirkin <mst@redhat.com> Reviewed-by:
Steven Rostedt (Google) <rostedt@goodmis.org> Link: https://lore.kernel.org/r/20230313205628.1058720-2-zwisler@kernel.org Signed-off-by:
Alexei Starovoitov <ast@kernel.org>
Showing
- include/uapi/linux/bpf.h 4 additions, 4 deletionsinclude/uapi/linux/bpf.h
- samples/bpf/cpustat_kern.c 2 additions, 2 deletionssamples/bpf/cpustat_kern.c
- samples/bpf/hbm.c 2 additions, 2 deletionssamples/bpf/hbm.c
- samples/bpf/ibumad_kern.c 2 additions, 2 deletionssamples/bpf/ibumad_kern.c
- samples/bpf/lwt_len_hist.sh 1 addition, 1 deletionsamples/bpf/lwt_len_hist.sh
- samples/bpf/offwaketime_kern.c 1 addition, 1 deletionsamples/bpf/offwaketime_kern.c
- samples/bpf/task_fd_query_user.c 2 additions, 2 deletionssamples/bpf/task_fd_query_user.c
- samples/bpf/test_lwt_bpf.sh 1 addition, 1 deletionsamples/bpf/test_lwt_bpf.sh
- samples/bpf/test_overhead_tp.bpf.c 2 additions, 2 deletionssamples/bpf/test_overhead_tp.bpf.c
- tools/include/uapi/linux/bpf.h 4 additions, 4 deletionstools/include/uapi/linux/bpf.h
Loading
Please register or sign in to comment