diff options
author | Frederic Weisbecker <fweisbec@gmail.com> | 2010-02-25 03:03:52 +0100 |
---|---|---|
committer | Frederic Weisbecker <fweisbec@gmail.com> | 2010-02-25 04:07:50 +0100 |
commit | c2fbaa4b489b738cd9e7666edfeceaaa38e71c9f (patch) | |
tree | cf3de68faeea1b226ecc2a1c084b96c05e5cc778 /tools/perf/Documentation/perf-trace-perl.txt | |
parent | perf/scripts: Add perf-trace-python Documentation (diff) | |
download | linux-c2fbaa4b489b738cd9e7666edfeceaaa38e71c9f.tar.xz linux-c2fbaa4b489b738cd9e7666edfeceaaa38e71c9f.zip |
perf/scripts: Tag syscall_name helper as not yet available
syscall_name() helper, which resolves a syscall arch number to
its name, is not yet available as we first need to implement
event injection for it to work.
Remove it from the documentation or tag its references as
unavailable yet. Once it's implemented, we can just revert
the current patch.
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Tom Zanussi <tzanussi@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Keiichi KII <k-keiichi@bx.jp.nec.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/Documentation/perf-trace-perl.txt')
-rw-r--r-- | tools/perf/Documentation/perf-trace-perl.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/Documentation/perf-trace-perl.txt b/tools/perf/Documentation/perf-trace-perl.txt index d2206c3c7aa6..d729cee8d987 100644 --- a/tools/perf/Documentation/perf-trace-perl.txt +++ b/tools/perf/Documentation/perf-trace-perl.txt @@ -213,7 +213,6 @@ Various utility functions for use with perf trace: nsecs_nsecs($nsecs) - returns nsecs remainder given nsecs nsecs_str($nsecs) - returns printable string in the form secs.nsecs avg($total, $n) - returns average given a sum and a total number of values - syscall_name($id) - returns the syscall name for the specified syscall_nr SEE ALSO -------- |