Home
last modified time | relevance | path

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

/kernel/
Djump_label.c397 bool branch = jump_entry_is_branch(entry); in jump_label_type() local
400 return enabled ^ branch; in jump_label_type()
514 bool branch = jump_entry_is_branch(entry); in jump_label_init_type() local
517 return type ^ branch; in jump_label_init_type()
/kernel/trace/
DKconfig434 The branch profiling is a software profiler. It will add hooks
435 into the C conditionals to test which path a branch takes.
440 The "all branch" profiler will profile every if-statement in the
445 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 ()
Dtrace_entries.h296 FTRACE_ENTRY(branch, trace_branch,
/kernel/bpf/
Dverifier.c5970 struct bpf_verifier_state *branch; in sanitize_speculative_path() local
5973 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()