perf tests: Update attr test with PERF_FLAG_FD_CLOEXEC flag
We not support PERF_FLAG_FD_CLOEXEC flag, updating attr tests accordingly. Cc: Arnaldo Carvalho de Melo <acme@kernel.org> Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com> Cc: David Ahern <dsahern@gmail.com> Cc: Frederic Weisbecker <fweisbec@gmail.com> Cc: Ingo Molnar <mingo@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Paul Mackerras <paulus@samba.org> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Link: http://lkml.kernel.org/n/tip-2mgzn5p9u74drmdmxo5unar0@git.kernel.org Signed-off-by: Jiri Olsa <jolsa@kernel.org>
This commit is contained in:
parent
57480d2cd9
commit
fb578179a5
|
@ -1,7 +1,8 @@
|
|||
[event]
|
||||
fd=1
|
||||
group_fd=-1
|
||||
flags=0
|
||||
# 0 or PERF_FLAG_FD_CLOEXEC flag
|
||||
flags=0|8
|
||||
cpu=*
|
||||
type=0|1
|
||||
size=96
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
[event]
|
||||
fd=1
|
||||
group_fd=-1
|
||||
flags=0
|
||||
# 0 or PERF_FLAG_FD_CLOEXEC flag
|
||||
flags=0|8
|
||||
cpu=*
|
||||
type=0
|
||||
size=96
|
||||
|
|
Loading…
Reference in New Issue