Lines Matching +full:100 +full:w
35 if ! perf record -e cycles --call-graph lbr -o "${perfdata}" perf test -w thloop
67 if ! perf record -e cycles $branch_flags -o "${perfdata}" perf test -w thloop
70 perf record -e cycles $branch_flags -o "${perfdata}" perf test -w thloop || true
97 r=$(($zero_nr * 100 / $bs_nr))
122 lbr_test "-j ind_jmp" "any indirect jump" 100
124 lbr_test "-j ind_call,u" "any indirect user call" 100
129 parallel_lbr_test "-b" "parallel any branch" 100 &
131 parallel_lbr_test "-j any_call" "parallel any call" 100 &
133 parallel_lbr_test "-j any_ret" "parallel any ret" 100 &
135 parallel_lbr_test "-j ind_call" "parallel any indirect call" 100 &
137 parallel_lbr_test "-j ind_jmp" "parallel any indirect jump" 100 &
139 parallel_lbr_test "-j call" "parallel direct calls" 100 &
141 parallel_lbr_test "-j ind_call,u" "parallel any indirect user call" 100 &
143 parallel_lbr_test "-a -b" "parallel system wide any branch" 100 &
145 parallel_lbr_test "-a -j any_call" "parallel system wide any call" 100 &