Home
last modified time | relevance | path

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

/linux/tools/perf/tests/
H A Dbp_account.c72 static int wp_event(void *addr, struct perf_event_attr *attr) in wp_event() function
88 fd[i] = wp_event((void *)&the_var, &attr); in bp_accounting()
104 fd_wp = wp_event((void *)&the_var, &attr_new); in bp_accounting()
145 fd = wp_event((void *) &the_var, &attr); in detect_ioctl()
167 fd[i] = wp_event((void *)&the_var, &attr); in detect_share()
H A Dbp_signal.c146 static int wp_event(void *addr, int sig) in wp_event() function
244 fd3 = wp_event((void *)&the_var, SIGIO); in test__bp_signal()