X-Git-Url: https://repo.jachan.dev/linux.git/blobdiff_plain/b0f969009f647cd473c5e559aeec9c4229d12f87..0caca697a2d173c6beff3c24e7d9481b732bd131:/tools/perf/scripts/python/syscall-counts.py diff --git a/tools/perf/scripts/python/syscall-counts.py b/tools/perf/scripts/python/syscall-counts.py index ea183dc82d29..b435d3f188e8 100644 --- a/tools/perf/scripts/python/syscall-counts.py +++ b/tools/perf/scripts/python/syscall-counts.py @@ -15,7 +15,7 @@ from perf_trace_context import * from Core import * from Util import syscall_name -usage = "perf trace -s syscall-counts.py [comm]\n"; +usage = "perf script -s syscall-counts.py [comm]\n"; for_comm = None