Searched refs:is_x (Results 1 – 2 of 2) sorted by relevance
42 static int __event(bool is_x, void *addr, struct perf_event_attr *attr) in __event() argument51 attr->bp_type = is_x ? HW_BREAKPOINT_X : HW_BREAKPOINT_W; in __event()113 static int detect_cnt(bool is_x) in detect_cnt() argument116 void *addr = is_x ? (void *)test_function : (void *)&the_var; in detect_cnt()124 fd[cnt] = __event(is_x, addr, &attr); in detect_cnt()
102 static int __event(bool is_x, void *addr, int sig) in __event() argument112 pe.bp_type = is_x ? HW_BREAKPOINT_X : HW_BREAKPOINT_W; in __event()