Searched refs:jit (Results 1 – 7 of 7) sorted by relevance
122 static inline void reg_set_seen(struct bpf_jit *jit, u32 b1) in reg_set_seen() argument127 jit->seen_regs |= (1 << r1); in reg_set_seen()132 reg_set_seen(jit, b1); \141 if (jit->prg_buf) \142 *(u16 *) (jit->prg_buf + jit->prg) = (op); \143 jit->prg += 2; \155 if (jit->prg_buf) \156 *(u32 *) (jit->prg_buf + jit->prg) = (op); \157 jit->prg += 4; \204 int __rel = ((target) - jit->prg) / 2; \[all …]
103 struct jit_buffer jit; member152 dump_bytes(ctx->jit.buf, ctx->jit.len, header); in jit_dump()155 bpf_jit_dump(ctx->prog->len, ctx->jit.len, pass, ctx->jit.buf); in jit_dump()235 ctx->jit.buf = NULL; in jit_ctx_cleanup()236 ctx->jit.index = 0; in jit_ctx_cleanup()237 ctx->jit.len = 0; in jit_ctx_cleanup()271 if (!ctx->jit.buf) { in jit_buffer_check()275 } else if (ctx->jit.index > ctx->jit.len) { in jit_buffer_check()288 ctx->jit.len += n; in jit_buffer_update()290 ctx->jit.index += n; in jit_buffer_update()[all …]
72 bpf/jit.o
75 --jit::
64 * Value 3 : JIT_CODE_CLOSE : record marking the end of the jit runtime (optional)
414 perf inject -i "${tmpfile}" -o "${perfdatafile}" --jit
742 func signatures and line info, along with byte/jit codes.