HomeSort by relevance Sort by last modified time
    Searched refs:trans_fetch (Results 1 - 2 of 2) sorted by null

  /external/oprofile/daemon/
opd_ibs_trans.c 30 struct ibs_fetch_sample * trans_fetch = ((struct ibs_sample*)(trans->ext))->fetch; local
50 if (IBS_FETCH_KILLED(trans_fetch))
60 if (IBS_FETCH_FETCH_COMPLETION(trans_fetch))
66 if (!IBS_FETCH_FETCH_COMPLETION(trans_fetch))
73 if (IBS_FETCH_L1_TLB_HIT(trans_fetch))
79 if (IBS_FETCH_ITLB_L1M_L2H(trans_fetch))
85 if (IBS_FETCH_ITLB_L1M_L2M(trans_fetch))
91 if (IBS_FETCH_INST_CACHE_MISS(trans_fetch))
97 if (IBS_FETCH_INST_CACHE_HIT(trans_fetch))
102 if (IBS_FETCH_PHYS_ADDR_VALID(trans_fetch)
    [all...]
opd_ibs.c 74 struct ibs_fetch_sample * trans_fetch = ((struct ibs_sample*)(trans->ext))->fetch; local
75 if (!trans_fetch)
102 struct ibs_fetch_sample * trans_fetch = ((struct ibs_sample*)(trans->ext))->fetch; local
140 if (trans_fetch)
155 struct ibs_fetch_sample * trans_fetch = NULL; local
168 trans_fetch = ((struct ibs_sample*)(trans->ext))->fetch;
170 trans_fetch->rip = pop_buffer_value(trans);
172 trans_fetch->ibs_fetch_lin_addr_low = pop_buffer_value(trans);
173 trans_fetch->ibs_fetch_lin_addr_high = pop_buffer_value(trans);
175 trans_fetch->ibs_fetch_ctl_low = pop_buffer_value(trans)
    [all...]

Completed in 41 milliseconds