Lines Matching refs:branch
162 doesn't work with branch stack sampling at the same time.
228 --branch-any::
229 Enable taken branch stack sampling. Any type of taken branch may be sampled.
230 This is a shortcut for --branch-filter any. See --branch-filter for more infos.
233 --branch-filter::
234 Enable taken branch stack sampling. Each sample captures a series of consecutive
243 - ind_call: any indirect branch
245 - u: only when the branch target is at the user level
246 - k: only when the branch target is in the kernel
254 The option requires at least one branch type among any, any_call, any_ret, ind_call, cond.
256 event are applied to the branch filter. Both kernel (k) and hypervisor (hv) privilege
257 levels are subject to permissions. When sampling on multiple events, branch stack sampling
258 is enabled for all the sampling events. The sampled branch type is the same for all events.
259 The various filters must be specified as a comma separated list: --branch-filter any_ret,u,k