Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1680380
| From | Jiri Olsa <jolsa@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 13/15] perf tests attr: Fix stat sample_type setup |
| Date | 2017-07-03 17:00 +0200 |
| Message-ID | <tZaZu-2UC-89@gated-at.bofh.it> (permalink) |
| References | <tZaZr-2UC-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From following commit:
commit 4979d0c7d0c7 ("perf stat record: Add record command")
we started to assign PERF_SAMPLE_IDENTIFIER to sample_type.
Fixing the attr stat tests accordingly.
Link: http://lkml.kernel.org/n/tip-w5bfszt3pdqk1lj7rgo4mqz5@git.kernel.org
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
---
tools/perf/tests/attr/base-stat | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/perf/tests/attr/base-stat b/tools/perf/tests/attr/base-stat
index ff9b33d4ae9e..4d0c2e42b64e 100644
--- a/tools/perf/tests/attr/base-stat
+++ b/tools/perf/tests/attr/base-stat
@@ -8,7 +8,7 @@ type=0
size=112
config=0
sample_period=0
-sample_type=0
+sample_type=65536
read_format=3
disabled=1
inherit=1
--
2.9.4
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 13/15] perf tests attr: Fix stat sample_type setup Jiri Olsa <jolsa@kernel.org> - 2017-07-03 17:00 +0200
csiph-web