https://github.com/torvalds/linux
Revision 07496eeab577eef1d4912b3e1b502a2b52002ac3 authored by Ross Zwisler on 15 February 2023, 22:33:49 UTC, committed by Michael S. Tsirkin on 09 June 2023, 16:08:08 UTC
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

A few spots in tools/virtio still refer to this older debugfs
path, so let's update them to avoid confusion.

Signed-off-by: Ross Zwisler <zwisler@google.com>
Message-Id: <20230215223350.2658616-6-zwisler@google.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Mukesh Ojha <quic_mojha@quicinc.com>
1 parent beee7fd
History
Tip revision: 07496eeab577eef1d4912b3e1b502a2b52002ac3 authored by Ross Zwisler on 15 February 2023, 22:33:49 UTC
tools/virtio: use canonical ftrace path
Tip revision: 07496ee
File Mode Size
Makefile -rw-r--r-- 1.3 KB
autogroup.c -rw-r--r-- 7.0 KB
autogroup.h -rw-r--r-- 1.6 KB
build_policy.c -rw-r--r-- 1.2 KB
build_utility.c -rw-r--r-- 2.4 KB
clock.c -rw-r--r-- 12.6 KB
completion.c -rw-r--r-- 10.2 KB
core.c -rw-r--r-- 306.0 KB
core_sched.c -rw-r--r-- 6.7 KB
cpuacct.c -rw-r--r-- 8.1 KB
cpudeadline.c -rw-r--r-- 6.2 KB
cpudeadline.h -rw-r--r-- 637 bytes
cpufreq.c -rw-r--r-- 2.6 KB
cpufreq_schedutil.c -rw-r--r-- 23.5 KB
cpupri.c -rw-r--r-- 8.5 KB
cpupri.h -rw-r--r-- 775 bytes
cputime.c -rw-r--r-- 26.5 KB
deadline.c -rw-r--r-- 82.1 KB
debug.c -rw-r--r-- 26.6 KB
fair.c -rw-r--r-- 337.3 KB
features.h -rw-r--r-- 2.6 KB
idle.c -rw-r--r-- 11.6 KB
isolation.c -rw-r--r-- 6.3 KB
loadavg.c -rw-r--r-- 11.2 KB
membarrier.c -rw-r--r-- 20.3 KB
pelt.c -rw-r--r-- 12.2 KB
pelt.h -rw-r--r-- 6.0 KB
psi.c -rw-r--r-- 46.1 KB
rt.c -rw-r--r-- 72.0 KB
sched-pelt.h -rw-r--r-- 616 bytes
sched.h -rw-r--r-- 90.9 KB
smp.h -rw-r--r-- 406 bytes
stats.c -rw-r--r-- 5.5 KB
stats.h -rw-r--r-- 8.9 KB
stop_task.c -rw-r--r-- 3.1 KB
swait.c -rw-r--r-- 3.6 KB
topology.c -rw-r--r-- 69.6 KB
wait.c -rw-r--r-- 14.6 KB
wait_bit.c -rw-r--r-- 6.8 KB

back to top