diff options
Diffstat (limited to 'tools/perf/scripts/perl/Perf-Trace-Util/README')
-rw-r--r-- | tools/perf/scripts/perl/Perf-Trace-Util/README | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/tools/perf/scripts/perl/Perf-Trace-Util/README b/tools/perf/scripts/perl/Perf-Trace-Util/README new file mode 100644 index 000000000000..0a58378f0836 --- /dev/null +++ b/tools/perf/scripts/perl/Perf-Trace-Util/README | |||
@@ -0,0 +1,35 @@ | |||
1 | Perf-Trace-Util version 0.01 | ||
2 | ============================ | ||
3 | |||
4 | This module contains utility functions for use with perf trace. | ||
5 | |||
6 | INSTALLATION | ||
7 | |||
8 | Building perf with perf trace Perl scripting should install this | ||
9 | module in the right place. | ||
10 | |||
11 | You should make sure libperl is installed first e.g. apt-get install | ||
12 | libperl-dev. | ||
13 | |||
14 | DEPENDENCIES | ||
15 | |||
16 | This module requires these other modules and libraries: | ||
17 | |||
18 | blah blah blah | ||
19 | |||
20 | COPYRIGHT AND LICENCE | ||
21 | |||
22 | Put the correct copyright and licence information here. | ||
23 | |||
24 | Copyright (C) 2009 by Tom Zanussi <tzanussi@gmail.com> | ||
25 | |||
26 | This library is free software; you can redistribute it and/or modify | ||
27 | it under the same terms as Perl itself, either Perl version 5.10.0 or, | ||
28 | at your option, any later version of Perl 5 you may have available. | ||
29 | |||
30 | Alternatively, this software may be distributed under the terms of the | ||
31 | GNU General Public License ("GPL") version 2 as published by the Free | ||
32 | Software Foundation. | ||
33 | |||
34 | |||
35 | |||