test_probe
static void unregister_test_probe(struct test_probe *probe)
static int register_test_probe(struct test_probe *probe)
container_of(p, struct test_probe, kprobe)->hit = test_instance;
container_of(p, struct test_probe, kprobe)->hit = test_instance;
if (container_of(p, struct test_probe, kprobe)->hit == test_instance)
container_of(p, struct test_probe, kprobe)->hit = test_instance;
static struct test_probe test_before_probe = {
static struct test_probe test_case_probe = {
static struct test_probe test_after_probe = {
static struct test_probe test_after2_probe = {
.probe = test_probe,
.probe = test_probe,
.probe = test_probe,