Searched refs:bp_event (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | bp_signal.c | 140 static int bp_event(void *addr, int sig) in bp_event() function 236 fd1 = bp_event(__test_function, SIGIO); in test__bp_signal() 237 fd2 = bp_event(sig_handler, SIGUSR1); in test__bp_signal()
|
H A D | bp_account.c | 63 static int bp_event(void *addr, struct perf_event_attr *attr) in bp_event() function 149 fd[i] = bp_event((void *)test_function, &attr); in detect_share()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | bp_signal.c | 140 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 D | bp_account.c | 76 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()
|
Completed in 3 milliseconds