perf trace/scripting: Fix Perl common_* access functions
authorTom Zanussi <tzanussi@gmail.com>
Mon, 30 Nov 2009 07:18:48 +0000 (01:18 -0600)
committerIngo Molnar <mingo@elte.hu>
Mon, 30 Nov 2009 08:04:00 +0000 (09:04 +0100)
commit61381de0504181368672a83d2e14c38dbaf3c136
tree3c3ab8855ea2807b7eb354c79684200291a40ebe
parente136323c5a8a7d91d17c5b7b340758bb9dd33739
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>
tools/perf/scripts/perl/Perf-Trace-Util/Context.c
tools/perf/scripts/perl/Perf-Trace-Util/Context.xs
tools/perf/util/trace-event-perl.c
tools/perf/util/trace-event-perl.h