Searched refs:has_ioctl (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/tests/
H A Dbp_account.c203 int has_ioctl = detect_ioctl(); local
213 pr_debug("watchpoints count %d, breakpoints count %d, has_ioctl %d, share %d\n",
214 wp_cnt, bp_cnt, has_ioctl, share);
216 if (!wp_cnt || !bp_cnt || !has_ioctl)

Completed in 145 milliseconds