Searched refs:branch (Results 1 – 4 of 4) sorted by relevance
393 bool branch = jump_entry_is_branch(entry); in jump_label_type() local396 return enabled ^ branch; in jump_label_type()511 bool branch = jump_entry_is_branch(entry); in jump_label_init_type() local514 return type ^ branch; in jump_label_init_type()
543 The branch profiling is a software profiler. It will add hooks544 into the C conditionals to test which path a branch takes.549 The "all branch" profiler will profile every if-statement in the554 If unsure, choose "No branch profiling".557 bool "No branch profiling"559 No branch profiling. Branch profiling adds a bit of overhead.579 This tracer profiles all branch conditions. Every if ()
296 FTRACE_ENTRY(branch, trace_branch,
8244 struct bpf_verifier_state *branch; in sanitize_speculative_path() local8247 branch = push_stack(env, next_idx, curr_idx, true); in sanitize_speculative_path()8248 if (branch && insn) { in sanitize_speculative_path()8249 regs = branch->frame[branch->curframe]->regs; in sanitize_speculative_path()8257 return branch; in sanitize_speculative_path()