Lines Matching refs:branch
136 doesn't work with branch stack sampling at the same time.
192 --branch-any::
193 Enable taken branch stack sampling. Any type of taken branch may be sampled.
194 This is a shortcut for --branch-filter any. See --branch-filter for more infos.
197 --branch-filter::
198 Enable taken branch stack sampling. Each sample captures a series of consecutive
207 - ind_call: any indirect branch
208 - u: only when the branch target is at the user level
209 - k: only when the branch target is in the kernel
217 The option requires at least one branch type among any, any_call, any_ret, ind_call, cond.
219 event are applied to the branch filter. Both kernel (k) and hypervisor (hv) privilege
220 levels are subject to permissions. When sampling on multiple events, branch stack sampling
221 is enabled for all the sampling events. The sampled branch type is the same for all events.
222 The various filters must be specified as a comma separated list: --branch-filter any_ret,u,k