diff options
Diffstat (limited to 'tools/perf/util/trace-event-perl.c')
-rw-r--r-- | tools/perf/util/trace-event-perl.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/perf/util/trace-event-perl.c b/tools/perf/util/trace-event-perl.c index 2e1cc3c11c70..51e833fd58c3 100644 --- a/tools/perf/util/trace-event-perl.c +++ b/tools/perf/util/trace-event-perl.c | |||
@@ -577,7 +577,9 @@ struct scripting_ops perl_scripting_ops = { | |||
577 | void setup_perl_scripting(void) | 577 | void setup_perl_scripting(void) |
578 | { | 578 | { |
579 | fprintf(stderr, "Perl scripting not supported." | 579 | fprintf(stderr, "Perl scripting not supported." |
580 | " Install libperl-dev[el] and rebuild perf to get it.\n"); | 580 | " Install libperl and rebuild perf to enable it. e.g. " |
581 | "apt-get install libperl-dev (ubuntu), yum install " | ||
582 | "perl-ExtUtils-Embed (Fedora), etc.\n"); | ||
581 | } | 583 | } |
582 | #else | 584 | #else |
583 | void setup_perl_scripting(void) | 585 | void setup_perl_scripting(void) |