Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323707
b: refs/heads/master
c: e8d0f40
h: refs/heads/master
i:
  323705: 7ef0495
  323703: 26b02a5
v: v3
  • Loading branch information
David Ahern authored and Arnaldo Carvalho de Melo committed Aug 20, 2012
1 parent 0358572 commit d889645
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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: 2708bf3a30b7bfa02d60a3f03603b6b92d093f1a
refs/heads/master: e8d0f400ee3247ad22faa6afabfa7022260ef7a5
4 changes: 2 additions & 2 deletions trunk/tools/perf/Documentation/perf-script-perl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ search path and 'use'ing a few support modules (see module
descriptions below):

----
use lib "$ENV{'PERF_EXEC_PATH'}/scripts/perl/perf-script-Util/lib";
use lib "./perf-script-Util/lib";
use lib "$ENV{'PERF_EXEC_PATH'}/scripts/perl/Perf-Trace-Util/lib";
use lib "./Perf-Trace-Util/lib";
use Perf::Trace::Core;
use Perf::Trace::Context;
use Perf::Trace::Util;
Expand Down
10 changes: 5 additions & 5 deletions trunk/tools/perf/Documentation/perf-script-python.txt
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ import os
import sys

sys.path.append(os.environ['PERF_EXEC_PATH'] + \
'/scripts/python/perf-script-Util/lib/Perf/Trace')
'/scripts/python/Perf-Trace-Util/lib/Perf/Trace')

from perf_trace_context import *
from Core import *
Expand Down Expand Up @@ -216,7 +216,7 @@ import os
import sys

sys.path.append(os.environ['PERF_EXEC_PATH'] + \
'/scripts/python/perf-script-Util/lib/Perf/Trace')
'/scripts/python/Perf-Trace-Util/lib/Perf/Trace')

from perf_trace_context import *
from Core import *
Expand Down Expand Up @@ -279,7 +279,7 @@ import os
import sys

sys.path.append(os.environ['PERF_EXEC_PATH'] + \
'/scripts/python/perf-script-Util/lib/Perf/Trace')
'/scripts/python/Perf-Trace-Util/lib/Perf/Trace')

from perf_trace_context import *
from Core import *
Expand Down Expand Up @@ -391,7 +391,7 @@ drwxr-xr-x 4 trz trz 4096 2010-01-26 22:30 .
drwxr-xr-x 4 trz trz 4096 2010-01-26 22:29 ..
drwxr-xr-x 2 trz trz 4096 2010-01-26 22:29 bin
-rw-r--r-- 1 trz trz 2548 2010-01-26 22:29 check-perf-script.py
drwxr-xr-x 3 trz trz 4096 2010-01-26 22:49 perf-script-Util
drwxr-xr-x 3 trz trz 4096 2010-01-26 22:49 Perf-Trace-Util
-rw-r--r-- 1 trz trz 1462 2010-01-26 22:30 syscall-counts.py
----

Expand Down Expand Up @@ -518,7 +518,7 @@ descriptions below):
import sys

sys.path.append(os.environ['PERF_EXEC_PATH'] + \
'/scripts/python/perf-script-Util/lib/Perf/Trace')
'/scripts/python/Perf-Trace-Util/lib/Perf/Trace')

from perf_trace_context import *
from Core import *
Expand Down

0 comments on commit d889645

Please sign in to comment.