Home
last modified time | relevance | path

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

/tools/bpf/bpftool/
Dbtf.c582 [BPF_OBJ_PROG] = "prog", in build_btf_type_table()
592 case BPF_OBJ_PROG: in build_btf_type_table()
615 case BPF_OBJ_PROG: in build_btf_type_table()
645 case BPF_OBJ_PROG: in build_btf_type_table()
687 err = build_btf_type_table(btf_prog_table, BPF_OBJ_PROG, &prog_info, in build_btf_tables()
Dmain.h86 BPF_OBJ_PROG, enumerator
Dcommon.c258 [BPF_OBJ_PROG] = "prog", in get_fd_type_name()
289 return BPF_OBJ_PROG; in get_fd_type()
Dprog.c161 return open_obj_pinned_any(path, BPF_OBJ_PROG); in prog_parse_fd()
359 build_pinned_obj_table(&prog_table, BPF_OBJ_PROG); in do_show()