Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1680361 > unrolled thread

[PATCH 10/15] perf tests attr: Fix cpu test disabled term setup

Started byJiri Olsa <jolsa@kernel.org>
First post2017-07-03 17:00 +0200
Last post2017-07-03 17:00 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 10/15] perf tests attr: Fix cpu test disabled term setup Jiri Olsa <jolsa@kernel.org> - 2017-07-03 17:00 +0200

#1680361 — [PATCH 10/15] perf tests attr: Fix cpu test disabled term setup

FromJiri Olsa <jolsa@kernel.org>
Date2017-07-03 17:00 +0200
Subject[PATCH 10/15] perf tests attr: Fix cpu test disabled term setup
Message-ID<tZaZs-2UC-45@gated-at.bofh.it>
The stat command creates all events disabled and
enables them either manualy or via the enable_on_exec
bit.

Link: http://lkml.kernel.org/n/tip-iyoncdvymh0vf1r0a1eytwyi@git.kernel.org
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
---
 tools/perf/tests/attr/test-stat-C0 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/perf/tests/attr/test-stat-C0 b/tools/perf/tests/attr/test-stat-C0
index aa835950751f..67717fe6a65d 100644
--- a/tools/perf/tests/attr/test-stat-C0
+++ b/tools/perf/tests/attr/test-stat-C0
@@ -4,6 +4,6 @@ args    = -e cycles -C 0 kill >/dev/null 2>&1
 ret     = 1
 
 [event:base-stat]
-# events are enabled by default when attached to cpu
-disabled=0
+# events are disabled by default when attached to cpu
+disabled=1
 enable_on_exec=0
-- 
2.9.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web