Home
last modified time | relevance | path

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

/openbmc/linux/tools/bpf/bpftool/
H A Dprog.c2250 static int profile_tgt_fd = -1; variable
2333 close(profile_tgt_fd); in profile_print_and_cleanup()
2355 profile_tgt_fd = prog_parse_fd(&argc, &argv); in do_profile()
2356 if (profile_tgt_fd < 0) { in do_profile()
2398 profile_tgt_name = profile_target_name(profile_tgt_fd); in do_profile()
2403 err = bpf_program__set_attach_target(prog, profile_tgt_fd, in do_profile()
2437 close(profile_tgt_fd); in do_profile()