Home
last modified time | relevance | path

Searched refs:lbr_test (Results 1 – 1 of 1) sorted by relevance

/linux/tools/perf/tests/shell/
H A Drecord_lbr.sh62 lbr_test() { function
116 lbr_test "$1" "$2" "$3"
124 lbr_test "-b" "any branch" 2
125 lbr_test "-j any_call" "any call" 2
126 lbr_test "-j any_ret" "any ret" 2
127 lbr_test "-j ind_call" "any indirect call" 2
128 lbr_test "-j ind_jmp" "any indirect jump" 100
129 lbr_test "-j call" "direct calls" 2
130 lbr_test "-j ind_call,u" "any indirect user call" 100
133 lbr_test "-a -b" "system wide any branch" 2
[all …]