Searched refs:test8_result (Results 1 – 4 of 4) sorted by relevance
72 __u64 test8_result = 0; variable77 test8_result = 1; in BPF_PROG()
73 __u64 test8_result = 0; variable78 test8_result = 1; in BPF_PROG()
97 __u64 test8_result = 0; variable103 test8_result = (const void *) addr == (const void *) uprobe_trigger; in BPF_URETPROBE()
48 ASSERT_EQ(skel->bss->test8_result, 1, "test8_result"); in test_function_entry()