Lines Matching defs:fd1
32 static int fd1;
75 ioctl(fd1, PERF_EVENT_IOC_DISABLE, 0);
96 ioctl(fd1, PERF_EVENT_IOC_DISABLE, 0);
188 * fd1 - breakpoint event on __test_function with SIGIO
201 * incq (%rdi) - fd1 event breakpoint hit -> count1 == 1
236 fd1 = bp_event(__test_function, SIGIO);
240 ioctl(fd1, PERF_EVENT_IOC_ENABLE, 0);
245 * Kick off the test by trigering 'fd1'
250 ioctl(fd1, PERF_EVENT_IOC_DISABLE, 0);
254 count1 = bp_count(fd1);
258 close(fd1);