]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf9064135b640eb862df547d50e0a2f1d3931f5b2
tree3c3ab8855ea2807b7eb354c79684200291a40ebe
parente298f1b8a9990a582f3be9a2f61613d0339fc804
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