Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(31)

Unified Diff: client/profilers/lttng/lttng.py

Issue 3541002: Revert "Merge remote branch 'cros/upstream' into tempbranch2" (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git
Patch Set: Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/profilers/lockmeter/lockmeter.py ('k') | client/profilers/oprofile/oprofile.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/profilers/lttng/lttng.py
diff --git a/client/profilers/lttng/lttng.py b/client/profilers/lttng/lttng.py
index 2519d1627179254330b14938f3454392e584ba5f..8905b25909e88d0b7570617d6b9bc5e7f3651244 100644
--- a/client/profilers/lttng/lttng.py
+++ b/client/profilers/lttng/lttng.py
@@ -33,8 +33,8 @@ class lttng(profiler.profiler):
utils.extract_tarball_to_dir(self.tarball, self.srcdir)
os.chdir(self.srcdir)
- utils.configure()
- utils.make()
+ utils.system('./configure')
+ utils.system('make')
# tracepoints: list of trace points to enable
« no previous file with comments | « client/profilers/lockmeter/lockmeter.py ('k') | client/profilers/oprofile/oprofile.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698