]> Git Repo - linux.git/blobdiff - tools/perf/scripts/python/stackcollapse.py
Merge tag 'v5.9-rc2' into regulator-5.9
[linux.git] / tools / perf / scripts / python / stackcollapse.py
index 5e703efaddcc2472f812c0a386b8b1e88f1a4094..b1c4def1410a8aea617b0843b681eb7435a892dc 100755 (executable)
@@ -27,7 +27,7 @@ from collections import defaultdict
 from optparse import OptionParser, make_option
 
 sys.path.append(os.environ['PERF_EXEC_PATH'] + \
-                '/scripts/python/Perf-Trace-Util/lib/Perf/Trace')
+    '/scripts/python/Perf-Trace-Util/lib/Perf/Trace')
 
 from perf_trace_context import *
 from Core import *
This page took 0.033445 seconds and 4 git commands to generate.