Home
last modified time | relevance | path

Searched defs:tgt_fd (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dglobal_func_dead_code.c13 int err, tgt_fd; in test_global_func_dead_code() local
H A Dfexit_bpf2bpf.c68 int err, tgt_fd, i; in test_fexit_bpf2bpf_common() local
236 int err = 0, tgt_fd; in test_second_attach() local
/linux/tools/bpf/bpftool/
H A Dprog.c2207 static char *profile_target_name(int tgt_fd) in profile_target_name()