Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/
H A Dbp_account.c71 static int wp_event(void *addr, struct perf_event_attr *attr) in wp_event() function
87 fd[i] = wp_event((void *)&the_var, &attr); in bp_accounting()
102 fd_wp = wp_event((void *)&the_var, &attr_new); in bp_accounting()
142 fd = wp_event((void *) &the_var, &attr); in detect_ioctl()
164 fd[i] = wp_event((void *)&the_var, &attr); in detect_share()
H A Dbp_signal.c145 static int wp_event(void *addr, int sig) in wp_event() function
243 fd3 = wp_event((void *)&the_var, SIGIO); in test__bp_signal()
/openbmc/linux/drivers/perf/
H A Darm-cmn.c309 s8 wp_event[4]; member
1776 dtm->wp_event[arm_cmn_wp_idx(event)] = -1; in arm_cmn_event_clear()
1839 if (dtm->wp_event[wp_idx] >= 0) in arm_cmn_event_add()
1842 tmp = dtm->wp_event[wp_idx ^ 1]; in arm_cmn_event_add()
1848 dtm->wp_event[wp_idx] = dtc_idx; in arm_cmn_event_add()
2039 dtm->wp_event[i] = -1; in arm_cmn_init_dtm()