Searched refs:is_x (Results 1 – 2 of 2) sorted by relevance
33 static int __event(bool is_x, void *addr, struct perf_event_attr *attr) in __event() argument42 attr->bp_type = is_x ? HW_BREAKPOINT_X : HW_BREAKPOINT_W; in __event()104 static int detect_cnt(bool is_x) in detect_cnt() argument107 void *addr = is_x ? (void *)test_function : (void *)&the_var; in detect_cnt()115 fd[cnt] = __event(is_x, addr, &attr); in detect_cnt()
107 static int __event(bool is_x, void *addr, int sig) in __event() argument117 pe.bp_type = is_x ? HW_BREAKPOINT_X : HW_BREAKPOINT_W; in __event()