]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - tools/perf/tests/attr.py
Merge branch 'acpica'
[karo-tx-linux.git] / tools / perf / tests / attr.py
index 2f629ca485bc32f6c04c773f6ad36623d7ee171e..c9b4b6269b514dc6e1e88608fbb9f177f2cc561e 100644 (file)
@@ -24,6 +24,7 @@ class Unsup(Exception):
 
 class Event(dict):
     terms = [
+        'cpu',
         'flags',
         'type',
         'size',
@@ -121,7 +122,7 @@ class Test(object):
         parser = ConfigParser.SafeConfigParser()
         parser.read(path)
 
-        log.debug("running '%s'" % path)
+        log.warning("running '%s'" % path)
 
         self.path     = path
         self.test_dir = options.test_dir
@@ -172,7 +173,7 @@ class Test(object):
               self.perf, self.command, tempdir, self.args)
         ret = os.WEXITSTATUS(os.system(cmd))
 
-        log.warning("  running '%s' ret %d " % (cmd, ret))
+        log.info("  '%s' ret %d " % (cmd, ret))
 
         if ret != int(self.ret):
             raise Unsup(self)