From c2fbaa4b489b738cd9e7666edfeceaaa38e71c9f Mon Sep 17 00:00:00 2001 From: Frederic Weisbecker Date: Thu, 25 Feb 2010 03:03:52 +0100 Subject: 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 Cc: Tom Zanussi Cc: Ingo Molnar Cc: Steven Rostedt Cc: Keiichi KII Cc: Peter Zijlstra Cc: Paul Mackerras Cc: Arnaldo Carvalho de Melo --- tools/perf/Documentation/perf-trace-perl.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/perf/Documentation/perf-trace-perl.txt') diff --git a/tools/perf/Documentation/perf-trace-perl.txt b/tools/perf/Documentation/perf-trace-perl.txt index d2206c3c7aa..d729cee8d98 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 -------- -- cgit v1.2.3