Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/samples/bpf/
H A Dtask_fd_query_user.c125 int is_return_bit = bpf_get_retprobe_bit(event_type); in test_nondebug_fs_kuprobe_common() local
130 if (type < 0 || is_return_bit < 0) { in test_nondebug_fs_kuprobe_common()
131 printf("FAIL: %s incorrect type (%d) or is_return_bit (%d)\n", in test_nondebug_fs_kuprobe_common()
132 __func__, type, is_return_bit); in test_nondebug_fs_kuprobe_common()
139 attr.config |= 1 << is_return_bit; in test_nondebug_fs_kuprobe_common()
/kernel/linux/linux-6.6/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()
135 printf("FAIL: %s incorrect type (%d) or is_return_bit (%d)\n", 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()

Completed in 2 milliseconds