Searched refs:perfmonctl (Results 1 – 4 of 4) sorted by relevance
/external/oprofile/daemon/ |
D | opd_perfmon.c | 74 static int perfmonctl(int fd, int cmd, void * arg, int narg) in perfmonctl() function 102 if (perfmonctl(ctx_fd, PFM_START, 0, 0) == -1) { in perfmon_start_child() 110 if (perfmonctl(ctx_fd, PFM_STOP, 0, 0) == -1) { in perfmon_stop_child() 214 err = perfmonctl(0, PFM_CREATE_CONTEXT, &ctx, 1); in create_context() 267 err = perfmonctl(self->ctx_fd, PFM_WRITE_PMCS, pc, i); in write_pmu() 273 err = perfmonctl(self->ctx_fd, PFM_WRITE_PMDS, pd, i); in write_pmu() 289 err = perfmonctl(self->ctx_fd, PFM_LOAD_CONTEXT, &load_args, 1); in load_context()
|
/external/oprofile/ |
D | configure.in | 104 AC_CHECK_FUNCS(sched_setaffinity perfmonctl)
|
D | ChangeLog-2004 | 135 and perfmonctl, fix sched_setaffinity call for early
|
/external/strace/ |
D | ChangeLog-CVS | 4677 * linux/ia64/syscallent.h: Add perfmonctl, pivotroot, mincore, and
|