diff options
author | Ingo Molnar <mingo@elte.hu> | 2010-10-26 11:30:22 +0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2010-10-26 11:30:22 +0400 |
commit | 5df414c61e1b6f15bdc3759f292c7404286c9827 (patch) | |
tree | 41b50a595fc53de595edcc20b350c048ce2856fc /tools/perf/scripts/perl/bin/rwtop-report | |
parent | 0b849ee88846e3488a34007c5b8b4249579ff159 (diff) | |
parent | 7f6c1bd50d73d12f8b4ea09edb4515997f6527f5 (diff) | |
download | linux-5df414c61e1b6f15bdc3759f292c7404286c9827.tar.xz |
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/urgent
Diffstat (limited to 'tools/perf/scripts/perl/bin/rwtop-report')
-rw-r--r-- | tools/perf/scripts/perl/bin/rwtop-report | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/scripts/perl/bin/rwtop-report b/tools/perf/scripts/perl/bin/rwtop-report index 93e698cd3f38..4918dba77021 100644 --- a/tools/perf/scripts/perl/bin/rwtop-report +++ b/tools/perf/scripts/perl/bin/rwtop-report @@ -17,7 +17,7 @@ if [ "$n_args" -gt 0 ] ; then interval=$1 shift fi -perf trace $@ -s ~/libexec/perf-core/scripts/perl/rwtop.pl $interval +perf trace $@ -s "$PERF_EXEC_PATH"/scripts/perl/rwtop.pl $interval |