Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/tests/
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()
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()
/Linux-v6.1/drivers/perf/
Darm-cmn.c289 s8 wp_event[4]; member
1607 dtm->wp_event[arm_cmn_wp_idx(event)] = -1; in arm_cmn_event_clear()
1670 if (dtm->wp_event[wp_idx] >= 0) in arm_cmn_event_add()
1673 tmp = dtm->wp_event[wp_idx ^ 1]; in arm_cmn_event_add()
1679 dtm->wp_event[wp_idx] = dtc_idx; in arm_cmn_event_add()
1869 dtm->wp_event[i] = -1; in arm_cmn_init_dtm()