diff options
Diffstat (limited to 'tools/perf/Documentation/perf-script-perl.txt')
| -rw-r--r-- | tools/perf/Documentation/perf-script-perl.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/Documentation/perf-script-perl.txt b/tools/perf/Documentation/perf-script-perl.txt index 3152cca15501..d00bef231340 100644 --- a/tools/perf/Documentation/perf-script-perl.txt +++ b/tools/perf/Documentation/perf-script-perl.txt | |||
| @@ -116,8 +116,8 @@ search path and 'use'ing a few support modules (see module | |||
| 116 | descriptions below): | 116 | descriptions below): |
| 117 | 117 | ||
| 118 | ---- | 118 | ---- |
| 119 | use lib "$ENV{'PERF_EXEC_PATH'}/scripts/perl/perf-script-Util/lib"; | 119 | use lib "$ENV{'PERF_EXEC_PATH'}/scripts/perl/Perf-Trace-Util/lib"; |
| 120 | use lib "./perf-script-Util/lib"; | 120 | use lib "./Perf-Trace-Util/lib"; |
| 121 | use Perf::Trace::Core; | 121 | use Perf::Trace::Core; |
| 122 | use Perf::Trace::Context; | 122 | use Perf::Trace::Context; |
| 123 | use Perf::Trace::Util; | 123 | use Perf::Trace::Util; |
