Home
last modified time | relevance | path

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

/linux/samples/bpf/
H A Dtask_fd_query_user.c128 int is_return_bit = bpf_get_retprobe_bit(event_type); in test_nondebug_fs_kuprobe_common() local
134 if (type < 0 || is_return_bit < 0) { in test_nondebug_fs_kuprobe_common()
136 __func__, type, is_return_bit); in test_nondebug_fs_kuprobe_common()
143 attr.config |= 1 << is_return_bit; in test_nondebug_fs_kuprobe_common()