Searched refs:branch (Results 1 – 4 of 4) sorted by relevance
397 bool branch = jump_entry_is_branch(entry); in jump_label_type() local400 return enabled ^ branch; in jump_label_type()514 bool branch = jump_entry_is_branch(entry); in jump_label_init_type() local517 return type ^ branch; in jump_label_init_type()
434 The branch profiling is a software profiler. It will add hooks435 into the C conditionals to test which path a branch takes.440 The "all branch" profiler will profile every if-statement in the445 If unsure, choose "No branch profiling".448 bool "No branch profiling"450 No branch profiling. Branch profiling adds a bit of overhead.470 This tracer profiles all branch conditions. Every if ()
296 FTRACE_ENTRY(branch, trace_branch,
5970 struct bpf_verifier_state *branch; in sanitize_speculative_path() local5973 branch = push_stack(env, next_idx, curr_idx, true); in sanitize_speculative_path()5974 if (branch && insn) { in sanitize_speculative_path()5975 regs = branch->frame[branch->curframe]->regs; in sanitize_speculative_path()5983 return branch; in sanitize_speculative_path()