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

Unified Diff: client/samples/oprofile.power5+

Issue 4823005: Merge remote branch 'cros/upstream' into tempbranch (Closed) Base URL: http://git.chromium.org/git/autotest.git@master
Patch Set: patch Created 10 years, 1 month 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/samples/oprofile ('k') | client/samples/parallel » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/samples/oprofile.power5+
diff --git a/client/samples/oprofile.power5+ b/client/samples/oprofile.power5+
deleted file mode 100644
index 7a84fa2c2ee4461de6edd9d8100b0c35ee9b5d99..0000000000000000000000000000000000000000
--- a/client/samples/oprofile.power5+
+++ /dev/null
@@ -1,24 +0,0 @@
-print "Testing default event"
-job.profilers.add('oprofile')
-job.run_test('sleeptest', seconds=1, tag='default')
-job.profilers.delete('oprofile')
-
-print "Testing specified vmlinux"
-job.profilers.add('oprofile', '/boot/vmlinux-autotest')
-job.run_test('sleeptest', seconds=1, tag='vmlinux')
-job.profilers.delete('oprofile')
-
-print "Testing one event"
-job.profilers.add('oprofile', None, ['PM_RUN_CYC_GRP153:100000'])
-job.run_test('sleeptest', seconds=1, tag='one')
-job.profilers.delete('oprofile')
-
-print "Testing multiple events"
-job.profilers.add('oprofile', None, ['PM_RUN_CYC_GRP153:100000', 'PM_INST_CMPL_GRP153:10000'])
-job.run_test('sleeptest', seconds=1, tag='multi')
-job.profilers.delete('oprofile')
-
-print "Testing other args"
-job.profilers.add('oprofile', None, ['PM_RUN_CYC_GRP153:150000', 'PM_INST_CMPL_GRP153:150000'], '--callgraph=3')
-job.run_test('sleeptest', seconds=1, tag='other')
-job.profilers.delete('oprofile')
« no previous file with comments | « client/samples/oprofile ('k') | client/samples/parallel » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698