Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 169865
b: refs/heads/master
c: 8ea339a
h: refs/heads/master
i:
  169863: 708f27d
v: v3
  • Loading branch information
Tom Zanussi authored and Ingo Molnar committed Nov 30, 2009
1 parent b51ac09 commit 35b9cb0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 61381de0504181368672a83d2e14c38dbaf3c136
refs/heads/master: 8ea339adc0a48236008e59dd21564d71c37b331c
4 changes: 2 additions & 2 deletions trunk/tools/perf/scripts/perl/Perf-Trace-Util/README
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ INSTALLATION
Building perf with perf trace Perl scripting should install this
module in the right place.

You should make sure libperl is installed first e.g. apt-get install
libperl-dev.
You should make sure libperl and ExtUtils/Embed.pm are installed first
e.g. apt-get install libperl-dev or yum install perl-ExtUtils-Embed.

DEPENDENCIES

Expand Down
4 changes: 3 additions & 1 deletion trunk/tools/perf/util/trace-event-perl.c
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,9 @@ struct scripting_ops perl_scripting_ops = {
void setup_perl_scripting(void)
{
fprintf(stderr, "Perl scripting not supported."
" Install libperl-dev[el] and rebuild perf to get it.\n");
" Install libperl and rebuild perf to enable it. e.g. "
"apt-get install libperl-dev (ubuntu), yum install "
"perl-ExtUtils-Embed (Fedora), etc.\n");
}
#else
void setup_perl_scripting(void)
Expand Down

0 comments on commit 35b9cb0

Please sign in to comment.