Home
last modified time | relevance | path

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

/linux/tools/bpf/bpftool/skeleton/
H A Dpid_iter.bpf.c12 BPF_OBJ_PROG, enumerator
42 case BPF_OBJ_PROG: in get_obj_id()
78 case BPF_OBJ_PROG: in iter()
/linux/tools/bpf/bpftool/
H A Dbtf.c1215 [BPF_OBJ_PROG] = "prog",
1227 case BPF_OBJ_PROG: in build_btf_tables()
1250 case BPF_OBJ_PROG: in show_btf_plain()
1271 if (type == BPF_OBJ_PROG) in show_btf_plain()
1283 case BPF_OBJ_PROG: in show_btf_json()
1322 err = build_btf_type_table(btf_prog_table, BPF_OBJ_PROG, &prog_info, in show_btf()