Home
last modified time | relevance | path

Searched refs:attach_kind (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/lib/bpf/
H A Dbpf_gen_internal.h47 int attach_kind; member
H A Dgen_loader.c533 gen->attach_kind = kind; in bpf_gen__record_attach_target()
544 pr_debug("gen: find_attach_tgt %s %d\n", gen->attach_target, gen->attach_kind); in emit_find_attach_target()
550 emit(gen, BPF_MOV64_IMM(BPF_REG_3, gen->attach_kind)); in emit_find_attach_target()
555 gen->attach_target, gen->attach_kind); in emit_find_attach_target()
1005 if (gen->attach_kind) { in bpf_gen__prog_load()
1022 if (gen->attach_kind) { in bpf_gen__prog_load()
1025 gen->attach_kind = 0; in bpf_gen__prog_load()