Searched refs:BPF_OBJ_PROG (Results 1 – 5 of 5) sorted by relevance
| /tools/bpf/bpftool/skeleton/ |
| A D | pid_iter.bpf.c | 12 BPF_OBJ_PROG, enumerator 42 case BPF_OBJ_PROG: in get_obj_id() 78 case BPF_OBJ_PROG: in iter()
|
| /tools/bpf/bpftool/ |
| A D | btf.c | 1119 [BPF_OBJ_PROG] = "prog", in build_btf_type_table() 1131 case BPF_OBJ_PROG: in build_btf_type_table() 1154 case BPF_OBJ_PROG: in build_btf_type_table() 1175 if (type == BPF_OBJ_PROG) in build_btf_type_table() 1187 case BPF_OBJ_PROG: in build_btf_type_table() 1226 err = build_btf_type_table(btf_prog_table, BPF_OBJ_PROG, &prog_info, in build_btf_tables()
|
| A D | common.c | 400 [BPF_OBJ_PROG] = "prog", in get_fd_type_name() 476 return BPF_OBJ_PROG; in get_fd_type() 934 (*fds)[0] = open_obj_pinned_any(path, BPF_OBJ_PROG, NULL); in prog_parse_fds()
|
| A D | main.h | 70 BPF_OBJ_PROG, enumerator
|
| A D | prog.c | 648 build_pinned_obj_table(prog_table, BPF_OBJ_PROG); in do_show() 650 build_obj_refs_table(&refs_table, BPF_OBJ_PROG); in do_show()
|
Completed in 13 milliseconds