]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - tools/perf/builtin-trace.c
perf trace: update usage
[net-next-2.6.git] / tools / perf / builtin-trace.c
index 0483e28fa60dab0fce9cac3bafc2fb342d9d9c86..86cfe3800e6bf5580718fd3df3c3788f9edbda31 100644 (file)
@@ -570,7 +570,11 @@ out:
 }
 
 static const char * const trace_usage[] = {
-       "perf trace [<options>] <command>",
+       "perf trace [<options>]",
+       "perf trace [<options>] record <script> [<record-options>] <command>",
+       "perf trace [<options>] report <script> [script-args]",
+       "perf trace [<options>] <script> [<record-options>] <command>",
+       "perf trace [<options>] <top-script> [script-args]",
        NULL
 };