Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtracing_multi.c30 static const char * const bpf_fentry_test[] = { variable
51 #define FUNCS_CNT (ARRAY_SIZE(bpf_fentry_test))
59 funcs[cnt++] = bpf_fentry_test[i]; in get_random_funcs()
63 funcs[cnt++] = bpf_fentry_test[rand() % FUNCS_CNT]; in get_random_funcs()
252 ids = get_ids(bpf_fentry_test, cnt, NULL); in test_link_api_ids()
821 ids = get_ids(bpf_fentry_test, cnt, NULL); in test_rollback_put()
963 ids = get_ids(bpf_fentry_test, cnt, NULL); in test_rollback_unlink()
/linux/tools/testing/selftests/bpf/progs/
H A Dfexit_test.c61 struct bpf_fentry_test *a;