mirror of https://gitee.com/openkylin/linux.git
perf tests attr: Fix precise_ip setup
We have a test to detect to highest precise possible, so test can't just predict precise_ip value. Signed-off-by: Jiri Olsa <jolsa@kernel.org> Cc: David Ahern <dsahern@gmail.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Thomas Richter <tmricht@linux.vnet.ibm.com> Link: http://lkml.kernel.org/r/20170703145030.12903-13-jolsa@kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
5ff0cf421c
commit
042049404f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue