perf script: Add period data column
[sfrench/cifs-2.6.git] / tools / perf / Documentation / perf-script.txt
index 05f9a0a6784cf850a689aa4a5f1daffe2f6bec6c..21494806c0abf419bfe95eb8be1a0bb5d83330e4 100644 (file)
@@ -115,7 +115,7 @@ OPTIONS
 -f::
 --fields::
         Comma separated list of fields to print. Options are:
-        comm, tid, pid, time, cpu, event, trace, ip, sym, dso, addr, symoff, srcline.
+        comm, tid, pid, time, cpu, event, trace, ip, sym, dso, addr, symoff, srcline, period.
         Field list can be prepended with the type, trace, sw or hw,
         to indicate to which event type the field list applies.
         e.g., -f sw:comm,tid,time,ip,sym  and -f trace:time,cpu,trace
@@ -140,7 +140,7 @@ OPTIONS
     
                "Overriding previous field request for all events."
     
-       Alternativey, consider the order:
+       Alternatively, consider the order:
     
                -f comm,tid,time,ip,sym -f trace: