is_x               33 tools/perf/tests/bp_account.c static int __event(bool is_x, void *addr, struct perf_event_attr *attr)
is_x               42 tools/perf/tests/bp_account.c 	attr->bp_type = is_x ? HW_BREAKPOINT_X : HW_BREAKPOINT_W;
is_x              104 tools/perf/tests/bp_account.c static int detect_cnt(bool is_x)
is_x              107 tools/perf/tests/bp_account.c 	void *addr = is_x ? (void *)test_function : (void *)&the_var;
is_x              115 tools/perf/tests/bp_account.c 		fd[cnt] = __event(is_x, addr, &attr);
is_x               99 tools/perf/tests/bp_signal.c static int __event(bool is_x, void *addr, int sig)
is_x              109 tools/perf/tests/bp_signal.c 	pe.bp_type = is_x ? HW_BREAKPOINT_X : HW_BREAKPOINT_W;