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

/external/oprofile/daemon/
H A Dopd_perfmon.c3 * perfmonctl() handling
74 static int perfmonctl(int fd, int cmd, void * arg, int narg) function
102 if (perfmonctl(ctx_fd, PFM_START, 0, 0) == -1) {
110 if (perfmonctl(ctx_fd, PFM_STOP, 0, 0) == -1) {
214 err = perfmonctl(0, PFM_CREATE_CONTEXT, &ctx, 1);
267 err = perfmonctl(self->ctx_fd, PFM_WRITE_PMCS, pc, i);
273 err = perfmonctl(self->ctx_fd, PFM_WRITE_PMDS, pd, i);
289 err = perfmonctl(self->ctx_fd, PFM_LOAD_CONTEXT, &load_args, 1);

Completed in 113 milliseconds