Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/
H A Dbp_signal.c140 static int bp_event(void *addr, int sig) in bp_event() function
241 fd1 = bp_event(__test_function, SIGIO); in test__bp_signal()
242 fd2 = bp_event(sig_handler, SIGUSR1); in test__bp_signal()
H A Dbp_account.c76 static int bp_event(void *addr, struct perf_event_attr *attr) in bp_event() function
172 fd[i] = bp_event((void *)test_function, &attr); in detect_share()