Home
last modified time | relevance | path

Searched refs:branch (Results 1 – 4 of 4) sorted by relevance

/kernel/
Djump_label.c393 bool branch = jump_entry_is_branch(entry); in jump_label_type() local
396 return enabled ^ branch; in jump_label_type()
511 bool branch = jump_entry_is_branch(entry); in jump_label_init_type() local
514 return type ^ branch; in jump_label_init_type()
/kernel/trace/
DKconfig543 The branch profiling is a software profiler. It will add hooks
544 into the C conditionals to test which path a branch takes.
549 The "all branch" profiler will profile every if-statement in the
554 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 ()
Dtrace_entries.h296 FTRACE_ENTRY(branch, trace_branch,
/kernel/bpf/
Dverifier.c8244 struct bpf_verifier_state *branch; in sanitize_speculative_path() local
8247 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()