Searched defs:ctx_fd (Results 1 - 2 of 2) sorted by relevance

/external/oprofile/daemon/
H A Dopd_perfmon.h38 int ctx_fd; /* return arg: unique identification for context */ member in struct:__anon28421
H A Dopd_perfmon.c92 int ctx_fd; member in struct:child
100 static void perfmon_start_child(int ctx_fd) argument
102 if (perfmonctl(ctx_fd, PFM_START, 0, 0) == -1) {
108 static void perfmon_stop_child(int ctx_fd) argument
110 if (perfmonctl(ctx_fd, PFM_STOP, 0, 0) == -1) {
220 self->ctx_fd = ctx.ctx_fd;
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_CONTEX
[all...]

Completed in 452 milliseconds