HomeSort by relevance Sort by last modified time
    Searched full:ibs_sample (Results 1 - 3 of 3) sorted by null

  /external/oprofile/daemon/
opd_ibs.c 74 struct ibs_fetch_sample * trans_fetch = ((struct ibs_sample*)(trans->ext))->fetch;
88 struct ibs_op_sample * trans_op = ((struct ibs_sample*)(trans->ext))->op;
102 struct ibs_fetch_sample * trans_fetch = ((struct ibs_sample*)(trans->ext))->fetch;
166 trans->ext = xmalloc(sizeof(struct ibs_sample));
167 ((struct ibs_sample*)(trans->ext))->fetch = xmalloc(sizeof(struct ibs_fetch_sample));
168 trans_fetch = ((struct ibs_sample*)(trans->ext))->fetch;
216 trans->ext = xmalloc(sizeof(struct ibs_sample));
217 ((struct ibs_sample*)(trans->ext))->op = xmalloc(sizeof(struct ibs_op_sample));
218 trans_op = ((struct ibs_sample*)(trans->ext))->op;
opd_ibs_trans.c 30 struct ibs_fetch_sample * trans_fetch = ((struct ibs_sample*)(trans->ext))->fetch;
138 struct ibs_op_sample * trans_op = ((struct ibs_sample*)(trans->ext))->op;
231 struct ibs_op_sample * trans_op = ((struct ibs_sample*)(trans->ext))->op;
448 struct ibs_op_sample * trans_op = ((struct ibs_sample*)(trans->ext))->op;
opd_ibs.h 31 struct ibs_sample { struct

Completed in 241 milliseconds