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


Groups > linux.kernel > #1680355 > unrolled thread

[PATCH 12/15] perf tests attr: Fix precise_ip 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 12/15] perf tests attr: Fix precise_ip setup Jiri Olsa <jolsa@kernel.org> - 2017-07-03 17:00 +0200

#1680355 — [PATCH 12/15] perf tests attr: Fix precise_ip setup

FromJiri Olsa <jolsa@kernel.org>
Date2017-07-03 17:00 +0200
Subject[PATCH 12/15] perf tests attr: Fix precise_ip setup
Message-ID<tZaZr-2UC-23@gated-at.bofh.it>
We have test to detect to highest precise possible,
so test can't just predict precise_ip value.

Link: http://lkml.kernel.org/n/tip-idmdb13u2xuqvb68jyx76vs8@git.kernel.org
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
---
 tools/perf/tests/attr/base-record | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/perf/tests/attr/base-record b/tools/perf/tests/attr/base-record
index a9cb72b8fbb1..31e0b1da830b 100644
--- a/tools/perf/tests/attr/base-record
+++ b/tools/perf/tests/attr/base-record
@@ -25,7 +25,7 @@ inherit_stat=0
 enable_on_exec=1
 task=0
 watermark=0
-precise_ip=0
+precise_ip=0|1|2|3
 mmap_data=0
 sample_id_all=1
 exclude_host=0|1
-- 
2.9.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web