Home
last modified time | relevance | path

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

/tools/perf/tests/
Dbp_account.c62 static int wp_event(void *addr, struct perf_event_attr *attr) in wp_event() function
78 fd[i] = wp_event((void *)&the_var, &attr); in bp_accounting()
93 fd_wp = wp_event((void *)&the_var, &attr_new); in bp_accounting()
133 fd = wp_event((void *) &the_var, &attr); in detect_ioctl()
148 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
238 fd3 = wp_event((void *)&the_var, SIGIO); in test__bp_signal()