Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/tests/
Dbp_account.c61 static int wp_event(void *addr, struct perf_event_attr *attr) in wp_event() function
77 fd[i] = wp_event((void *)&the_var, &attr); in bp_accounting()
92 fd_wp = wp_event((void *)&the_var, &attr_new); in bp_accounting()
132 fd = wp_event((void *) &the_var, &attr); in detect_ioctl()
147 fd[i] = wp_event((void *)&the_var, &attr); in detect_share()
Dbp_signal.c149 static int wp_event(void *addr, int sig) in wp_event() function
242 fd3 = wp_event((void *)&the_var, SIGIO); in test__bp_signal()