Home
last modified time | relevance | path

Searched refs:ibs_fetch_sample (Results 1 – 4 of 4) sorted by relevance

/external/oprofile/daemon/
Dopd_ibs.h32 struct ibs_fetch_sample * fetch;
42 struct ibs_fetch_sample { struct
Dopd_ibs_trans.h17 struct ibs_fetch_sample;
Dopd_ibs.c74 struct ibs_fetch_sample * trans_fetch = ((struct ibs_sample*)(trans->ext))->fetch; in opd_log_ibs_fetch()
102 struct ibs_fetch_sample * trans_fetch = ((struct ibs_sample*)(trans->ext))->fetch; in opd_put_ibs_sample()
155 struct ibs_fetch_sample * trans_fetch = NULL; in code_ibs_fetch_sample()
167 ((struct ibs_sample*)(trans->ext))->fetch = xmalloc(sizeof(struct ibs_fetch_sample)); in code_ibs_fetch_sample()
Dopd_ibs_trans.c30 struct ibs_fetch_sample * trans_fetch = ((struct ibs_sample*)(trans->ext))->fetch; in trans_ibs_fetch()