1 package Perf
::Trace
::Context
;
9 our @ISA = qw(Exporter);
11 our %EXPORT_TAGS = ( 'all' => [ qw(
14 our @EXPORT_OK = ( @
{ $EXPORT_TAGS{'all'} } );
17 common_pc common_flags common_lock_depth
20 our $VERSION = '0.01';
23 XSLoader
::load
('Perf::Trace::Context', $VERSION);
29 Perf::Trace::Context - Perl extension for accessing functions in perf.
33 use Perf::Trace::Context;
37 Perf (script) documentation
41 Tom Zanussi, E<lt>tzanussi@gmail.com<gt>
43 =head1 COPYRIGHT AND LICENSE
45 Copyright (C) 2009 by Tom Zanussi
47 This library is free software; you can redistribute it and/or modify
48 it under the same terms as Perl itself, either Perl version 5.10.0 or,
49 at your option, any later version of Perl 5 you may have available.
51 Alternatively, this software may be distributed under the terms of the
52 GNU General Public License ("GPL") version 2 as published by the Free