Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/tests/shell/
H A Drecord_lbr.sh56 lbr_test() { function
110 lbr_test "$1" "$2" "$3"
118 lbr_test "-b" "any branch" 2
119 lbr_test "-j any_call" "any call" 2
120 lbr_test "-j any_ret" "any ret" 2
121 lbr_test "-j ind_call" "any indirect call" 2
122 lbr_test "-j ind_jmp" "any indirect jump" 100
123 lbr_test "-j call" "direct calls" 2
124 lbr_test "-j ind_call,u" "any indirect user call" 100
125 lbr_test "-a -b" "system wide any branch" 2
[all …]