Searched refs:target_obj_id (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/bpf/bpftool/ |
| H A D | link.c | 547 jsonw_uint_field(json_wtr, "target_obj_id", info->tracing.target_obj_id); in show_link_close_json() 946 if (info->tracing.target_obj_id || info->tracing.target_btf_id) in show_link_close_plain() 948 info->tracing.target_obj_id, in show_link_close_plain()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | fexit_bpf2bpf.c | 145 ASSERT_EQ(link_info.tracing.target_obj_id, tgt_prog_id, "link_tgt_obj_id"); in test_fexit_bpf2bpf_common()
|
| /linux/kernel/bpf/ |
| H A D | syscall.c | 3550 u32 target_btf_id, target_obj_id; in bpf_tracing_link_show_fdinfo() local 3553 &target_obj_id, &target_btf_id); in bpf_tracing_link_show_fdinfo() 3560 target_obj_id, in bpf_tracing_link_show_fdinfo() 3574 &info->tracing.target_obj_id, in bpf_tracing_link_fill_link_info()
|
| /linux/include/uapi/linux/ |
| H A D | bpf.h | 6744 __u32 target_obj_id; /* prog_id for PROG_EXT, otherwise btf object id */ 6716 __u32 target_obj_id; /* prog_id for PROG_EXT, otherwise btf object id */ global() member
|
| /linux/tools/include/uapi/linux/ |
| H A D | bpf.h | 6744 __u32 target_obj_id; /* prog_id for PROG_EXT, otherwise btf object id */ 6716 __u32 target_obj_id; /* prog_id for PROG_EXT, otherwise btf object id */ global() member
|