Home
last modified time | relevance | path

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

/linux/lib/
A Dtest_bpf.c65 struct bpf_test { struct
81 int (*fill_helper)(struct bpf_test *self); argument
90 static int bpf_fill_maxinsns1(struct bpf_test *self) in bpf_fill_maxinsns1() argument
110 static int bpf_fill_maxinsns2(struct bpf_test *self) in bpf_fill_maxinsns2()
129 static int bpf_fill_maxinsns3(struct bpf_test *self) in bpf_fill_maxinsns3()
156 static int bpf_fill_maxinsns4(struct bpf_test *self) in bpf_fill_maxinsns4()
401 static int bpf_fill_ja(struct bpf_test *self) in bpf_fill_ja()
457 static int bpf_fill_stxw(struct bpf_test *self) in bpf_fill_stxw()
462 static int bpf_fill_stxdw(struct bpf_test *self) in bpf_fill_stxdw()
823 int (*emit)(struct bpf_test*, void*, in __bpf_fill_pattern() argument
[all …]
/linux/tools/testing/selftests/bpf/
A Dtest_verifier.c88 struct bpf_test { struct
149 void (*fill_helper)(struct bpf_test *self); argument
259 static void bpf_fill_rand_ld_dw(struct bpf_test *self) in bpf_fill_rand_ld_dw()
287 static void bpf_fill_scale1(struct bpf_test *self) in bpf_fill_scale1()
313 static void bpf_fill_scale2(struct bpf_test *self) in bpf_fill_scale2()
341 static void bpf_fill_scale(struct bpf_test *self) in bpf_fill_scale()
392 static void bpf_fill_torturous_jumps(struct bpf_test *self) in bpf_fill_torturous_jumps()
519 static struct bpf_test tests[] = {
789 static int load_btf_for_test(struct bpf_test *test) in load_btf_for_test()
1743 static bool test_as_unpriv(struct bpf_test *test) in test_as_unpriv()
[all …]

Completed in 28 milliseconds