Lines Matching full:targets
65 static struct range targets[] = { variable
94 for (i = 1; i < ARRAY_SIZE(targets); i++) in validate_stack()
95 printf("target_%d: %#lx - %#lx\n", i, targets[i].start, targets[i].stop); in validate_stack()
97 for (j = 1; j < ARRAY_SIZE(targets); j++) { in validate_stack()
98 if (ips[i] >= targets[j].start && ips[i] < targets[j].stop) in validate_stack()
101 if (j < ARRAY_SIZE(targets)) { /* found target match */ in validate_stack()
149 2, &caller, &targets[1]); in test_uretprobe_stack()
152 3, &caller, &targets[1], &targets[1]); in test_uretprobe_stack()
155 4, &caller, &targets[1], &targets[1], &targets[2]); in test_uretprobe_stack()
158 5, &caller, &targets[1], &targets[1], &targets[2], &targets[3]); in test_uretprobe_stack()
161 6, &caller, &targets[1], &targets[1], &targets[2], &targets[3], &targets[4]); in test_uretprobe_stack()
167 6, &caller, &targets[1], &targets[1], &targets[2], &targets[3], &targets[4]); in test_uretprobe_stack()
175 5, &caller, &targets[1], &targets[1], &targets[2], &targets[3]); in test_uretprobe_stack()
179 2, &caller, &targets[1]); in test_uretprobe_stack()