Lines Matching full:branch
79 "-b Enable take branch stack sampling. Same as '-j any'\n"
113 " Enable taken branch stack sampling. Each sample captures a series\n"
116 " any: any type of branch\n"
119 " ind_call: any indirect branch\n"
120 " u: only when the branch target is at the user level\n"
121 " k: only when the branch target is in the kernel\n"
122 " This option requires at least one branch type among any, any_call,\n"
477 LOG(ERROR) << "unrecognized branch sampling filter: " << type;