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()515 bool branch = jump_entry_is_branch(entry); in jump_label_init_type() local518 return type ^ branch; in jump_label_init_type()
503 The branch profiling is a software profiler. It will add hooks504 into the C conditionals to test which path a branch takes.509 The "all branch" profiler will profile every if-statement in the514 If unsure, choose "No branch profiling".517 bool "No branch profiling"519 No branch profiling. Branch profiling adds a bit of overhead.539 This tracer profiles all branch conditions. Every if ()
296 FTRACE_ENTRY(branch, trace_branch,
7015 struct bpf_verifier_state *branch; in sanitize_speculative_path() local7018 branch = push_stack(env, next_idx, curr_idx, true); in sanitize_speculative_path()7019 if (branch && insn) { in sanitize_speculative_path()7020 regs = branch->frame[branch->curframe]->regs; in sanitize_speculative_path()7028 return branch; in sanitize_speculative_path()