I am trying perf test on imx6dl arm target, 2 subtests are failing on perf and are:
- perf test -v 15
15: Test breakpoint overflow signal handler :
--- start ---
count1 0, count2 0, overflow 0
failed: wrong count for bp10
failed: wrong overflow hit
failed: wrong count for bp2
---- end ----
Test breakpoint overflow signal handler: FAILED!
- perf test -v 16
16: Test breakpoint overflow sampling :
--- start ---
count 0, overflow 0
Wrong number of executions 0 != 10000
Wrong number of overflows 0 != 100
---- end ----
Test breakpoint overflow sampling: FAILED!
Please help me out why all the values are showing zero.
Thanks.