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

/linux-master/tools/perf/tests/
H A Dbp_account.c42 static int __event(bool is_x, void *addr, struct perf_event_attr *attr) argument
51 attr->bp_type = is_x ? HW_BREAKPOINT_X : HW_BREAKPOINT_W;
113 static int detect_cnt(bool is_x) argument
116 void *addr = is_x ? (void *)test_function : (void *)&the_var;
124 fd[cnt] = __event(is_x, addr, &attr);
H A Dbp_signal.c102 static int __event(bool is_x, void *addr, int sig) argument
112 pe.bp_type = is_x ? HW_BREAKPOINT_X : HW_BREAKPOINT_W;

Completed in 969 milliseconds