Searched refs:jit (Results 1 – 6 of 6) sorted by relevance
111 static inline void reg_set_seen(struct bpf_jit *jit, u32 b1) in reg_set_seen() argument115 if (r1 >= 6 && r1 <= 15 && !jit->seen_reg[r1]) in reg_set_seen()116 jit->seen_reg[r1] = 1; in reg_set_seen()121 reg_set_seen(jit, b1); \124 #define REG_SEEN(b1) jit->seen_reg[reg2hex[(b1)]]132 if (jit->prg_buf) \133 *(u16 *) (jit->prg_buf + jit->prg) = (op); \134 jit->prg += 2; \146 if (jit->prg_buf) \147 *(u32 *) (jit->prg_buf + jit->prg) = (op); \[all …]
72 bpf/jit.o
75 --jit::
64 * Value 3 : JIT_CODE_CLOSE : record marking the end of the jit runtime (optional)
413 perf inject -i "${tmpfile}" -o "${perfdatafile}" --jit
713 func signatures and line info, along with byte/jit codes.