Lines Matching refs:branch
163 --call-graph [mode,type,min[,limit],order[,key][,branch]]::
213 --branch-any::
214 Enable taken branch stack sampling. Any type of taken branch may be sampled.
215 This is a shortcut for --branch-filter any. See --branch-filter for more infos.
218 --branch-filter::
219 Enable taken branch stack sampling. Each sample captures a series of consecutive
225 The option requires at least one branch type among any, any_call, any_ret, ind_call, cond.
227 event are applied to the branch filter. Both kernel (k) and hypervisor (hv) privilege
228 levels are subject to permissions. When sampling on multiple events, branch stack sampling
229 is enabled for all the sampling events. The sampled branch type is the same for all events.
230 The various filters must be specified as a comma separated list: --branch-filter any_ret,u,k