perf trace/scripting: Fix Perl common_* access functions

The common_* functions (e.g. common_pc(), etc) are exported as
common_* but named get_common_*, resulting in unresolved
subroutine errors when executing scripts.

Make the internal and external names match.

Signed-off-by: Tom Zanussi <tzanussi@gmail.com>
Cc: fweisbec@gmail.com
Cc: rostedt@goodmis.org
Cc: anton@samba.org
Cc: hch@infradead.org
LKML-Reference: <1259565529-6407-4-git-send-email-tzanussi@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
Tom Zanussi
2009-11-30 01:18:48 -06:00
committed by Ingo Molnar
parent e136323c5a
commit 61381de050
4 changed files with 24 additions and 24 deletions

View File

@ -28,14 +28,14 @@ MODULE = Perf::Trace::Context PACKAGE = Perf::Trace::Context
PROTOTYPES: ENABLE
int
get_common_pc(context)
common_pc(context)
struct scripting_context * context
int
get_common_flags(context)
common_flags(context)
struct scripting_context * context
int
get_common_lock_depth(context)
common_lock_depth(context)
struct scripting_context * context