Message ID | 20230313211746.1541525-3-zwisler@kernel.org (mailing list archive) |
---|---|
State | Mainlined |
Commit | c2f92e8b2d24615acda3fc571180d8b44a710df5 |
Headers | show |
Series | [v4,1/3] selftests: use canonical ftrace path | expand |
diff --git a/tools/kvm/kvm_stat/kvm_stat b/tools/kvm/kvm_stat/kvm_stat index 6f28180ffeea..15bf00e79e3f 100755 --- a/tools/kvm/kvm_stat/kvm_stat +++ b/tools/kvm/kvm_stat/kvm_stat @@ -627,7 +627,7 @@ class TracepointProvider(Provider): name)'. All available events have directories under - /sys/kernel/debug/tracing/events/ which export information + /sys/kernel/tracing/events/ which export information about the specific event. Therefore, listing the dirs gives us a list of all available events.