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

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

Completed in 116 milliseconds