]> git.baikalelectronics.ru Git - kernel.git/commit
perf tests: Disable breakpoint accounting test for powerpc
authorSandipan Das <sandipan@linux.vnet.ibm.com>
Thu, 12 Apr 2018 16:21:40 +0000 (21:51 +0530)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 12 Apr 2018 17:20:21 +0000 (14:20 -0300)
commitf95ebc7b4e80f12543eb08de679e1a795ce811bb
tree77c6320290315e16a4a7a1bd07a5ec3cce6f8927
parent7e2e8446f56a8589ef42936647350e1c0aca62fb
perf tests: Disable breakpoint accounting test for powerpc

We disable this test as instruction breakpoints (HW_BREAKPOINT_X) are
not available for powerpc.

Before applying patch:

  21: Breakpoint accounting                                 :
  --- start ---
  test child forked, pid 3635
  failed opening event 0
  failed opening event 0
  watchpoints count 1, breakpoints count 0, has_ioctl 1, share 0
  test child finished with -2
  ---- end ----
  Breakpoint accounting: Skip

After applying patch:

  21: Breakpoint accounting                                 : Disabled

Signed-off-by: Sandipan Das <sandipan@linux.vnet.ibm.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
Cc: Ravi Bangoria <ravi.bangoria@linux.vnet.ibm.com>
Link: http://lkml.kernel.org/r/20180412162140.2992-1-sandipan@linux.vnet.ibm.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/tests/builtin-test.c