diff options
| author | Jiri Kosina <[email protected]> | 2010-10-30 22:16:56 +0200 | 
|---|---|---|
| committer | Jiri Kosina <[email protected]> | 2010-10-30 22:16:56 +0200 | 
| commit | f1e095f1d206b81b44160f41278ce5c78641e9b7 (patch) | |
| tree | bd293d46d2d3e4cdf435a22ddb2877c6ba1b8acc /tools/perf/scripts/python/bin/sctop-report | |
| parent | b0438a1b71955c425c304a2a483765ef24841766 (diff) | |
| parent | 1792f17b7210280a3d7ff29da9614ba779cfcedb (diff) | |
Merge branch 'master' into for-next
Diffstat (limited to 'tools/perf/scripts/python/bin/sctop-report')
| -rw-r--r-- | tools/perf/scripts/python/bin/sctop-report | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tools/perf/scripts/python/bin/sctop-report b/tools/perf/scripts/python/bin/sctop-report index b01c842ae7b4..36b409c05e50 100644 --- a/tools/perf/scripts/python/bin/sctop-report +++ b/tools/perf/scripts/python/bin/sctop-report @@ -21,4 +21,4 @@ elif [ "$n_args" -gt 0 ] ; then      interval=$1      shift  fi -perf trace $@ -s ~/libexec/perf-core/scripts/python/sctop.py $comm $interval +perf trace $@ -s "$PERF_EXEC_PATH"/scripts/python/sctop.py $comm $interval |