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

/linux-master/tools/perf/tests/
H A Dbp_account.c71 static int wp_event(void *addr, struct perf_event_attr *attr) function
87 fd[i] = wp_event((void *)&the_var, &attr);
102 fd_wp = wp_event((void *)&the_var, &attr_new);
142 fd = wp_event((void *) &the_var, &attr);
164 fd[i] = wp_event((void *)&the_var, &attr);
H A Dbp_signal.c145 static int wp_event(void *addr, int sig) function
243 fd3 = wp_event((void *)&the_var, SIGIO);
/linux-master/drivers/perf/
H A Darm-cmn.c306 s8 wp_event[4]; member in struct:arm_cmn_dtm
1777 dtm->wp_event[arm_cmn_wp_idx(event)] = -1;
1842 if (dtm->wp_event[wp_idx] >= 0)
1845 tmp = dtm->wp_event[wp_idx ^ 1];
1851 dtm->wp_event[wp_idx] = hw->dtc_idx[d];
2042 dtm->wp_event[i] = -1;

Completed in 351 milliseconds