diff options
Diffstat (limited to 'tools/perf/Documentation/perf-trace-perl.txt')
-rw-r--r-- | tools/perf/Documentation/perf-trace-perl.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/perf/Documentation/perf-trace-perl.txt b/tools/perf/Documentation/perf-trace-perl.txt index c5f55f439091..d2206c3c7aa6 100644 --- a/tools/perf/Documentation/perf-trace-perl.txt +++ b/tools/perf/Documentation/perf-trace-perl.txt | |||
@@ -8,7 +8,7 @@ perf-trace-perl - Process trace data with a Perl script | |||
8 | SYNOPSIS | 8 | SYNOPSIS |
9 | -------- | 9 | -------- |
10 | [verse] | 10 | [verse] |
11 | 'perf trace' [-s [lang]:script[.ext] ] | 11 | 'perf trace' [-s [Perl]:script[.pl] ] |
12 | 12 | ||
13 | DESCRIPTION | 13 | DESCRIPTION |
14 | ----------- | 14 | ----------- |
@@ -213,6 +213,7 @@ Various utility functions for use with perf trace: | |||
213 | nsecs_nsecs($nsecs) - returns nsecs remainder given nsecs | 213 | nsecs_nsecs($nsecs) - returns nsecs remainder given nsecs |
214 | nsecs_str($nsecs) - returns printable string in the form secs.nsecs | 214 | nsecs_str($nsecs) - returns printable string in the form secs.nsecs |
215 | avg($total, $n) - returns average given a sum and a total number of values | 215 | avg($total, $n) - returns average given a sum and a total number of values |
216 | syscall_name($id) - returns the syscall name for the specified syscall_nr | ||
216 | 217 | ||
217 | SEE ALSO | 218 | SEE ALSO |
218 | -------- | 219 | -------- |